Sort Score
Result 10 results
Languages All
Labels All
Results 2,831 - 2,840 of 238,873 for

aspose cells

(0.36 sec)
  1. 使用C++将Excel图表转换为图像|Documentation

    学习如何使用Aspose.Cells结合C++将Excel图表转换为图像。...首先,在Microsoft Excel中创建一个饼图,然后使用Aspose.Cells将其转换为图像文件。该示例中的代码基于模板Microsoft...保存文件。 输入文件。 下载并安装 Aspose.Cells: 下载Aspose.Cells for C++ 。 在您的开发计算机上安装它。...

    docs.aspose.com/cells/zh/cpp/convert-an-excel-c...
  2. Copy Range Style Only with C++|Documentation

    Learn how to copy only the style of a range in Excel using Aspose.Cells with C++.... Create a second range of cells. Copy the first range’s formatting...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/copy-range-style-only/
  3. Find if the Worksheet is Dialog Sheet with C++|...

    Dialog Sheet is an older sheet format. This article provides instructions and sample code for determining programmatically whether an Excel worksheet is a Dialog Sheet using the C++ API....GetType() property provided by Aspose.Cells. If it returns the enumeration...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/find-if-the-worksheet...
  4. 用 C++ 实现线程评论|Documentation

    学习如何使用 Aspose.Cells 与 C++ 在 Excel 文件中添加、读取、编辑和删除线程评论。... Aspose.Cells还提供了管理分线评论的功能。 添加分线评论 使用Excel添加分线评论...这将打开一个对话框,以输入活动单元格中的评论。 使用Aspose.Cells添加分线评论 Aspose.Cells 提供 Comments.AddThreadedComment...

    docs.aspose.com/cells/zh/cpp/threaded-comments/
  5. 使用C++设置图表数据源|Documentation

    了解Aspose.Cells for C++支持的各种数据源。我们的指南将引导您了解不同类型的数据源,以及如何连接和从中检索数据以填充工作表。... 设置图表数据 使用Aspose.Cells处理图表时,有以下两种数据类型需要处理: 图表数据。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...

    docs.aspose.com/cells/zh/cpp/data-formatting-in...
  6. Headings And Body Theme Font with C++|Documenta...

    Aspose.Cells is a C++ library for working with spreadsheet files. It supports setting heading and body theme fonts in Excel documents, enabling users to customize the appearance and style of the document. This article will introduce how to use the Aspose.Cells library to work with heading and body theme fonts in Excel documents....Font Programmatically With Aspose.Cells for C++, we can check whether...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/headings-and-body-the...
  7. 使用C++获取工作表中的最大范围|Documentation

    本文介绍了如何使用Aspose.Cells for C++库获取Excel文件的最大范围、最大数据范围和最大显示范围。... Aspose.Cells for C++提供了多种方法来查找工作表中的最大范围。...C++提供了多种方法来查找工作表中的最大范围。 获取最大范围 在Aspose.Cells中,如果初始化了 Row 和 Column 对象,这些行和列将被计入最大区域,即使空行或空列没有数据。...

    docs.aspose.com/cells/zh/cpp/get-max-range-in-a...
  8. 用C++直接计算自定义函数,无需在工作表中编写|Documentation

    本文介绍如何使用Aspose.Cells库在Microsoft Excel中直接计算自定义函数,而无需在工作表中编写函数。 通过加载现有的Excel文件或创建一个新的Excel文件,我们可以使用Aspose.Cells提供的方法来计算自定义函数并获得结果。 最后,我们将修改后的Excel文件保存到磁盘。...unction()的自定义函数,自己计算其值为“Aspose.Cells。”,然后此值将由计算引擎自动与单元格A1的值“...欢迎来到”拼接,最终返回“欢迎来到Aspose.Cells。”。如代码所示,我们没有在工作表中写入任何自定义函数,而是通过我们自己的自定义逻辑直接计算。...

    docs.aspose.com/cells/zh/cpp/direct-calculation...
  9. Disable Downlevel Revealed Comments while savin...

    Eliminate Downlevel Revealed Comments while saving Excel files to HTML using Aspose.Cells with C++....your Excel file to HTML, Aspose.Cells reveals Downlevel Conditional...Downlevel-revealed conditional comment Aspose.Cells allows you to eliminate...

    docs.aspose.com/cells/cpp/disable-downlevel-rev...
  10. Render Worksheet to Graphic Context with C++|Do...

    Learn how to render a worksheet to a graphic context using Aspose.Cells for C++....with C++ Contents [ Hide ] Aspose.Cells can now render a worksheet...code illustrates how to use Aspose.Cells to render a worksheet to...

    docs.aspose.com/cells/cpp/render-worksheet-to-g...