Sort Score
Result 10 results
Languages All
Labels All
Results 1,111 - 1,120 of 82,029 for

workbook

(0.05 sec)
  1. Json with Node.js via C++|Documentation

    Learn how to convert Excel Workbook to JSON using Aspose.Cells for Node.js via C++....Cells supports converting a workbook to Json (JavaScript Object...Notation) file. Convert Excel Workbook to JSON The Aspose.Cells API...

    docs.aspose.com/cells/nodejs-cpp/convert-workbo...
  2. Implement 1904 Date System with Node.js via C++...

    Aspose.Cells is a Node.js library for working with spreadsheet files. It supports the implementation of the 1904 date system, allowing users to calculate and format based on the January 1, 1904 date system. This article describes how to implement the 1904 date system using the Aspose.Cells library....Initialize a new Workbook // Open an excel file const workbook = new AsposeCells...AsposeCells . Workbook ( filePath ); // Implement 1904 date system...

    docs.aspose.com/cells/nodejs-cpp/implement-1904...
  3. Importing from Array|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....//Instantiating a Workbook object Workbook workbook = new Workbook (); //Adding...worksheet to the Workbook object int i = workbook . Worksheets ...

    docs.aspose.com/cells/net/importing-from-array/
  4. Formatting Slicer with C++|Documentation

    Format slicers in Microsoft Excel using Aspose.Cells with C++.... Workbook workbook ( u "sampleFormattingSlic...worksheet. Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/formatting-slicer/
  5. Set preset WordArt style to the text of the sha...

    Learn how to set a preset WordArt style to the text of a shape using Aspose.Cells for Node.js via C++...."output" ); // Create workbook object const workbook = new AsposeCells...AsposeCells . Workbook (); // Access first worksheet const worksheet...

    docs.aspose.com/cells/nodejs-cpp/set-preset-wor...
  6. 在Jython中将文件转换为XPS|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.... cells import Workbook from com . aspose . cells...saveFormat = SaveFormat workbook = Workbook ( dataDir + "Book1.xls"...

    docs.aspose.com/cells/zh/java/converting-to-xps...
  7. 使用 Node.js + C++ 在 Excel 文件中自动填充区域|Documentation

    学习如何在Excel文件的指定范围内执行自动填充操作,使用 Aspose.Cells for Node.js via C++。...Create a Workbook const workbook = new AsposeCells . Workbook ( filePath...// Get Cells const cells = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/autofill-ra...
  8. 在电子表格中查找并替换|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....= "" ) { workbook = new Workbook ( FOD_OpenFile . FileName...foreach ( Worksheet sheet in workbook . Worksheets ) { found +=...

    docs.aspose.com/cells/zh/net/find-and-replace-i...
  9. 使用Node.js的C++检查VBA代码的数字签名是否有效|Documentation

    学习如何使用Aspose.Cells for Node.js via C++检查VBA代码的数字签名的有效性。...Cells允许您使用 Workbook.isValidSigned() 属性检查VBA代码..."sampleVBAProjectSign.xlsm" ); // Loads the workbook which contains hidden external...

    docs.aspose.com/cells/zh/nodejs-cpp/check-if-di...
  10. 使用Node.js与C++保护和取消保护工作簿结构|Documentation

    使用Node.js通过C++保护和取消保护Excel文件的工作簿结构。... const workbook = new AsposeCells . Workbook (); // Protect...Protect workbook structure. workbook . protect ( AsposeCells . ProtectionType...

    docs.aspose.com/cells/zh/nodejs-cpp/protect-and...