Sort Score
Result 10 results
Languages All
Labels All
Results 611 - 620 of 82,029 for

workbook

(0.04 sec)
  1. Managing Ranges with C++|Documentation

    Learn how to manage ranges in Excel files using Aspose.Cells with C++. Create, modify, and style ranges programmatically....Cells provides a class, Workbook that represents a Microsoft...Microsoft Excel file. The Workbook class contains a Worksheets collection...

    docs.aspose.com/cells/cpp/managing-ranges/
  2. 在 Jython 中调整行高和列宽|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 class RowsAndColumns : def...Instantiating a Workbook object by excel file path workbook = Workbook ( dataDir...

    docs.aspose.com/cells/zh/java/adjusting-row-hei...
  3. Copying Rows and Columns 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....Instantiating a Workbook object by excel file path $workbook = new Workbook...the Excel file $worksheet = $workbook -> getWorksheets () -> get...

    docs.aspose.com/cells/java/copying-rows-and-col...
  4. Use Formulas Functions to Process Data|Document...

    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.... Application ; //Access workbook Microsoft . Office . Interop...Interop . Excel . Workbook workbook = app . ActiveWorkbook ; //Access...

    docs.aspose.com/cells/net/use-formulas-function...
  5. Printing Workbooks using Aspose.Cells|Documenta...

    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....Printing Workbooks using Aspose.Cells Contents [ Hide ] Aspose...Aspose.Cells - Printing Workbooks After you finish creating your...

    docs.aspose.com/cells/java/printing-workbooks-u...
  6. Encrypt and Decrypt Excel files with C++|Docume...

    How to encrypt and decrypt Excel files using C++. Lock and unlock Excel files....xls" ; // Create workbook Workbook workbook ( inputFilePath );...Specify XOR encryption type workbook . SetEncryptionOptions ( EncryptionType...

    docs.aspose.com/cells/cpp/encrypt-and-decrypt-e...
  7. Copy and Move Worksheets Within and Between Wor...

    Learn how to copy and move worksheets within and between Excel Workbooks using Aspose.Cells for C++....Worksheets Within and Between Workbooks with C++ Contents [ Hide ]...you might want to create a workbook with sheets that contain the...

    docs.aspose.com/cells/cpp/copy-and-move-workshe...
  8. Insert Hyperlinks 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.... C# Workbook workbook = new Workbook (); // Creating...Creating a Workbook object Worksheet sheet = workbook . Worksheets...

    docs.aspose.com/cells/net/insert-hyperlinks-in-...
  9. Aspose.Cells 8.6.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....a spreadsheet Workbook workbook = new Workbook ( inputFilePath...with preset HtmlSaveOptions workbook . Save ( outputFilePath ,...

    docs.aspose.com/cells/zh/net/public-api-changes...
  10. Copy Shapes between Worksheets with C++|Documen...

    Learn how to copy shapes, charts, and other drawing objects between worksheets using Aspose.Cells with C++....xlsx" ; // Create workbook Workbook workbook ( inputFilePath );...worksheet Worksheet pictureSheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/copy-shapes-between-w...