Sort Score
Result 10 results
Languages All
Labels All
Results 1,941 - 1,950 of 161,044 for

workbook

(0.09 sec)
  1. register_add_in_function method | Aspose.Cells ...

    register_add_in_function method Contents [ Hide ] register_add_in_function Adds addin function into the Workbook Retu......Adds addin function into the workbook Returns URL of the addin file...Adds addin function into the workbook Returns ID of the data which...

    reference.aspose.com/cells/python-net/aspose.ce...
  2. 在Ruby中将工作表转换为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....代码 def worksheet_to_svg ( workbook ) # Convert each worksheet...into svg format sheet_count = workbook . getWorksheets () . getCount...

    docs.aspose.com/cells/zh/java/converting-worksh...
  3. Merge 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....//Create a Workbook. Workbook wbk = new Workbook (); //Create...of merging" ); //Save the Workbook. wbk . save ( dataDir + "merge_Aspose...

    docs.aspose.com/cells/java/merge-cells/
  4. Converting Worksheet to SVG in Python|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.... SaveFormat workbook = self . Workbook ( self . dataDir...into svg format sheetCount = workbook . getWorksheets (). getCount...

    docs.aspose.com/cells/java/converting-worksheet...
  5. How to Convert first two sheets of excel to PDF...

    Hello, I have excel file which has multiple worksheets in it. I am trying to convert excel to PDF. But my requirement is to convert only first two worksheets of excel file to PDF and ignore other sheets. Could you ple…...following codes: Workbook workbook = new Workbook(dir + "test.xlsx");...SheetSet(new int[] { 0, 1 })); workbook.save(dir + "dest.pdf", pdfSaveOptions);...

    forum.aspose.com/t/how-to-convert-first-two-she...
  6. FillFormat | Aspose.Cells for .NET API 参考

    封装表示形状填充格式的对象...[C#] //实例化一个工作簿对象 Workbook workbook = new Workbook (); //向Excel对象添加一个新的工作表...//向Excel对象添加一个新的工作表 int sheetIndex = workbook . Worksheets . Add (); //...

    reference.aspose.com/cells/zh/net/aspose.cells....
  7. Extract Theme Data from Excel File|Documentation

    Aspose.Cells is a .NET library for working with spreadsheet files. It supports extracting theme data from Excel files, allowing users to obtain the style and formatting information of documents. This article will introduce how to extract topic data from Excel files using the Aspose.Cells library....extract Theme Name applied to workbook and Theme Color applied to...You can apply Theme to your workbook using Microsoft Excel via...

    docs.aspose.com/cells/net/extract-theme-data-fr...
  8. Remove ODS Annotation via Java | products.aspos...

    Java sample code to delete ODS format annotations on Java Runtime Environment for JSP/JSF Application and Desktop Applications....via Java Load ODS file using Workbook class Select the relevant...Cell Id to remove it Save the workbook before & after calling RemoveAt...

    products.aspose.com/cells/java/annotation/ods/
  9. 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....[ Hide ] Converting Excel Workbook to HTML The Aspose.Cells API...below shows how to save a workbook as an HTML file using C#:...

    docs.aspose.com/cells/net/convert-excel-to-html/
  10. Converting Excel to PDF Files in Python|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.... SaveFormat workbook = self . Workbook ( self . dataDir...the document in PDF format workbook . save ( self . dataDir +...

    docs.aspose.com/cells/java/converting-excel-to-...