Sort Score
Result 10 results
Languages All
Labels All
Results 921 - 930 of 82,029 for

workbook

(0.06 sec)
  1. Page Break Preview in 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 PageBreakPreview : def...PageBreakPreview / ' workbook = Workbook ( dataDir + "Book1.xls"...

    docs.aspose.com/cells/java/page-break-preview-i...
  2. 在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/zh/net/encrypting-files-i...
  3. Set Worksheet Tab Color in Aspose.Cells|Documen...

    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 ( "../../data/test...book Worksheet worksheet = workbook . Worksheets [ 0 ]; //Set...

    docs.aspose.com/cells/net/set-worksheet-tab-col...
  4. 在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 # Accessing the first...

    docs.aspose.com/cells/zh/java/setting-page-opti...
  5. 工作表调整大小的有效解决方案|Aspose.Slides 文档

    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 = new Workbook ( "AsposeTest.xls"...SetOleAccordingToSel ( Workbook workbook , Int32 startRow , Int32...

    docs.aspose.com/slides/zh/net/working-solution-...
  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....Cells - 使用颜色 C# Workbook workbook = new Workbook (); // Creating...Creating a Workbook object workbook . Worksheets . Add (); Worksheet...

    docs.aspose.com/cells/zh/net/working-with-colors/
  7. Retrieve a dictionary of all named ranges in a ...

    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....String fileName ) { // Given a workbook name, return a dictionary...Retrieve a reference to the workbook part. var wbPart = document...

    docs.aspose.com/cells/net/retrieve-a-dictionary...
  8. Returning a Range of Values using AbstractCalcu...

    This article introduces an abstract calculation engine that returns a range of values in Microsoft Excel using the Aspose.Cells library with C++. By loading an existing Excel file or creating a new Excel file, we can use the methods provided by Aspose.Cells to get a range of values and return the result. Finally, we save the modified Excel file to disk....02_OutputDirectory \\ " ); Workbook workbook ; Cells cells = workbook . GetWorksheets...( customEngine . get ()); workbook . CalculateFormula ( calculationOptions...

    docs.aspose.com/cells/cpp/returning-a-range-of-...
  9. Using WorkbookMetadata with Python.NET|Document...

    Learn how to manage Workbook metadata efficiently using Aspose.Cells for Python via .NET API....a light-weight version of workbook into memory to edit its metadata...WorkbookMetadata class to load the workbook. The following sample code...

    docs.aspose.com/cells/python-net/using-workbook...
  10. Hiding and Showing Rows and Columns in PHP|Docu...

    Learn how to Hide and Show Rows and Columns through the Aspose.Cells for PHP via Java APIs....Instantiating a Workbook object by excel file path $workbook = new Workbook...the Excel file $worksheet = $workbook -> getWorksheets () -> get...

    docs.aspose.com/cells/java/hiding-and-showing-r...