Sort Score
Result 10 results
Languages All
Labels All
Results 2,121 - 2,130 of 82,065 for

workbook

(0.05 sec)
  1. How to Edit Excel File in C#

    This brief tutorial explains how to edit Excel file in C# .NET environment for Linux, macOS and Windows....Cells namespace Load the workbook containing data and formula...the workbook to update formula result Save the workbook The above...

    kb.aspose.com/cells/net/how-to-edit-excel-file-...
  2. Public API Changes in Aspose.Cells 8.0.2|Docume...

    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 var book = new Workbook (); //Get the...; //Create an instance of Workbook and load an HTML based spreadsheet...

    docs.aspose.com/cells/net/public-api-changes-in...
  3. Enable CSS Custom Properties while saving to HT...

    Learn how to enable CSS custom properties when saving Excel files to HTML using Aspose.Cells for Python via .NET API....cells import Workbook , HtmlSaveOptions # For complete..."output" ) # Load sample workbook wb = Workbook ( os . path . join...

    docs.aspose.com/cells/python-net/enable-css-cus...
  4. 在Python中将工作表转换为SVG|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.... SaveFormat workbook = self . Workbook ( self . dataDir...into svg format sheetCount = workbook . getWorksheets (). getCount...

    docs.aspose.com/cells/zh/java/converting-worksh...
  5. Avoid exponential notation of large numbers whi...

    Learn how to avoid exponential notation of large numbers while importing from HTML using Aspose.Cells for C++.... size ())); Workbook workbook ( data , loadOptions );...); Worksheet sheet = workbook . GetWorksheets (). Get ( 0 );...

    docs.aspose.com/cells/cpp/avoid-exponential-not...
  6. Get Pivot Table refresh date and refresh by who...

    Learn how to fetch the refresh date and refresh by who information from a Workbook using Aspose.Cells with C++....by who information from a workbook. PivotTable.GetRefreshDate()...01_SourceDirectory \\ " ); Workbook workbook ( srcDir + u "sourcePivotTable...

    docs.aspose.com/cells/cpp/get-pivot-table-refre...
  7. Worksheet Views|Documentation

    This article will describe how to use Aspose.Cells for Python via .NET API to interact with the page break preview of an Excel Workbook and worksheets. Work with split panes, frozen panes, and zoom factor as well....NET provides a Workbook class that represents a Microsoft...Microsoft Excel file. The Workbook class contains a worksheets...

    docs.aspose.com/cells/python-net/worksheet-views/
  8. Public API Changes in Aspose.Cells 16.12.0|Docu...

    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....initializing an instance of Workbook from a template file. Here...LoadOptions class Workbook book = new Workbook ( dir + "sample...

    docs.aspose.com/cells/java/public-api-changes-i...
  9. Opening 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/opening-files-in-php/
  10. 在xlsx4j中将工作簿转换为HTML|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 workbook and open the template XLSX file Workbook book =...= new Workbook ( dataDir + "book1.xls" ); //Save the HTML file...

    docs.aspose.com/cells/zh/java/convert-workbook-...