Sort Score
Result 10 results
Languages All
Labels All
Results 1,011 - 1,020 of 102,694 for

workbook

(0.21 sec)
  1. Protect and Unprotect Worksheet with Node.js vi...

    Protect and unprotect worksheet of Excel files with Aspose.Cells for Node.js via C++....to implement protecting the workbook structure of Excel files....file. const workbook = new AsposeCells . Workbook (); // Gets...

    docs.aspose.com/cells/nodejs-cpp/protect-and-un...
  2. 使用 C++ 删除命名范围|Documentation

    学习如何使用 Aspose.Cells for C++ 从 Excel 或 OpenOffice 文件中删除定义的名称或命名范围。...Instantiate a new Workbook Workbook workbook ( inputFilePath );...WorksheetCollection worksheets = workbook . GetWorksheets (); // Delete...

    docs.aspose.com/cells/zh/cpp/delete-named-ranges/
  3. Data Sorting with C++|Documentation

    Learn how to sort data by using the Aspose.Cells for C++ API....xls" ; // Create workbook Workbook workbook ( inputFilePath );...); // Get the workbook DataSorter object DataSorter sorter =...

    docs.aspose.com/cells/cpp/sort-data-of-excel/
  4. 使用JavaScript通过C++将Excel导出为JSON|Documentation

    学习如何使用C++和Aspose.Cells for JavaScript将Excel文件转换为JSON。...Json 作为 Workbook.save(string, SaveFormat) 方法的第二个参数传递。您也可以使用..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...

    docs.aspose.com/cells/zh/javascript-cpp/convert...
  5. How to Prevent Users from Printing Excel File w...

    Learn how to prevent users from printing Excel through the Aspose.Cells for C++ API.... Open the workbook that you don’t want others...close the code, return to the workbook, and when you attempt to print...

    docs.aspose.com/cells/cpp/how-to-prevent-printi...
  6. 重新整理工作簿中的工作表|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 a new Workbook. Workbook workbook = new Workbook (); WorksheetCollection...WorksheetCollection worksheets = workbook . getWorksheets (); Worksheet...

    docs.aspose.com/cells/zh/java/re-order-sheets-w...
  7. 从ArrayList导入|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/zh/net/importing-from-arr...
  8. Sort Data in 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/java/sort-data-in-xlsx4j/
  9. AutoFill range of Excel file with Node.js via C...

    Learn how to perform an autofill operation in a specified range of an Excel file using 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/nodejs-cpp/autofill-ranges/
  10. 重新排序工作表|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 a new Workbook. Workbook workbook = new Workbook (); WorksheetCollection...WorksheetCollection worksheets = workbook . Worksheets ; Worksheet worksheet1...

    docs.aspose.com/cells/zh/net/reorder-worksheets/