Sort Score
Result 10 results
Languages All
Labels All
Results 2,021 - 2,030 of 161,044 for

workbook

(0.09 sec)
  1. Supported File 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....2003 Workbook. XLSX Office Open XML SpreadsheetML Workbook or template...Excel Binary Workbook. XLSM Excel Macro-Enabled Workbook. XLTX Excel...

    docs.aspose.com/cells/sharepoint/supported-file...
  2. 在 Jython 中将 Excel 转换为 Pdf|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.... cells import Workbook from com . aspose . cells...saveFormat = SaveFormat workbook = Workbook ( dataDir + "Book1.xls"...

    docs.aspose.com/cells/zh/java/excel-to-pdf-conv...
  3. ListObject class | Aspose.Cells for Python via ...

    ListObject class ListObject class Represents a list object on a worksheet. The ListObject object is a member of the L......cells import CellsHelper , Workbook from aspose.cells.tables import...TotalsCalculation workbook = Workbook () cells = workbook . worksheets...

    reference.aspose.com/cells/python-net/aspose.ce...
  4. ChartDataTable类 | Aspose.Cells for Python via ....

    ChartDataTable类 ChartDataTable类 表示图表数据表。 ChartDataTable 类型公开了以下成员: 特性 属性 描述 font 获取一个 ChartDataTable.font 对象,代表指定图表数据......cells import Workbook from aspose.cells.charts import...Instantiating a Workbook object workbook = Workbook () # Obtaining...

    reference.aspose.com/cells/python-net/zh/aspose...
  5. 合并单元格|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/zh/java/merge-cells/
  6. DigitalSignatureCollection | Aspose.Cells for J...

    Provides a collection of digital signatures attached to a document.... //workbook from a signed source file Workbook signedWorkbook...signedWorkbook = new Workbook("signedFile.xlsx"); //wb.IsDigitallySigned...

    reference.aspose.com/cells/java/com.aspose.cell...
  7. Aspose::Cells::ConditionalFormattingIconCollect...

    Aspose::Cells::ConditionalFormattingIconCollection class. Represents a collection of ConditionalFormattingIcon objects in C++....//Instantiating a Workbook object Workbook workbook ; Worksheet sheet...sheet = workbook . GetWorksheets (). Get ( 0 ); //Get Conditional...

    reference.aspose.com/cells/cpp/aspose.cells/con...
  8. Queries And Connections|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....Table of Worksheet Check if Workbook contains hidden External Links...Link Data Source File Slicers Workbook VBA Project...

    docs.aspose.com/cells/java/managing-database-co...
  9. Aspose.Cells to customized xml output - Free Su...

    Hi, We tried below code from this link https://blog.conholdate.com/total/how-to-convert-excel-to-xml-in-csharp/, Workbook Workbook = new Workbook(“sample.xlsx”); Workbook.Save(“Spreadsheet.xml”); XmlSaveOptions xmlSa…...-in-csharp/ , Workbook workbook = new Workbook(“sample.xlsx”);...xlsx”); workbook.Save(“Spreadsheet.xml”); XmlSaveOptions xmlSaveOptions...

    forum.aspose.com/t/aspose-cells-to-customized-x...
  10. exclude_unused_styles property | Aspose.Cells f...

    exclude_unused_styles property exclude_unused_styles property Indicating whether excludes unused styles. For the gene......to keep all styles in the workbook for the generated html(such...user needs to restore the workbook from the generated html later)...

    reference.aspose.com/cells/python-net/aspose.ce...