Sort Score
Result 10 results
Languages All
Labels All
Results 3,641 - 3,650 of 82,033 for

workbook

(0.06 sec)
  1. Convert DOTM to XLS via Java or with free Onlin...

    Convert DOTM to XLS via Java or Online App without using using Microsoft Word or Microsoft Excel or online. Test free DOTM to XLS online converter quickly before integrating the code....create an instance of the Workbook class and load the HTML file...call the save method of the Workbook class and pass the XLS file...

    products.aspose.com/total/java/conversion/dotm-...
  2. How to Format Number to Time|Documentation

    This article will introduce how to Format Number to Timeusing Aspose.Cells for Java API.... Step 2: Create a New Workbook or Open an Existing One You...You can either create a new workbook or open an existing one. Step...

    docs.aspose.com/cells/java/how-to-format-number...
  3. Inserting, Deleting Rows and Columns|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 provides a class, Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class contains an Worksheets collection...

    docs.aspose.com/cells/go-cpp/inserting-deleting...
  4. Hiding and Showing Rows and Columns|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 provides a class, Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class contains a WorksheetCollection...

    docs.aspose.com/cells/net/hiding-and-showing-ro...
  5. Creating a Table|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 provides a class, Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class contains a Worksheets collection...

    docs.aspose.com/cells/java/creating-a-list-object/
  6. Creating a List Object|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 provides a class, Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class contains a Worksheets collection...

    docs.aspose.com/cells/python-java/creating-a-li...
  7. Replace text in smart art|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....of the major objects in a workbook. Many times there is a need...

    docs.aspose.com/cells/net/replace-text-in-smart...
  8. Freeze Panes in Excel with Java

    This article describes how to freeze panes in Excel with Java. It has the IDE settings, steps, and a sample code showing how to freeze a cell in Excel with Java....source Excel file into the workbook object for locking rows and... Finally, save the output workbook with frozen panes. Code to...

    kb.aspose.com/cells/java/freeze-panes-in-excel-...
  9. Autofit Rows and Columns in Excel using C#

    This article covers how to auto fit Excel using C#. It discusses the IDE configuration, a series of steps, and a code snippet to auto fit in Excel using C#....Load the input file with the Workbook class Access any sheet using...columns Export the output workbook with the Save method These...

    kb.aspose.com/cells/net/autofit-rows-and-column...
  10. Direct calculation of custom function without w...

    This article introduces how to use Aspose.Cells library to directly calculate custom functions in Microsoft Excel without writing the function in a worksheet using Node.js via C++. Load an existing Excel file or create a new one, calculate the custom function, and save the modified file....Create a workbook const wb = new AsposeCells . Workbook (); //...

    docs.aspose.com/cells/nodejs-cpp/direct-calcula...