Sort Score
Result 10 results
Languages All
Labels All
Results 2,861 - 2,870 of 100,089 for

workbook

(0.09 sec)
  1. 使用 Node.js 通过 C++ 实现 1904 日期系统|Documentation

    Aspose.Cells 是一个用于处理电子表格文件的 Node.js 库。它支持实现1904日期系统,允许用户基于1904年1月1日的日期进行计算和格式化。本文介绍如何使用 Aspose.Cells 库实现1904日期系统。...Initialize a new Workbook // Open an excel file const workbook = new AsposeCells...AsposeCells . Workbook ( filePath ); // Implement 1904 date system...

    docs.aspose.com/cells/zh/nodejs-cpp/implement-1...
  2. 使用Node.js通过C++删除切片器|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.... const workbook = new AsposeCells . Workbook ( filePath );...worksheet. const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/removing-sl...
  3. How to create TreeMap chart with C++|Documentation

    Learn how to create a Treemap chart in Aspose.Cells for C++. Our guide will help you understand the various properties and formatting options available for Treemap charts, including colors, labels, and data representation....Create an instance of Workbook Workbook workbook ( u "treemap.xlsx"...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/creating-treemap-chart/
  4. 用C++设置工作表标签颜色|Documentation

    本文演示使用C++ API或库编程设置Excel工作表标签颜色的示例代码。...xls" ; // Create workbook Workbook workbook ( inputFilePath );...book Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/set-worksheet-tab-...
  5. 用C++获取图表所在工作表|Documentation

    了解如何使用Aspose.Cells for C++检索与Excel图表关联的工作表。我们的指南将展示如何访问工作表并对其执行操作,以操作图表的底层数据。...Create workbook from sample Excel file Workbook workbook ( srcDir...worksheet of the workbook Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/get-worksheet-of-t...
  6. Your First Aspose.Cells Application - Hello Wor...

    Create, edit, and save your first Excel file in any supported format using Aspose.Cells for .NET to experience its simplicity and power in C#....Create an instance of the Workbook class. If you have a license...New Workbook The following example creates a new workbook from...

    docs.aspose.com/cells/net/your-first-aspose-cel...
  7. Get Warnings while Loading Excel File|Documenta...

    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....the user tries to load the workbook which is somewhat corrupt...warnings while loading the workbook. You can catch these warnings...

    docs.aspose.com/cells/java/get-warnings-while-l...
  8. Verify Password Used to Protect the Worksheet w...

    Learn how to verify the password used to protect a worksheet using Aspose.Cells for Node.js via C++....instance of Workbook and load a spreadsheet const workbook = new AsposeCells...AsposeCells . Workbook ( filePath ); // Access the protected...

    docs.aspose.com/cells/nodejs-cpp/verify-passwor...
  9. Specify Document Version of the Excel File usin...

    Learn how to specify the document version of an Excel file programmatically using built-in document properties with Node.js via C++....following sample code creates a workbook and changes its built‑in document...Create workbook object const wb = new AsposeCells . Workbook ();...

    docs.aspose.com/cells/nodejs-cpp/specify-docume...
  10. Export Worksheet or Chart into Image with Desir...

    Learn how to export a worksheet or chart to an image with specified width and height using Aspose.Cells for Node.js via C++....__dirname , "output" ); // Create workbook object from source file const...xlsx" ); const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/nodejs-cpp/export-workshe...