Sort Score
Result 10 results
Languages All
Labels All
Results 1,021 - 1,030 of 61,914 for

workbook

(0.07 sec)
  1. 使用 Node.js 和 C++ 将每个工作表保存为不同的 PDF 文件|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....xlsx" ); // Instantiate a new workbook and open the Excel file from...location const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/zh/nodejs-cpp/save-each-w...
  2. 在xlsx4j中对数据进行排序|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 ( dataDir...file Worksheet worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/java/sort-data-in-xlsx4j/
  3. Aspose.Cells 8.4.1中的公共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....//Create workbook object com . aspose . cells . Workbook workbook...new com . aspose . cells . Workbook ( input ); //Access first...

    docs.aspose.com/cells/zh/java/public-api-change...
  4. Copy Range Data Only with Node.js via C++|Docum...

    Learn how to copy data from one range of cells to another using Aspose.Cells for Node.js via C++....example shows how to: Create a workbook. Add data to cells in the...new Workbook. const workbook = new AsposeCells . Workbook ();...

    docs.aspose.com/cells/nodejs-cpp/copy-range-dat...
  5. Draw Slicer while rendering Excel to PDF with C...

    Export Excel to PDF with slicer settings using Aspose.Cells with C++.... It then saves the workbook as output PDF file . The following...Create workbook from the excel file Workbook workbook ( inputFilePath...

    docs.aspose.com/cells/cpp/draw-slicer-while-ren...
  6. 在Aspose.Cells中设置公式中的外部链接|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....//Instantiate a new Workbook. Workbook workbook = new Workbook (); //Get...Worksheet Worksheet sheet = workbook . Worksheets [ 0 ]; //Get...

    docs.aspose.com/cells/zh/net/set-external-links...
  7. Add Digital Signature to an already signed Exce...

    This article describes how to add a digital signature to an already signed Excel file using Node.js with Aspose.Cells for Node.js via C++....js via C++ provides the Workbook.addDigitalSignature(digitalSignatureColl)...demonstrates how to make use of the Workbook.addDigitalSignature(digitalSignatureColl)...

    docs.aspose.com/cells/nodejs-cpp/add-digital-si...
  8. 在Ruby中冻结窗格|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 by excel file path workbook = Rjb ::...import ( 'com.aspose.cells.Workbook' ) . new ( data_dir + 'Book1...

    docs.aspose.com/cells/zh/java/freeze-panes-in-r...
  9. Display or Hide Gridlines in Ruby|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 by excel file path workbook = Rjb ::...import ( 'com.aspose.cells.Workbook' ) . new ( data_dir + 'Book1...

    docs.aspose.com/cells/java/display-or-hide-grid...
  10. 将数据导入xlsx4j工作表|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 (); //Obtaining...sheet index int sheetIndex = workbook . getWorksheets (). add ();...

    docs.aspose.com/cells/zh/java/import-data-to-wo...