Sort Score
Result 10 results
Languages All
Labels All
Results 3,441 - 3,450 of 201,320 for

aspose cells

(0.14 sec)
  1. 用C++更新切片器|Documentation

    本文介绍如何通过更新切片器来更新关联的透视表,使用Aspose.Cells for C++ API。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // Load sample Excel...

    docs.aspose.com/cells/zh/cpp/updating-slicer/
  2. 查找XLS和XLSX格式支持的最大行数和列数,使用C++|Documentation

    学习如何使用Aspose.Cells for C++查找XLS和XLSX格式支持的最大行列数。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // Print message about...

    docs.aspose.com/cells/zh/cpp/find-maximum-rows-...
  3. 如何使用C++将HTML转换为PDF|Documentation

    本主题展示如何使用Aspose.Cells for C++将HTML转换为PDF以及MHTML转换为PDF。...如何使用C++将HTML转换为PDF Contents [ Hide ] 概述 Aspose.Cells is a professional solution...C++中的HTML转PDF转换 如何将HTML转换为PDF?使用 Aspose.Cells for C++ 库,您可以轻松通过几行代码实现...

    docs.aspose.com/cells/zh/cpp/convert-html-to-pdf/
  4. 如何用 C++ 改变批注的字体颜色|Documentation

    学习如何使用 Aspose.Cells 和 C++ 自定义批注的字体颜色。...Aspose.Cells提供了API以完成此任务。 Aspose.Cells 提供了 Shape.GetTextBody()...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/how-to-change-the-...
  5. 用C++将单元格链接至XML映射元素|Documentation

    学习如何使用Aspose.Cells与C++将单元格链接至XML映射元素。...可能的使用场景 您可以使用 Aspose.Cells 将单元格链接到 XML 地图元素。请使用此目的的 Cells.LinkToXmlMap()...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/link-cells-to-xml-...
  6. 使用 C++ 合并文件|Documentation

    学习如何使用 Aspose.Cells for C++ 高效合并Excel文件。...合并文件 Contents [ Hide ] 介绍 Aspose.Cells 提供多种合并文件的方法。对于包含数据、格式和公式的简单文件,可以使用...MergeFiles 静态方法来合并多个文件。 使用Aspose.Cells合并文件 以下示例代码演示如何使用 CellsHelper...

    docs.aspose.com/cells/zh/cpp/merge-files/
  7. How to Prevent Users from Printing Excel File w...

    Learn how to prevent users from printing excel through the Aspose.Cells for C++ API....Printing Excel File using Aspose.Cells for C++ The following sample...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/how-to-prevent-printi...
  8. Adjust Workbook Compression Level with C++|Docu...

    Learn how to adjust the compression level of a workbook using Aspose.Cells for C++ to optimize file size and processing time.... Aspose.Cells provides OoxmlCompressionType...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...

    docs.aspose.com/cells/cpp/adjust-workbook-compr...
  9. 使用 C++ 获取带外部链接的范围|Documentation

    学习如何使用 Aspose.Cells 和 C++ 获取带外部链接的范围。...Aspose.Cells 提供通过 Name.GetReferredAreas...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/get-range-with-ext...
  10. 在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...