Sort Score
Result 10 results
Languages All
Labels All
Results 2,691 - 2,700 of 102,528 for

workbook

(0.48 sec)
  1. 插入时间轴|Documentation

    学习如何使用Aspose.Cells for JavaScript via C++创建时间线。..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...Instantiate workbook from uploaded file const workbook = new Workbook...

    docs.aspose.com/cells/zh/javascript-cpp/create-...
  2. 添加带有单元格文本的条件图标集,使用JavaScript通过C++|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++在单元格文本旁添加条件图标。通过图标增强数据的含义。..."text/javascript" > const { Workbook , SaveFormat , Worksheet ...Instantiate a new Workbook const workbook = new Workbook (); // Get...

    docs.aspose.com/cells/zh/javascript-cpp/add-con...
  3. Aspose.Cells 8.9.0中的公共API更改|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....instance of Workbook Workbook book = new Workbook ( dir + "sample...instance of Workbook Workbook book = new Workbook ( dir + "sample...

    docs.aspose.com/cells/zh/java/public-api-change...
  4. 在 Node.js via C++ 中查找工作表内元素的绝对位置|Documentation

    了解如何使用 Aspose.Cells for Node.js via C++ 在工作表中查找形状的绝对位置。...file inside the workbook object const workbook = new AsposeCells...AsposeCells . Workbook ( path . join ( dataDir , "sample.xlsx" )); //...

    docs.aspose.com/cells/zh/nodejs-cpp/finding-abs...
  5. 使用 Node.js 和 C++ 将 Excel 保存为标准或最小尺寸的 PDF|Docume...

    学习如何使用 Aspose.Cells for Node.js via C++ 以标准或最小尺寸将 Excel 文件保存为 PDF。...excel file into workbook object const workbook = new AsposeCells...AsposeCells . Workbook ( filePath ); // Save into Pdf with Minimum size...

    docs.aspose.com/cells/zh/nodejs-cpp/save-excel-...
  6. The type initializer for ' ' threw an exception...

    Hi All, I’m running into this error when exporting an excel Workbook to PDF in a .NET 6 project running on Alpine Linux: The type initializer for ‘’ threw an exception. I’ve tried adding the following lines of code to …...error when exporting an excel workbook to PDF in a .NET 6 project...Cells when exporting an Excel workbook to PDF in a .NET 6 project...

    forum.aspose.com/t/the-type-initializer-for-thr...
  7. Cut and Paste Range with Node.js via C++|Docume...

    Learn how to cut and paste cells within a worksheet using Aspose.Cells for Node.js via C++...."output" ); const workbook = new AsposeCells . Workbook (); const worksheet...worksheet = workbook . getWorksheets (). get ( 0 ); worksheet...

    docs.aspose.com/cells/nodejs-cpp/cut-and-paste-...
  8. 通过 C++ 使用 Node.js 获取标题或页脚|Documentation

    本文介绍了如何使用 C++ API 通过 Node.js 编程方式从 Excel 或 OpenOffice 文件中获取标题和页脚。...new Workbook const workbook = new AsposeCells . Workbook ( filePath...filePath ); const sheet = workbook . getWorksheets (). get ( 0...

    docs.aspose.com/cells/zh/nodejs-cpp/get-headers...
  9. Check Password to modify using Aspose.Cells for...

    Learn how to check if a password to modify matches using Aspose.Cells for JavaScript via C++....modify while creating your workbooks in Microsoft Excel. Please..."text/javascript" > const { Workbook , LoadOptions , SaveFormat...

    docs.aspose.com/cells/javascript-cpp/check-pass...
  10. Applying Subtotal and Changing Direction of Out...

    Learn how to apply subtotal and change direction of outline summary Rows below Detail by using the Aspose.Cells for C++ API....Create workbook from source Excel file Workbook workbook ( srcDir...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/applying-subtotal-and...