Sort Score
Result 10 results
Languages All
Labels All
Results 3,951 - 3,960 of 102,528 for

workbook

(0.19 sec)
  1. 在Python中转换为MHTML文件|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.... M_HTML ) # Instantiate a workbook and open the template XLSX...XLSX file wb = self . Workbook ( filePath ) # Save the MHT file...

    docs.aspose.com/cells/zh/java/converting-to-mht...
  2. Insert a chart|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.... Workbook . Descendants < Sheet >()...Instantiating a Workbook object Workbook workbook = new Workbook ( docName...

    docs.aspose.com/cells/net/insert-a-chart/
  3. Converting Worksheet to Image in Ruby|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....Code def worksheet_to_image ( workbook ) # Create an object for ImageOptions...the first worksheet. sheet = workbook . getWorksheets () . get (...

    docs.aspose.com/cells/java/converting-worksheet...
  4. [Bug] Cell class. Cant set HtmlTitle any that e...

    Doesn’t work: titleCell.HtmlString = "Title " Works fine: titleCell.HtmlString = " Title" Same, works fine: titleCell.HtmlString = "Title Title2" Aspose.Cells updated in october 2024... Sample code: Workbook workbook = new Workbook(); Worksheet worksheet...worksheet = workbook.Worksheets[0]; string value = "Test "; worksheet...

    forum.aspose.com/t/bug-cell-class-cant-set-html...
  5. Apply Excel Color Themes in Java

    Follow this guide for applying Excel color themes in Java. Get the IDE settings, steps, and a sample code to set colors using Microsoft Excel themes in Java....style for the cell Save the workbook The above-mentioned steps...process for using the Excel workbook theme in Java . Commence the...

    kb.aspose.com/cells/java/apply-excel-color-them...
  6. Insert a Page Break in Excel using C#

    Insert a page break in Excel using C#. Get the IDE settings, a list of steps, and a sample code to set page break in Excel using C#....Load the Excel file into the Workbook class object for adding manual...collection Save the resultant workbook with a single manual page...

    kb.aspose.com/cells/net/insert-a-page-break-in-...
  7. Checkbox on Excel - Free Support Forum - aspose...

    Hello, I need to manage check box on excel cells thanks to the new feature provide per Excel. image.png (7.4 KB) Which permit to have checkbox like this: image.png (491 Bytes) We are developing a web application and…...Instantiate a new Workbook Workbook workbook = new Workbook(); // Accessing...file Worksheet worksheet = workbook.Worksheets[0]; // Insert checkbox...

    forum.aspose.com/t/checkbox-on-excel/312207
  8. Create Sunburst Chart in Excel using Java

    Follow this article to create Sunburst chart in Excel using Java. It has a running sample code with built-in sample data along with the IDE settings and steps to create a Sunburst chart....Sunburst chart Load or create a Workbook having hierarchical data for...the output Sunburst chart Workbook on the disk This list of steps...

    kb.aspose.com/cells/java/create-sunburst-chart-...
  9. 确定图表中存在的轴类型,使用Node.js通过C++|Documentation

    学习如何识别Aspose.Cells for Node.js via C++中创建的图表中存在的轴。我们的指南将帮助你识别和访问图表中的不同轴,包括类别轴、数值轴和次轴。...xlsx" ); // Create workbook object const workbook = new AsposeCells...AsposeCells . Workbook ( filePath ); // Access the first worksheet const...

    docs.aspose.com/cells/zh/nodejs-cpp/determine-w...
  10. Remove Excel Macros in Python

    Follow this article to remove Excel macros in Python. It has details to set the IDE, a list of steps, and a sample code to remove macros from Excel in Python using different criteria as per your requirements....source XLSM file into the Workbook class object Get the module...VbaProject property of the loaded workbook Call the remove(),removeAt()...

    kb.aspose.com/cells/python/remove-excel-macros-...