Sort Score
Result 10 results
Languages All
Labels All
Results 1,911 - 1,920 of 203,310 for

cells

(0.14 sec)
  1. How to create Sunburst chart with C++|Documenta...

    Learn how to create a sunburst chart in Aspose.Cells for C++, a chart that presents data in a circle. Our guide will help you set up various properties and formatting of your chart, including data labels, legends, colors, and more....Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // Create an instance of...

    docs.aspose.com/cells/cpp/creating-sunburst-chart/
  2. 在单元格中添加HTML富文本的C++示例|Documentation

    学习如何通过 Aspose.Cells for C++ API在单元格中添加HTML富文本。...Cells支持将以Microsoft Excel为导向的HTML转...Excel生成的HTML可以使用Aspose.Cells转换回XLS/XLSX格式。 类似地,如果是一些简单的HTML,Aspose.Cells可以将其转换为HTML富文本。Aspose...

    docs.aspose.com/cells/zh/cpp/adding-html-rich-t...
  3. ConditionalStyle.left_padding property | Aspose...

    ConditionalStyle.left_padding property. Gets or sets the amount of space (in points) to add to the left of the contents of table Cells....left of the contents of table cells. @property def left_padding...builder . insert_cell () builder . write ( 'Cell 1' ) builder ....

    reference.aspose.com/words/python-net/aspose.wo...
  4. How to set point as total with C++|Documentation

    In some Excel chart, for example, waterFall chart, you may need to set point as total. This article describes how to use Aspose.Cells with C++ to do it....Cells to set it up correctly. Use Aspose.Cells to “Set...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/how-to-set-point-as-t...
  5. ConditionalStyle.leftPadding property | Aspose....

    ConditionalStyle.leftPadding property. Gets or sets the amount of space (in points) to add to the left of the contents of table Cells....left of the contents of table cells. get leftPadding () : number...insertCell (); builder . write ( "Cell 1" ); builder . insertCell ();...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Creating Pie Chart with Leader Lines with C++|D...

    Learn how to use Aspose.Cells for C++ to create a pie chart with leader lines in Microsoft Excel. Our guide will demonstrate how to add leader lines that connect data points to the legend and enhance the overall clarity of your chart....Cells for C++ API. In Excel, the ‘Show...a similar chart with Aspose.Cells APIs, you have to explicitly...

    docs.aspose.com/cells/cpp/creating-pie-chart-wi...
  7. 用C++插入时间线|Documentation

    学习如何用C++和Aspose.Cells创建时间线。...Cells也支持使用 Worksheet.Timelines.Add()...XLSX 格式保存工作簿。以下截图显示了Aspose.Cells在输出Excel文件中创建的时间轴。 示例代码 #include...

    docs.aspose.com/cells/zh/cpp/create-timeline/
  8. 在 Jython 中管理分页符|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....Cells - 管理分页符 使用 Aspose.Cells Java for Jython...aspose - cells import Settings from com . aspose . cells import...

    docs.aspose.com/cells/zh/java/managing-page-bre...
  9. 用 C++ 从工作表中删除数据透视表|Documentation

    使用 Aspose.Cells 的 C++ 代码删除 Excel 工作表中的数据透视表。...Cells提供了一个功能,用于删除或移除工作表中的数据透视表。您可...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/delete-pivot-table...
  10. 设置列宽为可缩放单位,如em或百分比,使用C++实现|Documentation

    学习如何使用Aspose.Cells for C++将列宽设置为可缩放单位,如em或百分比。...Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // Source directory path...

    docs.aspose.com/cells/zh/cpp/set-column-width-t...