Sort Score
Result 10 results
Languages All
Labels All
Results 2,251 - 2,260 of 102,545 for

workbook

(0.12 sec)
  1. How to export Excel equations to other types of...

    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...."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...Instantiating a Workbook object from the uploaded file const workbook = new...

    docs.aspose.com/cells/javascript-cpp/export-equ...
  2. 如何将 Excel 方程导出为其他类型的表达式|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...."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...Instantiating a Workbook object from the uploaded file const workbook = new...

    docs.aspose.com/cells/zh/javascript-cpp/export-...
  3. Creating Subtotals|Documentation

    Learn how to create subtotals for any repeating values in a spreadsheet by using the Aspose.Cells for JavaScript via C++ API....the first worksheet of the workbook (as shown in the figure below)...via C++ provides a class, Workbook , that represents a Microsoft...

    docs.aspose.com/cells/javascript-cpp/creating-s...
  4. 格式化数据透视表单元格|Documentation

    如何使用C++的Aspose.Cells for JavaScript对数据透视表单元格进行格式化。..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...Instantiating a Workbook object from the uploaded file const workbook = new...

    docs.aspose.com/cells/zh/javascript-cpp/format-...
  5. AutoFit Rows and Columns with Node.js via C++|D...

    This article shows how to autoFit rows, columns, rows of merged cells, and rows 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...
  6. 在 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....//Instantiate a new Workbook Workbook workbook = new Workbook ( dataPath...dataPath + "workbook.xls" ); //Get the first worksheet in the book Worksheet...

    docs.aspose.com/cells/zh/java/set-worksheet-tab...
  7. Calculation of Excel 2016 MINIFS and MAXIFS fun...

    This article introduces how to use the Aspose.Cells library to calculate MINIFS and MAXIFS functions in Microsoft Excel 2016 using Node.js via C++. Load an existing Excel file or create a new one, then use Aspose.Cells methods to calculate these functions and save the results to disk....sample Excel file and calls the Workbook.calculateFormula() method...xlsx" ); // Load your source workbook containing MINIFS and MAXIFS...

    docs.aspose.com/cells/nodejs-cpp/calculation-of...
  8. Removing Slicer with Node.js via C++|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.... Finally, it saves the workbook as output Excel file . The...slicer. const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/nodejs-cpp/removing-slicer/
  9. Convert Dates to Japanese Dates with C++|Docume...

    Learn how to convert Gregorian dates to Japanese dates using Aspose.Cells for C++....Load the workbook with Japanese dates Workbook workbook ( srcDir...options ); // Save the workbook as PDF workbook . Save ( outDir +...

    docs.aspose.com/cells/cpp/convert-dates-to-japa...
  10. Convert JSON to CSV with Node.js via C++|Docume...

    Learn how to convert JSON data to CSV using Aspose.Cells for Node.js via C++....empty workbook const workbook = new AsposeCells . Workbook ();...// Get Cells const cells = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/convert-json-t...