Sort Score
Result 10 results
Languages All
Labels All
Results 1,401 - 1,410 of 102,518 for

workbook

(0.07 sec)
  1. Reading and Writing Query Table of Worksheet wi...

    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 , Utils } = AsposeCells...Create workbook from source excel file const workbook = new Workbook...

    docs.aspose.com/cells/javascript-cpp/reading-an...
  2. Check if Digital Signature of VBA Code is Valid...

    Learn how to check the validity of a digital signature of VBA code using Aspose.Cells for JavaScript via C++....VBA code is valid using the Workbook.isValidSigned() property....modify its VBA code, save the workbook, and then recheck, we find...

    docs.aspose.com/cells/javascript-cpp/check-if-d...
  3. Create XLTX using Python | products.aspose.com

    Generate Microsoft Excel XLTX documents using Python applications without using Microsoft Office....parameter while creating the Workbook object. How to Create XLTX...File in Python Create new Workbook class object having FileFormatType...

    products.aspose.com/total/python-java/create/xltx/
  4. Aspose.Cells 8.8.3 中的公共 API 更改|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....instance of Workbook Workbook book = new Workbook (); //Access...instance of Workbook and load an existing spreadsheet Workbook book...

    docs.aspose.com/cells/zh/java/public-api-change...
  5. Manage Chart Workbooks in Presentations Using J...

    Discover Aspose.Slides for Java: effortlessly manage chart Workbooks in PowerPoint and OpenDocument formats to streamline your presentation data....Manage Chart Workbooks in Presentations Using Java Contents [...and Write Chart Data from a Workbook Aspose.Slides provides the...

    docs.aspose.com/slides/java/chart-workbook/
  6. 创建新工作表|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 (); //Adding...//Adding a new worksheet to the Workbook object WorksheetCollection...

    docs.aspose.com/cells/zh/java/create-new-worksh...
  7. Convert Excel to CSV, TSV and Txt with Node.js ...

    Learn how to convert Excel files to CSV, TSV, and TXT formats using Aspose.Cells for Node.js via C++.... Saving Workbook to Text or CSV Format Sometimes...want to convert or save a workbook with multiple worksheets into...

    docs.aspose.com/cells/nodejs-cpp/convert-excel-...
  8. Import and Export Data from Document|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....class, Workbook , that represents an Excel file. The Workbook class...Instantiating a Workbook object Workbook workbook = new Workbook (); //...

    docs.aspose.com/cells/net/import-export-data-fr...
  9. Inconsistent Sheet Name Behavior When Reading C...

    We’ve observed inconsistent behavior when reading CSV files using Aspose.Cells: When creating a Workbook object using a file path, the resulting worksheet name matches the CSV file name. However, when creating a Wo…...Cells: When creating a Workbook object using a file path,... However, when creating a Workbook object using an InputStream...

    forum.aspose.com/t/inconsistent-sheet-name-beha...
  10. How to Make a Copy of an Excel Sheet in C++

    This short tutorial will provide information on how to make a copy of an Excel sheet in C++. You will learn to configure the environment, steps and code to perform Excel sheet copy in C++....sheet copy in C++ , the output workbook can be saved as XLSX or XLS...source Excel file into the Workbook object for copying the worksheet...

    kb.aspose.com/cells/cpp/how-to-make-a-copy-of-a...