Sort Score
Result 10 results
Languages All
Labels All
Results 1,911 - 1,920 of 82,029 for

workbook

(0.1 sec)
  1. Set Worksheet Tab Color with C++|Documentation

    This article demonstrates sample code that sets the Excel worksheet Tab Color programmatically using the C++ API or Library....xls" ; // Create workbook Workbook workbook ( inputFilePath );...book Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/set-worksheet-tab-color/
  2. Implement 1904 Date System with C++|Documentation

    Aspose.Cells is a C++ library for working with spreadsheet files. It supports the implementation of the 1904 date system, allowing users to calculate and format based on the January 1, 1904 date system. This article describes how to implement the 1904 date system using the Aspose.Cells library....xlsx" ; // Create workbook Workbook workbook ( inputFilePath );...WorkbookSettings settings = workbook . GetSettings (); settings...

    docs.aspose.com/cells/cpp/implement-1904-date-s...
  3. How to create waterfall chart with Node.js via ...

    Create waterfall charts in Excel with Node.js and Aspose.Cells for Node.js via C++....instance of Workbook const workbook = new AsposeCells . Workbook ();...Worksheet in Workbook const worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/nodejs-cpp/creating-water...
  4. AutoFit Rows and Columns with Node.js via C++|D...

    This article shows how to autoFit rows, columns, rows of merged cells, and row in a range of cells using Aspose.Cells for Node.js via C++....Cells provides a Workbook class that represents a Microsoft...Excel file. The Workbook class contains a Workbook.getWorksheets()...

    docs.aspose.com/cells/nodejs-cpp/autofit-rows-a...
  5. Manage settings of Excel spreadsheet files with...

    Manage settings of Microsoft Excel files using Aspose.Cells with C++....of Revision Logs in Shared Workbook with C++ Opening Excel File...set AutoRecover property of Workbook with C++ How to Control Sheet...

    docs.aspose.com/cells/cpp/workbook-settings/
  6. Set Default Font while rendering spreadsheet to...

    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....following sample code creates a workbook and adds some text in cell...unknown/non-existing font. Then it saves the workbook in HTML by setting different...

    docs.aspose.com/cells/nodejs-cpp/set-default-fo...
  7. Set Default Font while rendering spreadsheet to...

    Learn how to set default font while rendering spreadsheet to HTML using Aspose.Cells for C++....following sample code creates a workbook and adds some text in cell...unknown/non-existing font. Then it saves the workbook in HTML by setting different...

    docs.aspose.com/cells/cpp/set-default-font-whil...
  8. Manage Axes of Excel Charts with Node.js via C+...

    Learn how to configure chart axes in Aspose.Cells for Node.js via C++. Our guide will show you how to adjust the primary and secondary axes, set their ranges, and modify their properties to enhance your charts....Instantiating a Workbook object const workbook = new AsposeCells...AsposeCells . Workbook (); // Adding a new worksheet to the Workbook object...

    docs.aspose.com/cells/nodejs-cpp/chart-axes/
  9. example.py

    import os from jpype import * __cells_jar_dir__ = os.path.dirname(__file__) addClassPath(os.path.join(__cells_jar_dir__, "aspose-cells-23.1.jar")) addClassPath(os.path.join(__cells_jar_dir__, "bcpr......api import Workbook, FileFormatType, CellsHelper...getVersion()) workbook = Workbook(FileFormatType.XLSX) workbook.getWorksheets()...

    docs.aspose.com/cells/python-java/pyinstaller-p...
  10. example.py

    import os from jpype import * __cells_jar_dir__ = os.path.dirname(__file__) addClassPath(os.path.join(__cells_jar_dir__, "aspose-cells-23.1.jar")) addClassPath(os.path.join(__cells_jar_dir__, "bcpr......api import Workbook, FileFormatType, CellsHelper...getVersion()) workbook = Workbook(FileFormatType.XLSX) workbook.getWorksheets()...

    docs.aspose.com/cells/fr/python-java/pyinstalle...