Sort Score
Result 10 results
Languages All
Labels All
Results 971 - 980 of 82,277 for

workbook

(0.11 sec)
  1. Insert a new 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.... Workbook . GetFirstChild < Sheets >();...and associate it with the workbook. Sheet sheet = new Sheet ()...

    docs.aspose.com/cells/net/insert-a-new-worksheet/
  2. Set Conditional Formats of Excel and ODS files ...

    How to apply conditional formats to Excel and ODS files in C++....// Open the Excel file Workbook workbook ( inputFilePath ); //...file Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/conditional-formatting/
  3. Managing Page Breaks in Python|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 = self . Workbook ( self ...."Book1.xls" ) worksheets = workbook . getWorksheets () worksheet...

    docs.aspose.com/cells/java/managing-page-breaks...
  4. Managing Document Properties 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/managing-document-pr...
  5. 通过Node.js与C++密码保护或取消保护共享工作簿|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....C++也支持此功能,提供 Workbook.protectSharedWorkboo(string) 和 Workbook.unpro...file const workbook = new AsposeCells . Workbook (); // Protect...

    docs.aspose.com/cells/zh/nodejs-cpp/password-pr...
  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 ( dataPath...dataPath + "workbook.xls" ); //Get the first worksheet in the book Worksheet...

    docs.aspose.com/cells/zh/java/set-worksheet-tab...
  7. 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....through Path // Creating a Workbook object and opening an Excel...path $workbook = $ptr -> New ( "Aspose.Cells.Workbook" , array...

    docs.aspose.com/cells/net/saving-files-in-php/
  8. Open and Save Spreadsheet 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....would also need to save your workbook (file). Aspose.Cells provides...//Creating an Workbook object with an Excel file path Workbook workbook...

    docs.aspose.com/cells/java/open-and-save-spread...
  9. Add WordArt Watermark to Worksheet in Aspose.Ce...

    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...default sheet Worksheet sheet = workbook . Worksheets [ 0 ]; //Add...

    docs.aspose.com/cells/net/add-wordart-watermark...
  10. Avoid exponential notation of large numbers whi...

    Learn how to prevent large numbers from being converted to exponential notation while importing from HTML using Aspose.Cells for Node.js via C++....stream = byteArray ; // Create workbook from stream with Html load...options const workbook = new AsposeCells . Workbook ( stream , loadOptions...

    docs.aspose.com/cells/nodejs-cpp/avoid-exponent...