Sort Score
Result 10 results
Languages All
Labels All
Results 3,041 - 3,050 of 201,197 for

aspose cells

(0.08 sec)
  1. Automatically refresh OLE object via Microsoft ...

    Learn how to refresh OLE objects automatically in Microsoft Excel using Aspose.Cells with C++....with C++ Contents [ Hide ] Aspose.Cells provides the OleObject.GetAutoLoad()...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/automatically-refresh...
  2. 使用C++设置数据透视表选项——空单元格显示|Documentation

    学习如何在使用Aspose.Cells的C++中设置数据透视表中的“空单元格显示”选项。... Contents [ Hide ] 您可以使用Aspose.Cells设置不同的数据透视表选项。其中之一是"对空单元格...对空单元格显示 选项并指定字符串。 使用Aspose.Cells设置数据透视表选项 Aspose.Cells提供用于设置"对空单元格显示"数据透视表选项的...

    docs.aspose.com/cells/zh/cpp/setting-pivot-tabl...
  3. 通过数据透视表的 PivotField 的显示名称获取单元格对象(C++)|Documenta...

    学习如何通过数据透视字段的显示名称检索单元格对象并应用格式,使用 Aspose.Cells for C++。...的显示名称获取单元格对象(C++) Contents [ Hide ] Aspose.Cells 提供了 PivotTable::GetCellByDisplayName()...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/get-the-cell-objec...
  4. 使用C++读取具有多种编码的CSV文件|Documentation

    学习如何使用 Aspose.Cells for C++ 读取具有多种编码的CSV文件。...Aspose.Cells 允许你加载此类CSV文件并将其转换为其他格式,例如PDF或XLSX。 Aspose.Cells...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/reading-csv-file-w...
  5. 使用 C++ 指定工作簿渲染的单独或私有字体集|Documentation

    学习如何使用 Aspose.Cells for C++为工作簿渲染指定单独或私有的字体集。...Aspose.Cells 提供了 IndividualFontConfig...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/specify-individual...
  6. 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....#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // Create an instance...

    docs.aspose.com/cells/cpp/creating-sunburst-chart/
  7. 使用优雅图表动态生成格式化的Excel报表|Documentation

    本文介绍了如何在GridWeb中生成报表。...从一个XML文件导出(也可以利用其他数据源),到Aspose.Cells.GridWeb控件,该控件为您提供了真实的环境...及像MS Excel一样计算公式结果。它还使用 Aspose.Cells 组件根据工作表源数据生成复杂的图表,并将图表图...

    docs.aspose.com/cells/zh/net/aspose-cells-gridw...
  8. Aspose.Cells中使用C++的自定义XML部分|Documentation

    学习如何使用Aspose.Cells在Excel文件中以编程方式使用自定义XML部分。...在Aspose.Cells中使用C++的自定义XML部分 Contents [ Hide ] 在Aspose.Cells中使用自定义XML部件...ContentTypePropertie.Add() 方法,使用Aspose.Cells添加自定义XML部分。 以下示例代码使用 Workbook...

    docs.aspose.com/cells/zh/cpp/use-custom-xml-par...
  9. Implement Custom Calculation Engine to extend t...

    This article describes how to extend the default calculation engine by implementing a custom calculation engine using the Aspose.Cells library with C++. By loading an existing Excel file or creating a new one, we can use the methods provided by Aspose.Cells to implement a custom calculation engine and get the results. Finally, we save the modified Excel file to disk....Default Calculation Engine of Aspose.Cells with C++ Contents [ Hide...Custom Calculation Engine Aspose.Cells has a powerful calculation...

    docs.aspose.com/cells/cpp/implement-custom-calc...
  10. 使用 C++ 实现 1904 日期系统|Documentation

    Aspose.Cells 是一个用于处理电子表格文件的 C++ 库。它支持实现1904日期系统,允许用户根据1904年1月1日的日期系统进行计算和格式化。本文介绍了如何使用Aspose.Cells库实现1904日期系统。...您可以使用 Aspose.Cells 设置Excel文件的1904日期系统。 在 Microsoft...Excel中选择1904日期系统 请参阅以下示例代码,了解如何使用Aspose.Cells API 实现此功能。 #include <iostream>...

    docs.aspose.com/cells/zh/cpp/implement-1904-dat...