Sort Score
Result 10 results
Languages All
Labels All
Results 1,441 - 1,450 of 102,522 for

workbook

(0.1 sec)
  1. Merge or UnMerge Cells in a Worksheet in VSTO a...

    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....the first worksheet of the workbook, and save the Excel file....the Excel file. excelApp . Workbooks . Open ( myPath , Missing...

    docs.aspose.com/cells/net/merge-or-unmerge-cell...
  2. Convert-Excel-to-JSON|Documentation

    Learn how to convert Excel file to JSON with Aspose.Cells for Java APIs....Cells supports converting a workbook to JSON (JavaScript Object...file. How to Convert Excel Workbook to JSON No need to wonder...

    docs.aspose.com/cells/java/convert-excel-to-json/
  3. Page Setup Features with Node.js via C++|Docume...

    Explore page setup features using Aspose.Cells for Node.js via C++. Learn how to configure page dimensions, orientations, and settings....page‑setup features of an Excel workbook. These features include setting...size and orientation. const { Workbook } = require ( "aspose.cells"...

    docs.aspose.com/cells/nodejs-cpp/page-setup-fea...
  4. Aspose.Cells equivalent of VBA Styles.Merge - F...

    I am trying to find an equivalent method in Aspose.Cells to Styles.Merge in VBA. Does such a method exist, and if not, can you provide a solution to accomplish this?...Create a new workbook Workbook workbook = new Workbook(); // Get...worksheet Worksheet worksheet = workbook.getWorksheets().get(0); //...

    forum.aspose.com/t/aspose-cells-equivalent-of-v...
  5. Public API Changes in Aspose.Cells 8.5.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....CalcStackSize of corresponding workbook. CalculationOptions.CustomFunction:...calculateFormula method as listed below. Workbook.calculateFormula(CalculationOptions)...

    docs.aspose.com/cells/java/public-api-changes-i...
  6. Assign Macro to Form Control with Node.js via C...

    Learn how to assign a macro code to a Form Control like a Button using Aspose.Cells for Node.js via C++....a Form Control inside the workbook. The following sample code...code creates a new workbook, assigns a Macro Code to a Form Button...

    docs.aspose.com/cells/nodejs-cpp/assign-macro-t...
  7. Managing Page Breaks 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....add_page_breaks ( workbook ) worksheets = workbook . getWorksheets...(that is Excel 2003) format workbook . save ( @data_dir + "Add...

    docs.aspose.com/cells/java/managing-page-breaks...
  8. Support for XAdES Signature with Node.js via C+...

    This article describes support for XAdES Signature using Node.js via C++ with Aspose.Cells....provides support for signing workbooks with an XAdES signature. To...DigitalSignature class to sign the source workbook. const path = require ( "path"...

    docs.aspose.com/cells/nodejs-cpp/support-for-xa...
  9. Delete Blank Rows and Columns in a Worksheet wi...

    Learn how to delete all blank rows and columns from a worksheet using Aspose.Cells for Node.js via C++.... Workbook ( filePath ); // Create a...reference to // the sheets of the Workbook. const sheets = wb . getWorksheets...

    docs.aspose.com/cells/nodejs-cpp/delete-blank-r...
  10. Public API Changes in Aspose.Cells 8.7.1|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 Workbook workbook = new Workbook (); //Access...worksheet Worksheet worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/java/public-api-changes-i...