Sort Score
Result 10 results
Languages All
Labels All
Results 3,811 - 3,820 of 104,117 for

workbook

(0.87 sec)
  1. Get HTML5 string from Cell|Documentation

    Learn how to get an HTML5 string from a cell through the Aspose.Cells for JavaScript via C++ API....following sample code creates a workbook object and adds some text..."text/javascript" > const { Workbook , SaveFormat , Worksheet ...

    docs.aspose.com/cells/javascript-cpp/get-html5-...
  2. 使用C++将工作表范围导出为图像|Documentation

    了解如何使用Aspose.Cells和C++将工作表的特定范围导出为图像。...// Create workbook from source file Workbook workbook ( srcDir...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/export-range-of-ce...
  3. 用JavaScript和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...."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...Instantiate Workbook from uploaded file const wb = new Workbook ( new...

    docs.aspose.com/cells/zh/javascript-cpp/formatt...
  4. Add Threaded Comments in Excel using C#

    Follow this article to add threaded comments in Excel using C#. It will provide IDE settings, a list of steps, and a sample code to work with Excel threaded comment using C#....of the product Create a new workbook or load an existing Excel...Excel file using the Workbook class object Access the target sheet...

    kb.aspose.com/cells/net/add-threaded-comments-i...
  5. How to Generate PDF from Excel in Java

    In this brief tutorial we will learn how to generate PDF from Excel in Java. You can perform these tasks in macOS, Linux, and Windows....repository Add a reference to Workbook class using Import in the...source Excel file into the Workbook object for conversion to PDF...

    kb.aspose.com/cells/java/how-to-generate-pdf-fr...
  6. How to Convert Excel To PDF Using Python

    This short tutorial provides description about how to convert Excel to PDF using Python. You will learn creating a Workbook and by using Python Excel to PDF conversion with the help of detailed steps and runnable Python code....code is also provided where a workbook is created and sample data...via Java Create and fill a workbook for testing this conversion...

    kb.aspose.com/cells/python/how-to-convert-excel...
  7. Export Document Structure While Converting to P...

    Learn how to export document structure while converting to PDF with Aspose.Cells in C++.... Workbook workbook ( u "document-structure-example...file using PdfSaveOptions workbook . Save ( u "output.pdf" ,...

    docs.aspose.com/cells/cpp/export-document-struc...
  8. Convert Table to ODS with C++|Documentation

    Convert an Excel file with a table to ODS file format using Aspose.Cells with C++....xlsx" ; Workbook workbook ( inputFilePath ); //...Save the file in ODS format workbook . Save ( outputDir + u "C...

    docs.aspose.com/cells/cpp/convert-table-to-ods/
  9. Formula Calculation Engine in Aspose.Cells|Docu...

    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....//Instantiating a Workbook object Workbook book = new Workbook (); //Obtaining...

    docs.aspose.com/cells/net/formula-calculation-e...
  10. Creating Subtotals|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....the first worksheet of the workbook (as shown in the figure below)...Aspose.Cells provides a class, Workbook that represents a Microsoft...

    docs.aspose.com/cells/java/creating-subtotals/