Sort Score
Result 10 results
Languages All
Labels All
Results 821 - 830 of 82,048 for

workbook

(0.09 sec)
  1. Create Access and Copy Named Ranges with Node.j...

    Learn how to create, access, and copy named ranges in Excel using Aspose.Cells for Node.js via C++....Cells provides a class, Workbook that represents a Microsoft...Microsoft Excel file. The Workbook class contains a getWorksheets()...

    docs.aspose.com/cells/nodejs-cpp/create-access-...
  2. Delete Ranges from Excel with C++|Documentation

    Learn how to delete ranges in Excel using Aspose.Cells with C++....Instantiate a new Workbook. Workbook workbook ; // Get all the...WorksheetCollection worksheets = workbook . GetWorksheets (); // Get...

    docs.aspose.com/cells/cpp/delete-ranges-from-ex...
  3. Split Cells in Worksheet|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....in Worksheet C# Workbook workbook = new Workbook (); //Accessing...file Worksheet worksheet = workbook . Worksheets [ 0 ]; //Set...

    docs.aspose.com/cells/net/split-cells-in-worksh...
  4. Saving Files in PHP|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....calling the save method of Workbook object. PHP Code $fileFormatType...//Creating an Workbook object with an Excel file path $workbook = new...

    docs.aspose.com/cells/java/saving-files-in-php/
  5. 自动调整行和列|Documentation

    通过Aspose.Cells for Java API了解如何自动调整行和列。... Java Workbook workbook = new Workbook ( "workbook.xls" );...file Worksheet worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/java/auto-fit-row-and-...
  6. Update Power Query Formula Item with Node.js vi...

    Learn how to update the Power Query Formula item data source in an Excel file using Aspose.Cells for Node.js via C++...."output" ); const workbook = new AsposeCells . Workbook ( path . join...xlsx" )); const mashupData = workbook . getDataMashup (); const...

    docs.aspose.com/cells/nodejs-cpp/update-power-q...
  7. Protect and Unprotect|Documentation

    This snippet introduces how to encrypt and decrypt excel files, protect and unprotect the data in excel files using CSharp codes.... Protect and unprotect workbook To prevent other users from...the structure of your Excel workbook with a password. Protect and...

    docs.aspose.com/cells/python-net/protect-and-un...
  8. Insert Cell Comments|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 (); Worksheet...Worksheet worksheet = workbook . getWorksheets (). get ( 0 );...

    docs.aspose.com/cells/java/insert-cell-comments/
  9. Delete Pivot Table from a Worksheet with C++|Do...

    C++ code to remove PivotTable for Excel Worksheets using Aspose.Cells....Create workbook object from source Excel file Workbook workbook...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/delete-pivot-table-fr...
  10. 使用 Node.js 通过 C++ 将多个工作表合并为一个工作表|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 将多个工作表合并为一个工作表。...xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/zh/nodejs-cpp/combine-mul...