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

cells

(0.18 sec)
  1. Print multiple copies of a worksheet|Documentation

    This article shows how to use the Aspose.Cells for Python via .NET API to print multiple copies of an Excel worksheet programmatically....Cells for Python via .NET provides...Assistant Close Count number of cells in the Worksheet Freeze panes...

    docs.aspose.com/cells/python-net/print-multiple...
  2. Creating a complex PDF|Aspose.PDF for .NET

    Aspose.PDF for NET allows you to create more complex documents that contain images, text fragments, and tables in one document.... Cells . Add ( "Departs City" ); headerRow . Cells . Add...Aspose . Pdf . Cell headerRowCell in headerRow . Cells ) { headerRowCell...

    docs.aspose.com/pdf/net/complex-pdf-example/
  3. Public API Changes in Aspose.Cells 8.1.1|Docume...

    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....Cells 8.1.1 Contents [ Hide ] This...describes changes to the Aspose.Cells API from version 8.1.0 to 8...

    docs.aspose.com/cells/net/public-api-changes-in...
  4. 用C++用Aspose.Cells计算IFNA函数|Documentation

    如何使用Aspose.Cells库的C++实现对IFNA函数的计算。通过加载现有Excel文件或创建新Excel文件,我们可以使用Aspose.Cells提供的方法计算IFNA函数并获得结果。最后将修改后的Excel文件保存到磁盘。...Cells计算IFNA函数 Contents [ Hide ] Aspose.Cells支持计算IFNA...。 使用Aspose.Cells计算IFNA函数 下面的示例代码示例了使用Aspose.Cells计算IFNA函数。 #include...

    docs.aspose.com/cells/zh/cpp/calculating-ifna-f...
  5. Display Bullets by setting Cell Value using HTM...

    Add bullets to Excel Cells using HTML with the easy-to-use Aspose.Cells for Node.js via C++ API....setting Cell Value using HTML Contents [ Hide ] Aspose.Cells supports...by setting cell value using HTML. We will use Cell.setHtmlString(string)...

    docs.aspose.com/cells/nodejs-cpp/display-bullet...
  6. 使用 C++ 实现 1904 日期系统|Documentation

    Aspose.Cells 是一个用于处理电子表格文件的 C++ 库。它支持实现1904日期系统,允许用户根据1904年1月1日的日期系统进行计算和格式化。本文介绍了如何使用Aspose.Cells库实现1904日期系统。...Cells 设置Excel文件的1904日期系统。 在 Microsoft...Excel中选择1904日期系统 请参阅以下示例代码,了解如何使用Aspose.Cells API 实现此功能。 #include <iostream>...

    docs.aspose.com/cells/zh/cpp/implement-1904-dat...
  7. Update Power Query Formula Item with C++|Docume...

    Learn how to update Power Query Formula Items using Aspose.Cells for C++ to modify data source file locations in Excel files....Cells API provides the option to update...Power Query Formula Item Aspose.Cells API provides the ability to...

    docs.aspose.com/cells/cpp/update-power-query-fo...
  8. Limit the Number of Pages Generated - Excel to ...

    Learn how to limit the number of pages generated when converting Excel to PDF using Aspose.Cells with C++....Cells has the ability to set a limit...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/limit-the-number-of-p...
  9. Add Word Art Text with Built-in Styles with C++...

    Learn how to add Word Art Text with Built-in Styles using Aspose.Cells for C++....Cells. Please use the ShapeCollection...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/add-word-art-text-wit...
  10. Insert text into a cell|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....Ask AI Insert text into a cell Contents [ Hide ] OpenXML Excel...FilePath + "Insert text into a cell.xlsx" ; InsertText ( FileName...

    docs.aspose.com/cells/net/insert-text-into-a-cell/