Sort Score
Result 10 results
Languages All
Labels All
Results 3,431 - 3,440 of 87,332 for

workbook

(0.18 sec)
  1. Convert DOT to JSON Format in Android Apps | pr...

    Parse DOT to JSON format in Android Apps without using Microsoft Word or 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/android-java/conversi...
  2. Manage data of Excel files|Documentation

    This article describes how to view and edit data of Excel files with Aspose.Cells for Python via .NET library....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/view-and-edit-...
  3. Convert POWERPOINT to XLTX Format via Java | pr...

    Convert POWERPOINT 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/power...
  4. Page Setup and Printing Options|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....this example, we created a workbook in Microsoft Excel and use...Microsoft Excel: Open a new workbook in Microsoft Excel. Add some...

    docs.aspose.com/cells/net/page-setup-and-printi...
  5. How to Convert Excel to PPTX in Python

    This quick article covers the details of how to convert Excel to PPTX in Python. To convert Excel to PPTX in Python environment preparation as well as the code snippet is present for demonstration....source Excel file with the Workbook object for conversion to a...presentation Convert the Excel workbook to a PowerPoint PPTX presentation...

    kb.aspose.com/cells/python/how-to-convert-excel...
  6. How to Convert HTML to JSON using Java

    This brief article explains how to convert HTML to JSON using Java. It explains the environment setup, stepwise procedure, and a sample code to convert HTML to JSON using Java....HTML data to JSON Create a Workbook class object to load the HTML...be created. First of all, a Workbook class object is used to load...

    kb.aspose.com/cells/java/how-to-convert-html-to...
  7. Aspose.Cells Java for Jython|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....quickstart / ' workbook = Workbook () sheet = workbook . getWorksheets...file_format_type = FileFormatType workbook . save ( dataDir + "HelloWorld...

    docs.aspose.com/cells/java/aspose-cells-java-fo...
  8. 使用 Node.js 及 C++ 加载具有特定系统文化信息的工作簿|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....=> { const workbook = new AsposeCells . Workbook ( inputStream..., options ); const cell = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/load-the-wo...
  9. 使用 C++ 在 Node.js 中优化大文件大量数据集的内存使用|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....MemoryPreference ); // Instantiate the Workbook // Load the Big Excel file...const wb = new AsposeCells . Workbook ( path . join ( dataDir ,...

    docs.aspose.com/cells/zh/nodejs-cpp/optimizing-...
  10. Aspose.Cells - Assigning formulas corrupts Exce...

    I perform the actions: reassign formulas, this action occurs without error. Then for some reason the file cannot be opened through Excel. The file is corrupted. If I restore the file, the formulas are broken. Aspose.C…...xlsx"; var workbook = new Workbook(input); var ws = workbook.Worksheets...Problem here } } workbook.CalculateFormula(); workbook.Save(output);...

    forum.aspose.com/t/aspose-cells-assigning-formu...