Sort Score
Result 10 results
Languages All
Labels All
Results 361 - 370 of 36,583 for

workbook

(0.13 sec)
  1. Copy Ranges of Excel with Node.js via C++|Docum...

    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....new Workbook. const workbook = new AsposeCells . Workbook ();...the book. let worksheets = workbook . getWorksheets (); // Get...

    docs.aspose.com/cells/nodejs-cpp/copy-ranges-of...
  2. 用C++检查VBA代码的数字签名是否有效|Documentation

    学习如何用Aspose.Cells在C++中检查VBA代码的数字签名的有效性。...Cells允许你使用 Workbook.VbaProject.IsValidSigned ...01_SourceDirectory \\ " ); // Load the workbook from an existing Excel file...

    docs.aspose.com/cells/zh/cpp/check-if-digital-s...
  3. Convert-Excel-to-JSON with C++|Documentation

    Learn how to convert excel file to json with Aspose.Cells using C++....Cells supports converting a Workbook to Json(JavaScript Object...Notation) file. Convert Excel Workbook to JSON No need to wonder...

    docs.aspose.com/cells/cpp/convert-excel-to-json/
  4. Convert Excel to Pdf, Image, and other formats ...

    Convert Excel files to Word, Excel, PowerPoint, PDF, CSV, JPG, HTML, MHT, ODS, BMP, PNG, SVG, TIFF, XPS, JSON, SQL, XML, and more using Aspose.Cells for C++....conversion means loading a workbook in one file format and saving...into another. Convert Excel Workbook to PDF PDF files are widely...

    docs.aspose.com/cells/cpp/convert-workbook-to-d...
  5. Saving File to Response Object with Python.NET|...

    Learn how to save Excel files directly to HTTP response streams using Aspose.Cells for Python via .NET....cells import Workbook , XlsSaveOptions # For complete...Load your source workbook workbook = Workbook () Response = None...

    docs.aspose.com/cells/python-net/saving-file-to...
  6. 限制和 API 差异|Documentation

    Aspose.Cells for Python via Java 限制和API差异...throws Exception { Workbook workbook = new Workbook ( FileFormatType...FileFormatType . XLSX ); workbook . getWorksheets (). get ( 0 ). getCells...

    docs.aspose.com/cells/zh/python-java/limitation...
  7. 创建新工作簿|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....创建新工作簿 Workbook类可用于简单使用 C# Workbook workbook = new Workbook ();...(); // Creating a Workbook object workbook . Save ( "test.xlsx"...

    docs.aspose.com/cells/zh/net/create-new-workbook/
  8. Save Each Worksheet to Different PDF in xlsx4j|...

    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....dataDir + "workbook.xlsx" ; //Instantiate a new workbook and open...from its location Workbook workbook = new Workbook ( filePath );...

    docs.aspose.com/cells/java/save-each-worksheet-...
  9. Convert Excel to Pdf, Image and other formats|D...

    Convert Excel files to Word, Excel, PowerPoint, PDF, CSV, JPG, HTML, MHT, ODS, BMP, PNG, SVG, TIFF, XPS, JSON, SQL, XML and more using Node.js via C++....conversion means to load a workbook in one file format and save...into another. Convert Excel Workbook to PDF PDF files are widely...

    docs.aspose.com/cells/nodejs-cpp/convert-workbo...
  10. Managing Worksheets in Php|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 = new Workbook (); //Adding...worksheet to the Workbook object $worksheets = $workbook -> getWorksheets...

    docs.aspose.com/cells/java/managing-worksheets-...