Sort Score
Result 10 results
Languages All
Labels All
Results 551 - 560 of 102,520 for

workbook

(0.14 sec)
  1. Working with ContentTypeProperties with C++|Doc...

    Add custom ContentTypeProperties to an Excel file using Aspose.Cells with C++....Cells provides Workbook.ContentTypePropertie.Add method...Create a new workbook with XLSX format Workbook workbook ( FileFormatType...

    docs.aspose.com/cells/cpp/working-with-contentt...
  2. Public API Changes in Aspose.Cells 8.4.0|Docume...

    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....//Create workbook object from source Excel file Workbook workbook...workbook = new Workbook ( "source.xlsm" ); //Change the VBA Module...

    docs.aspose.com/cells/net/public-api-changes-in...
  3. Different Ways to Save Files with C++|Documenta...

    Aspose.Cells for C++ can save files to different formats. Save files to PDF, HTML, DOCX, PPTX, JSON, and MHTML....Cells provides the Workbook which represents a Microsoft...work with Excel files. The Workbook class provides the Save method...

    docs.aspose.com/cells/cpp/different-ways-to-sav...
  4. Change Adjustment Values of the Shape with Node...

    Learn how to change adjustment values of shapes in Excel using Aspose.Cells for Node.js via C++....Create workbook object from source excel file const workbook = new...new AsposeCells . Workbook ( path . join ( dataDir , "source_shapes...

    docs.aspose.com/cells/nodejs-cpp/change-adjustm...
  5. Setting Margins with Node.js via C++|Documentation

    In this article, you will learn how to set the margins of an Excel worksheet using sample code. Also learn how to programmatically set margins for page center, header, and footer using the Node.js API via C++....class, Workbook , that represents an Excel file. The Workbook class...class contains the Workbook.getWorksheets() collection that allows...

    docs.aspose.com/cells/nodejs-cpp/setting-margins/
  6. Set External Links in Formulas in Aspose.Cells|...

    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....//Instantiate a new Workbook. Workbook workbook = new Workbook (); //Get...worksheet Worksheet sheet = workbook . Worksheets [ 0 ]; //Get...

    docs.aspose.com/cells/net/set-external-links-in...
  7. 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...
  8. Manage Workbooks with Go via C++|Documentation

    Learn how to manage Workbooks through the Aspose.Cells for C++ APIs....Manage Workbooks with Go via C++ Contents [ Hide ] Aspose.Cells...flexible API for managing workbooks and worksheets. This section...

    docs.aspose.com/cells/go-cpp/managing-workbooks...
  9. Data Filtering with C++|Documentation

    Learn how to add a data filter by using the Aspose.Cells for C++ API....class Workbook that represents an Excel file. The Workbook class...xls" ; // Create workbook Workbook workbook ( inputFilePath );...

    docs.aspose.com/cells/cpp/data-filtering/
  10. Get the Version Number of the Application that ...

    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....js via C++ provides the Workbook.getBuiltInDocumentPr() property...demonstrates the use of the Workbook.getBuiltInDocumentPr() property...

    docs.aspose.com/cells/nodejs-cpp/get-the-versio...