Sort Score
Result 10 results
Languages All
Labels All
Results 2,741 - 2,750 of 229,121 for

aspose cells

(0.13 sec)
  1. 导入HTML时删除换行后多余空格(使用C++)|Documentation

    了解如何在导入HTML时删除换行后的多余空格(使用Aspose.Cells for C++)。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); U16String html = u8...

    docs.aspose.com/cells/zh/cpp/delete-redundant-s...
  2. Create High-Low-Close(HLC) Stock Chart with C++...

    Learn how to create a high-low-close stock chart using Aspose.Cells for C++. Our step-by-step guide will demonstrate how to plot stock market data, including the high, low, and close prices, onto a chart for better analysis and visualization....#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // Create an instance...

    docs.aspose.com/cells/cpp/create-high-low-close...
  3. 用C++显示和隐藏网格线及行列标题|Documentation

    本文提供使用C++ API或库通过编程隐藏或显示Excel工作表的网格线、行和列标题的示例代码。...用C++显示和隐藏网格线及行列标题 Contents [ Hide ] Aspose.Cells支持隐藏和显示工作表中默认情况下可见的网格线。它还提供了控制工作表的行列标题的可见性。...其中每个单元格都易于识别。 控制网格线的可见性 Aspose.Cells提供一个类 Workbook ,代表一个Microsoft...

    docs.aspose.com/cells/zh/cpp/show-and-hide-grid...
  4. AutoFit Rows and Columns with C++|Documentation

    This article shows how to autoFit rows, columns, rows of merged Cells, and rows in a range of Cells using the Aspose.Cells for C++ API....auto-size the width and height of cells according to their content....is also available through Aspose.Cells, so developers can auto-size...

    docs.aspose.com/cells/cpp/autofit-rows-and-colu...
  5. 在VSTO和Aspose.Cells中旋转单元格文字|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....在VSTO和Aspose.Cells中旋转单元格文字 Contents [ Hide ] 要旋转工作表中单元格中的文本,请按以下步骤进行:...随后的代码示例展示了如何先在VSTO中使用C#执行这些步骤,然后再在Aspose.Cells中使用C#执行这些步骤。 VSTO //intiate...

    docs.aspose.com/cells/zh/net/rotating-cell-text...
  6. 使用 C++ 保护和取消保护工作簿结构|Documentation

    使用 C++ 和 Aspose.Cells 保护或取消保护Excel文件的工作簿结构。... ** 使用 Aspose.Cells for C++ 保护工作簿结构** 只需要以下简单代码行来实现保护...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/protect-and-unprot...
  7. Setting Chart Appearance with C++|Documentation

    Learn how to configure the appearance of charts in Aspose.Cells for C++. Our guide will show you how to modify chart layouts, colors, fonts, and effects to achieve the desired visual style and enhance your worksheets....charting objects offered by Aspose.Cells, and described how to create...of areas in a chart and Aspose.Cells provides the flexibility...

    docs.aspose.com/cells/cpp/setting-chart-appeara...
  8. 数据筛选与C++|Documentation

    学习如何使用Aspose.Cells for C++ API添加数据筛选。...Aspose.Cells 完全支持 Microsoft Excel 的自动筛选功能。本文介绍了如何在...Microsoft Excel 中使用这些功能,以及如何使用 Aspose.Cells 对其进行编码。 自动筛选数据 自动筛选是选择仅...

    docs.aspose.com/cells/zh/cpp/data-filtering/
  9. Set Preset WordArt Style to the Text of the Sha...

    Learn how to set preset WordArt style to the text of a shape using Aspose.Cells for C++....text of the shape using Aspose.Cells. Please use FontSetting...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...

    docs.aspose.com/cells/cpp/set-preset-wordart-st...
  10. Create Style object using CellsFactory class wi...

    Aspose.Cells is a C++ library for working with spreadsheet files that provides a style object to style Cells. This article will introduce how to create a cell style object using the CellsFactory class in the Aspose.Cells library so that users can customize the appearance of the Cells as needed....#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // For complete examples...

    docs.aspose.com/cells/cpp/create-style-object-u...