Sort Score
Result 10 results
Languages All
Labels All
Results 5,241 - 5,250 of 106,496 for

workbook

(0.2 sec)
  1. Convert PPT to JSON Format via Java | products....

    Convert PPT to JSON format via Java without using using Microsoft Excel or PowerPoint...Load HTML document by using Workbook class Save the document to...open the converted HTML using Workbook class, create a Range of data...

    products.aspose.com/total/java/conversion/ppt-t...
  2. Fill Settings|Documentation

    Aspose.Cells is a Python library for working with spreadsheet files. It supports setting the fill settings of cells, allowing users to customize the background and style of cells. This article will introduce how to use the Aspose.Cells for Python via .NET library to set cell fill settings....NET provides a class, Workbook that represents a Microsoft...Microsoft Excel file. The Workbook class contains a Worksheets collection...

    docs.aspose.com/cells/python-net/cells-fill-set...
  3. Convert DOTX to JSON Format via Java | products...

    Convert DOTX to JSON format via Java without using using Microsoft Word or Microsoft Excel...Load HTML document by using Workbook class Save the document to...open the converted HTML using Workbook class, create a Range of data...

    products.aspose.com/total/java/conversion/dotx-...
  4. ListObject with calculated column creates inval...

    Hello, An invalid Excel file is generated using this example from the documentation located at: Propagate Formula in Table or List Object automatically while entering data in new rows|Documentation When you open the fi…...// Create workbook object Workbook book = new Workbook(); // Access..."=[Column A] + 1"; // Save the workbook in xlsx format book.Save(filename);...

    forum.aspose.com/t/listobject-with-calculated-c...
  5. Sort Data in Column with Custom Sort List|Docum...

    Learn how to sort data in the column using a custom list by using the Aspose.Cells for JavaScript via C++ API...."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...arrayBuffer (); // Instantiating a Workbook object from uploaded file...

    docs.aspose.com/cells/javascript-cpp/sort-data-...
  6. SIGSEGV Crash During Excel to PDF Conversion wi...

    We are experiencing a critical SEGMENTATION FAULT (SIGSEGV) when converting Excel files containing embedded images to PDF using Aspose.Cells for Node.js with an OEM license. The application crashes during the NAPI cleanu…...length; i++) { let workbook: Workbook | null = null; try {...images into Aspose workbook workbook = new Workbook(tmpExcelPath);...

    forum.aspose.com/t/sigsegv-crash-during-excel-t...
  7. 使用 GlobalizationSettings 类进行自定义子合计标签和饼图中的其他标签(C...

    学习如何在 Aspose.Cells for C++ 中使用 GlobalizationSettings 类自定义子合计标签和修改饼图中的“其他”标签。...spreadsheet containing some data Workbook book ( inputFilePath ); //...AutoFitColumns (); // Saves the workbook on disc book . Save ( outputFilePath...

    docs.aspose.com/cells/zh/cpp/using-globalizatio...
  8. Convert OTT to EXCEL using Python or with free ...

    OTT to EXCEL conversion in your Python applications without using Microsoft Word or Excel or online. Test free OTT to EXCEL online converter quickly before integrating the code....HTML file with an instance of Workbook class with file and LoadOptions...into spreadsheet-compatible workbooks, making document content easier...

    products.aspose.com/total/python-net/conversion...
  9. Convert WORDML to EXCEL using Python or with fr...

    WORDML to EXCEL conversion in your Python applications without using Microsoft Word or Excel or online. Test free WORDML to EXCEL online converter quickly before integrating the code....HTML file with an instance of Workbook class with file and LoadOptions...that needs to become editable workbook data. Python APIs make WordML...

    products.aspose.com/total/python-net/conversion...
  10. How to Format Numbers to Special|Documentation

    This article will introduce how to format numbers to a special format using Aspose.Cells for .NET API.... Cells Step 2: Create a Workbook and Access a Worksheet You...You can either create a new workbook or open an existing one. Step...

    docs.aspose.com/cells/net/how-to-format-number-...