Sort Score
Result 10 results
Languages All
Labels All
Results 2,851 - 2,860 of 161,031 for

workbook

(0.11 sec)
  1. Convert PPTX to XLTX using Python or with free ...

    PPTX to XLTX conversion in your Python applications without using Microsoft Office or online. Test free PPTX to XLTX online converter quickly before integrating the code....HTML file with an instance of Workbook class Call the save method...PPTX to XLSB (Excel Binary Workbook) Convert PPTX to XLSM (Macro-enabled...

    products.aspose.com/total/python-net/conversion...
  2. Convert PPSX to XLTX Format via Java | products...

    Convert PPSX to XLTX format via Java without using using Microsoft Excel or PowerPoint or online. Test free POT to CSV online converter quickly before integrating the code. or with free Online Converter...Load HTML document by using Workbook class Save the document to...a watermark, create a new Workbook to open the converted HTML...

    products.aspose.com/total/java/conversion/ppsx-...
  3. How to Unhide Multiple Sheets in Excel using Java

    This tutorial guides on how to unhide multiple sheets in Excel using Java. It provides all the details to configure the environment, detailed steps and a runnable sample code to unhide Excel sheet using Java....with hidden sheets into the Workbook class object Get access to...worksheets collection in the workbook to show hidden sheets Parse...

    kb.aspose.com/cells/java/how-to-unhide-multiple...
  4. font_configs 属性 | Aspose.Cells for Python via ....

    font_configs 属性 font_configs 属性 获取和设置单独的字体配置。 仅适用于使用此 LoadOptions 加载的 Workbook 。 定义: @property def font_configs ( sel...... 仅适用于使用此 LoadOptions 加载的 Workbook 。 定义: @property def font_configs...IndividualFontConfig 类 LoadOptions 类 Workbook default_style_settings 属性...

    reference.aspose.com/cells/python-net/zh/aspose...
  5. Insert comments to ODS file via Python | produc...

    Insert comments to ODS using Python. Use API example code to insert comments within Python application....by creating an instance of Workbook Insert comments to the Worksheet...Worksheet in a Cell Save the workbook In Office 365, comments are...

    products.aspose.com/cells/python-java/comments/...
  6. Protect and lock XLSB document via Java | produ...

    Java sample code to lock XLSB file using password on Java Runtime Environment for JSP/JSF Application and Desktop Applications....XLSB file by instantiating Workbook class Use protect(..) method...Open the XLSB file Workbook wkb = new Workbook( "sourceFile.xlsb"...

    products.aspose.com/cells/java/protect/xlsb/
  7. Create XLSB Using Python | products.aspose.com

    Generate Microsoft Excel XLSB documents using Python applications without using Microsoft Office....parameter while creating the Workbook object. How to Create XLSB...File in Python Create new Workbook class object having FileFormatType...

    products.aspose.com/total/python-java/create/xlsb/
  8. Opening Files with Different Formats|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....creating the instance of the Workbook class. The following sample...parameter while instantiating the Workbook class. The following sample...

    docs.aspose.com/cells/java/opening-files-with-d...
  9. How to Export List Data to Excel in Java

    In this brief tutorial you will learn how to export list data to Excel in Java. We will create an empty Workbook and a list of strings and then export list to Excel in Java... Ultimately create a new workbook and call importArrayList function...some external source Create a Workbook class object which will be...

    kb.aspose.com/cells/java/how-to-export-list-dat...
  10. Insert Pivot Chart in Micorsoft Excel XLSM file...

    C# Sample code for generating XLSM documents with pivot chart. Use this code for creating Micorsoft Excel XLSM files with pivot chart within VB.NET, Asp.NET or any .NET based application....in your class file Create Workbook class instance. Access the...the first worksheet of the workbook. Get the desired cell(s) of...

    products.aspose.com/cells/net/pivottable/insert...