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

aspose cells

(0.1 sec)
  1. Render Custom Date Format Pattern g and ge mm d...

    Aspose.Cells is a C++ library for working with spreadsheet files that supports rendering dates using custom date format patterns 'g' and 'ge'. This article will describe how to render custom date format patterns using the Aspose.Cells library so that users can control how dates are displayed if they want....with C++ Contents [ Hide ] Aspose.Cells is now able to render the...and the converted PDF by Aspose.Cells for your reference. The...

    docs.aspose.com/cells/cpp/render-custom-date-fo...
  2. Reusing Style Objects with C++|Documentation

    In Aspose.Cells for C++, by creating and using reusable style objects, you can simplify style management and improve code efficiency. Our guide will help you leverage the advantages of reusable style objects and implement them in your application....formatting to a large range of cells in a worksheet: Create a style...attributes. Apply the style to the cells in the range. #include <iostream>...

    docs.aspose.com/cells/cpp/reusing-style-objects/
  3. 用C++提取SQL连接数据|Documentation

    学习如何使用Aspose.Cells for C++检索SQL连接数据,包括服务器URL、用户名、表名等。...用C++提取SQL连接数据 Contents [ Hide ] Aspose.Cells可以帮助您检索SQL连接数据。这包括建立SQL服务器连接所需的所有数据,例如...3.使用连接向导连接到数据库并创建数据库查询。 Aspose.Cells提供 Workbook::get_DataConnections()...

    docs.aspose.com/cells/zh/cpp/retrieving-sql-con...
  4. 使用C++为图表工作表创建PdfBookmarkEntry|Documentation

    了解如何使用Aspose.Cells for C++为图表工作表创建PdfBookmarkEntry。...可能的使用场景 以前,Aspose.Cells会为普通工作表创建 PdfBookmarkEntry 。但现在Aspose.Cells还可以为图表工作表创建...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...

    docs.aspose.com/cells/zh/cpp/create-pdfbookmark...
  5. 在复制行或区域时将图表数据源更改为目标工作表,使用C++|Documentation

    了解在复制行或范围到Aspose.Cells for C++时,如何将图表的数据源更改为目标工作表。我们的指南将向您展示如何更新图表的数据范围并将其链接到目标工作表,确保复制的行或范围在图表中得到准确反映。...GetReferToDestinatio() 属性,并在调用 Cells.CopyRows() 方法时设置为 true 。假如目...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/change-data-source...
  6. 判断工作表纸张大小是否自动|Documentation

    本文说明如何使用 C++ API 或示例代码,判断工作表的纸张大小是否为自动。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // For complete examples...

    docs.aspose.com/cells/zh/cpp/determine-if-paper...
  7. 如何用C++设置类别轴|Documentation

    了解如何在Aspose.Cells for C++中设置类别轴。我们的指南将帮助您理解如何定义类别轴范围、调整其属性和格式化标签。...本文将向您展示如何使用Aspose.Cells为Excel图表设置类别轴的示例代码。 示例代码中的步骤...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...

    docs.aspose.com/cells/zh/cpp/how-to-set-categor...
  8. 创建 Excel 图表并将其嵌入到演示文稿中作为 OLE 对象|Aspose.Slides 文档

    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 提供了使用 Aspose.Cells for .NET 创建 Excel...Excel 图表的支持,并且这些图表可以通过 Aspose.Slides for .NET 作为 OLE 对象嵌入到 PowerPoint...

    docs.aspose.com/slides/zh/net/creating-excel-ch...
  9. 用 C++ 判断数据点是否位于饼图中的第二个饼或条形图中的条上|Documentation

    学习如何使用 Aspose.Cells for C++ 判断数据点是否位于饼图中的第二个饼或条形图中的条上。我们的指南将演示如何识别和访问复合图表中的次级饼或条,以便有效分析和操作数据。...Contents [ Hide ] 可能的使用场景 你可以使用 Aspose.Cells 判断系列的数据点是否在 Pie of Pie 图表的第二个饼或...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...

    docs.aspose.com/cells/zh/cpp/find-if-data-point...
  10. Get HTML5 String from Cell with C++|Documentation

    Learn how to get HTML5 string from a cell using Aspose.Cells for C++ API....Get HTML5 String from Cell with C++ Contents [ Hide ] Possible...Scenarios Aspose.Cells returns the HTML string of the cell using...

    docs.aspose.com/cells/cpp/get-html5-string-from...