Sort Score
Result 10 results
Languages All
Labels All
Results 641 - 650 of 46,094 for

workbook

(0.06 sec)
  1. Convert-Excel-to-JSON with Node.js via C++|Docu...

    Learn how to convert an Excel file 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 No need to wonder...

    docs.aspose.com/cells/nodejs-cpp/convert-excel-...
  2. Create Access and Copy Named Ranges with Node.j...

    Learn how to create, access, and copy named ranges in Excel using Aspose.Cells for Node.js via C++....Cells provides a class, Workbook that represents a Microsoft...Microsoft Excel file. The Workbook class contains a getWorksheets()...

    docs.aspose.com/cells/nodejs-cpp/create-access-...
  3. Display or Hide Row Column Headers in Aspose.Ce...

    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....Cells provides a class, Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class contains a Worksheets collection...

    docs.aspose.com/cells/net/display-or-hide-row-c...
  4. Calculate Formulas with C++|Documentation

    This article introduces how to use Aspose.Cells library to calculate formulas in Microsoft Excel with C++. By loading an existing Excel file or creating a new Excel file, we can use the methods provided by Aspose.Cells to calculate the formula and get the result. Finally, we save the modified Excel file to disk....CalculateFormula method of the Workbook class, which processes all...); // Create a new workbook Workbook workbook ; // Add a new worksheet...

    docs.aspose.com/cells/cpp/calculate-formulas/
  5. Delete Ranges from Excel with C++|Documentation

    Learn how to delete ranges in Excel using Aspose.Cells with C++....Instantiate a new Workbook. Workbook workbook ; // Get all the...WorksheetCollection worksheets = workbook . GetWorksheets (); // Get...

    docs.aspose.com/cells/cpp/delete-ranges-from-ex...
  6. 在 Jython 中管理分页符|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.... cells import Workbook from com . aspose . cells...Instantiating a Workbook object workbook = Workbook ( dataDir + "Book1...

    docs.aspose.com/cells/zh/java/managing-page-bre...
  7. 在VSTO和Aspose.Cells中包裹单元格文本|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.... Application ; //Access workbook Microsoft . Office . Interop...Interop . Excel . Workbook workbook = app . ActiveWorkbook ; //Access...

    docs.aspose.com/cells/zh/net/wrapping-cell-text...
  8. Add Hyperlinks to Cells in VSTO and Aspose.Cell...

    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....) Add a Workbook. Get the first sheet. Add...Application ; //Add a Workbook. Excel . Workbook objBook = ExcelApp...

    docs.aspose.com/cells/net/add-hyperlinks-to-cel...
  9. Using Built-in Styles with C++|Documentation

    C++ code to use Excel built-in styles with Aspose.Cells for C++ API...use built-in styles in our workbook and also create custom styles...Built-in Styles The method Workbook.CreateBuiltinStyle and the...

    docs.aspose.com/cells/cpp/using-built-in-styles/
  10. Insert Pictures and Shapes of Excel files with ...

    Manage pictures, OLE objects, and shapes in Excel files using Aspose.Cells for Node.js via C++....Instantiating a Workbook object const workbook = new AsposeCells...AsposeCells . Workbook (); // Adding a new worksheet to the Workbook object...

    docs.aspose.com/cells/nodejs-cpp/insert-shapes/