Sort Score
Result 10 results
Languages All
Labels All
Results 971 - 980 of 102,518 for

workbook

(0.09 sec)
  1. Save Specified Worksheets to PDF with JavaScrip...

    Learn how to save specified worksheets to PDF using Aspose.Cells for JavaScript via C++....all visible worksheets in a workbook to a PDF file. With the PdfSaveOptions..."text/javascript" > const { Workbook , SaveFormat , PdfSaveOptions...

    docs.aspose.com/cells/javascript-cpp/save-speci...
  2. JSON with Node.js via C++|Documentation

    Learn how to convert Excel Workbook to JSON using Aspose.Cells for Node.js via C++....Cells supports converting a workbook to JSON (JavaScript Object...Notation) file. Convert Excel Workbook to JSON The Aspose.Cells API...

    docs.aspose.com/cells/nodejs-cpp/convert-workbo...
  3. 用 C++ 将 Excel 转换为 JSON|Documentation

    学习如何使用 Aspose.Cells 和 C++ 将 Excel 文件转换为 JSON。...Json 作为 Workbook.Save 方法的第二个参数传入。您还可以使用 JsonSaveOptions...Cells-for-C // Load your source workbook U16String inputFilePath (...

    docs.aspose.com/cells/zh/cpp/convert-excel-to-j...
  4. Image with Node.js via 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....export a worksheet from the workbook and convert it into different...different formats. Converting Workbook to TIFF An Excel file can...

    docs.aspose.com/cells/nodejs-cpp/convert-excel-...
  5. Importing from Array|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....Instantiating a Workbook object Workbook workbook = new Workbook (); //...worksheet to the Workbook object int i = workbook . Worksheets ...

    docs.aspose.com/cells/net/importing-from-array/
  6. Using WorkbookMetadata with Node.js via C++|Doc...

    Learn how to edit Workbook metadata using Aspose.Cells for Node.js via C++....a lightweight version of a workbook into memory to edit its metadata...WorkbookMetadata class to load the workbook. The following sample code...

    docs.aspose.com/cells/nodejs-cpp/using-workbook...
  7. Implementing Non-Sequential Ranges with C++|Doc...

    Learn how to create named ranges with non-adjacent cells using Aspose.Cells with C++....); // Create a new workbook Workbook workbook ; // Adding a name...non‑sequential range int index = workbook . GetWorksheets (). GetNames...

    docs.aspose.com/cells/cpp/implementing-non-sequ...
  8. Display or Hide Scroll Bars in Ruby|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....Instantiating a Workbook object from an Excel file path workbook = Rjb...import ( 'com.aspose.cells.Workbook' ) . new ( data_dir + 'Book1...

    docs.aspose.com/cells/java/display-or-hide-scro...
  9. Opening Files with Different Formats with JavaS...

    Aspose.Cells for JavaScript via C++ API allows you to open or read different formats like XLSX, HTML, CSV, ODS, TSV, SXC, FODS, etc...."text/javascript" > const { Workbook , LoadOptions , LoadFormat...SpreadsheetML ); // Create a Workbook object and open the file from...

    docs.aspose.com/cells/javascript-cpp/opening-fi...
  10. Working With Borders|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....With Borders C# Workbook workbook = new Workbook (); // Creating...Creating a Workbook object workbook . Worksheets . Add (); Worksheet...

    docs.aspose.com/cells/net/working-with-borders/