Sort Score
Result 10 results
Languages All
Labels All
Results 2,431 - 2,440 of 161,041 for

workbook

(0.08 sec)
  1. Converting Worksheet to Different Image Formats...

    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....export a worksheet from the workbook and convert it into different...Render active worksheet in a workbook A simple way to convert active...

    docs.aspose.com/cells/java/converting-worksheet...
  2. RadicalEquationNode | Aspose.Cells for Java API...

    This class specifies the radical equation consisting of an optional degree degEquationNodeType.Degree and a base....createNode(int equationType, Workbook workbook, EquationNode parent)...createNode(int equationType, Workbook workbook, EquationNode parent)...

    reference.aspose.com/cells/java/com.aspose.cell...
  3. WorkbookDesigner - Aspose.Cells for PHP via Jav...

    Explanation of Aspose.Cells for PHP via Java classes, methods & interfaces for you to read, write & convert spreadsheets programmatically....WebExtensionTaskPane WebQueryConnection Workbook WorkbookDesigner WorkbookMetadata...WorkbookDesigner class. WorkbookDesigner (workbook) Initializes a new instance...

    reference.aspose.com/cells/php/aspose.cells/Wor...
  4. Aspose.Cells 23.3.0 does not print indents that...

    Dear Aspose team, We have an Excel file that contains different indentation characters in the text in the form of spaces and tabs. The Aspose.Cells library for .NET is used to print a document file to PDF. In version …...Create(dstPdfFileName); Workbook workbook = null; var options =...new LoadOptions(); workbook = new Workbook(inputStream, options);...

    forum.aspose.com/t/aspose-cells-23-3-0-does-not...
  5. com.aspose.cells.com.aspose.cells.CellsExceptio...

    I am trying to convert excel with multiple sheet. When I try to convert with python. I am getting raceback (most recent call last): File “com.aspose.cells.Workbook.java”, line -1, in com.aspose.cells.Workbook.save Exc…...Workbook.java”, line -1, in com.aspose.cells.Workbook.save...“/Users/rohit/Desktop/test.py”, line 12, in workbook.save("/Users/rohit/Desktop/example...

    forum.aspose.com/t/com-aspose-cells-com-aspose-...
  6. Error with AcceptAllRevisions on document - Fre...

    We are getting an error (System.ArgumentException : Destination array was not long enough...) trying to accept all revisions on the attached Excel file (from a client). It can be reproduced with the following code: var …...using var workbook = new Workbook(filePath); if (workbook.HasRevisions)...HasRevisions) { workbook.AcceptAllRevisions(); } Please let me know...

    forum.aspose.com/t/error-with-acceptallrevision...
  7. export_xml方法 | Aspose.Cells for Python via .NET...

    export_xml方法 export_xml(map_name, path) 导出由指定 XML 映射链接的 XML 数据。 def export_xml ( self , map_name , path ): ... 范围 类型 ......cells import Workbook wb = Workbook ( "Book1.xlsx" ) #...导出流 也可以看看 模块 aspose.cells 类 Workbook custom_theme方法 get_digital_signature方法...

    reference.aspose.com/cells/python-net/zh/aspose...
  8. ExternalLink | Aspose.Cells for Java API Reference

    Represents an external link in a Workbook....Represents an external link in a workbook. Example //Open a file with...external links Workbook workbook = new Workbook("book1.xls");...

    reference.aspose.com/cells/java/com.aspose.cell...
  9. Apply Excel Color Themes using C#

    Follow this article to apply Excel color themes using C#. It has the steps and sample code to apply Microsoft Excel themes with C# to cell or range of cells....apply Excel themes Create a workbook and access a cell from its...text for testing Save the workbook with the applied theme These...

    kb.aspose.com/cells/net/apply-excel-color-theme...
  10. How to Convert Excel to CSV using Node.js

    This short tutorial guides on how to convert Excel to CSV using Node.js. It has the resources to set the development environment, a list of tasks, and a runnable sample code to convert Excel to CSV file using Node.js....js via Java Load the workbook Declare a TxtSaveOptions object...object Save the workbook using the TxtSaveOptions object The...

    kb.aspose.com/cells/nodejs/how-to-convert-excel...