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

aspose cells

(0.18 sec)
  1. 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/
  2. 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....在Aspose.Cells中使用匿名类型或自定义对象 Contents [ Hide ] Aspose.Cells还支持...sheet) in the workbook. Aspose . Cells . Worksheet w = report...

    docs.aspose.com/cells/zh/net/using-anonymous-ty...
  3. Use Custom XML Parts in Aspose.Cells with C++|D...

    Learn how to use custom XML parts in Excel files programmatically using Aspose.Cells with C++....Use Custom XML Parts in Aspose.Cells with C++ Contents [ Hide...Using Custom XML Parts in Aspose.Cells Custom XML Parts are XML...

    docs.aspose.com/cells/cpp/use-custom-xml-parts-...
  4. 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...
  5. 用 C++ 实现线程评论|Documentation

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

    docs.aspose.com/cells/zh/cpp/threaded-comments/
  6. 使用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...
  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. 用C++查找与外部数据连接相关的查询表和列表对象|Documentation

    学习如何用Aspose.Cells和C++查找与外部数据连接相关的查询表和列表对象。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...using namespace Aspose :: Cells :: ExternalConnections ; void PrintTables...

    docs.aspose.com/cells/zh/cpp/find-query-tables-...
  10. Manage data of Excel files with C++|Documentation

    This article describes how to view and edit data of Excel files with Aspose.Cells library using C++....Contents [ Hide ] In Accessing Cells of a Worksheet , we discussed...basic approaches for accessing cells in a worksheet. This article...

    docs.aspose.com/cells/cpp/view-and-edit-excel-d...