Sort Score
Result 10 results
Languages All
Labels All
Results 941 - 950 of 102,517 for

workbook

(0.28 sec)
  1. Set Print Titles with Python.NET|Documentation

    Learn how to configure repeated row/column headers on printed pages using Aspose.Cells for Python via .NET....# Load sample workbook workbook = ac . Workbook ( "input.xlsx"...first worksheet worksheet = workbook . worksheets [ 0 ] # Set row...

    docs.aspose.com/cells/python-net/how-to-set-pri...
  2. Outline levels not copying correctly with multi...

    When copying multiple source ranges from different Workbooks, only the range copied from the first Workbook will have its row outline levels preserved. Any subsequent ranges are assigned zero for all rows. The followin…...source ranges from different workbooks, only the range copied from...from the first workbook will have its row outline levels preserved...

    forum.aspose.com/t/outline-levels-not-copying-c...
  3. Public API Changes in Aspose.Cells 8.3.1|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.... Java //Create workbook from the source spreadsheet...existing chart Workbook workbook = new Workbook ( "sample.xlsx"...

    docs.aspose.com/cells/java/public-api-changes-i...
  4. 使用 JavaScript 通过 C++ 管理 Excel 文件的公式|Documentation

    学习如何通过 C++ 版的 Script 管理 Excel 文件的公式。Aspose.Cells 可以轻松获取、设置和计算 Excel 公式。...Cells提供了一个表示Microsoft Excel文件的类 WorkbookWorkbook 类包含一个 worksheets 集合,..."text/javascript" > const { Workbook , SaveFormat , Worksheet ...

    docs.aspose.com/cells/zh/javascript-cpp/using-f...
  5. Convert-Excel-to-JSON|Documentation

    Learn how to convert an Excel file to JSON with Aspose.Cells for Python via .NET API....NET supports converting a Workbook to JSON (JavaScript Object...Notation) file. Convert Excel Workbook to JSON No need to wonder...

    docs.aspose.com/cells/python-net/convert-excel-...
  6. Managing Document Properties in Jython|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.... cells import Workbook class ManagingDocumentProp...ManagingDocumentProp / ' workbook = Workbook ( dataDir + "Book1.xls"...

    docs.aspose.com/cells/java/managing-document-pr...
  7. Page Break Preview 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....the Excel file path $workbook = new Workbook ( $dataDir . "book1...worksheet to the Workbook object $worksheets = $workbook -> getWorksheets...

    docs.aspose.com/cells/java/page-break-preview-i...
  8. Unprotect a Worksheet 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/unprotect-a-workshee...
  9. Add Word Art Watermark to Worksheet using Aspos...

    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.... Java Workbook workbook = new Workbook (); //Get the...default sheet Worksheet sheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/java/add-word-art-waterma...
  10. Returning a Range of Values using AbstractCalcu...

    This article introduces an abstract calculation engine that returns a range of values in Excel using the Aspose.Cells library for JavaScript via C++. Learn to load or create an Excel file and save the modified file to disk...."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...file (required to initialize Workbook for this example).</p>' ;...

    docs.aspose.com/cells/javascript-cpp/returning-...