Sort Score
Result 10 results
Languages All
Labels All
Results 3,361 - 3,370 of 238,879 for

aspose cells

(0.5 sec)
  1. Create Union Range with C++|Documentation

    Create Union Range in Excel files using Aspose.Cells with C++....Hide ] Create Union Range Aspose.Cells provides the ability to...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/create-union-range/
  2. 用C++刷新关联形状的值|Documentation

    学习如何使用 Aspose.Cells for C++ 在Excel文件中刷新关联形状的值。...如果要以XLS或XLSX格式保存工作簿,则使用Aspose.Cells也起作用。但是,如果要将工作簿保存为PDF或HTML格式,则必须调用...包含一个链接到单元格A1到E4的图片。我们将用 Aspose.Cells 改变B4单元格的值,然后调用 Worksheet...

    docs.aspose.com/cells/zh/cpp/refresh-values-of-...
  3. 在加载文件时自动调整行高(C++)|Documentation

    了解如何使用 Aspose.Cells 与 C++ 自动适应未使用自定义高度的行。...在加载文件时会自动调整行高,而 Aspose.Cells 为了提高性能不会自动调整。如果需要在加载文件时使用 Aspose.Cells 程序自动匹配行高,可以通过参数...但是Excel在加载文件时会自动调整行高。 使用Aspose.Cells调整行高 如果直接加载文件并将其保存为PDF,那...

    docs.aspose.com/cells/zh/cpp/autofit-row-height/
  4. 用C++实现多线程同时读取单元格数值|Documentation

    学习如何通过Aspose.Cells for C++ API同时在多个线程中读取单元格值。...本文解释了如何使用Aspose.Cells来实现这一目的。 要同时在多个线程中读取单元格值,请将...get_Worksheets () -> Get ( 0 ) -> get_Cells () -> set_MultiThreadReading...

    docs.aspose.com/cells/zh/cpp/reading-cell-value...
  5. 使用C++在输出PDF中渲染Unicode补充字符|Documentation

    了解如何使用 Aspose.Cells for C++ 在输出 PDF 中渲染 Unicode 辅助字符。...Aspose.Cells现在支持呈现这些4字节Unicode字符。 在U... 通过Aspose.Cells在输出PDF中渲染Unicode补充字符 以下屏幕截图显示了Aspose.Cells如何将...

    docs.aspose.com/cells/zh/cpp/render-unicode-sup...
  6. 如何使用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/
  7. 用C++在排序数据时指定排序警告|Documentation

    学习如何使用Aspose.Cells for C++ API在排序数据时指定排序警告。...Aspose.Cells提供了{0}属性来解决这个问题。请将此属性设置为...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/specifying-sort-wa...
  8. 在工作表内向Shape前后移动(前景层次)用C++|Documentation

    学习如何使用 Aspose.Cells for C++ 改变工作表中形状的z次序位置。...Aspose.Cells 提供了 Shape.ToFrontOrBack()...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/send-shape-front-o...
  9. Retrieving SQL Connection Data with C++|Documen...

    Learn how to retrieve SQL connection data, including server URL, username, table name, and more using Aspose.Cells for C++....with C++ Contents [ Hide ] Aspose.Cells can help you retrieve SQL...create a database query. Aspose.Cells provides the Workbook::...

    docs.aspose.com/cells/cpp/retrieving-sql-connec...
  10. 用 C++ 将页面设置从源工作表复制到目标工作表|Documentation

    本文说明如何使用 C++ API 或示例代码,将页面设置从源工作表复制到目标工作表。...本文解释了如何使用Aspose.Cells APIs从一个工作表复制页面设置到另一个工作表。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/copy-page-setup-se...