Sort Score
Result 10 results
Languages All
Labels All
Results 2,361 - 2,370 of 102,518 for

workbook

(0.15 sec)
  1. 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 JavaScript 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..."text/javascript" > const { Workbook , SaveFormat , PdfSaveOptions...

    docs.aspose.com/cells/javascript-cpp/calculatio...
  2. Convert Chart to Image for Japanese Region with...

    Learn how to use Aspose.Cells for JavaScript via C++ to set the Japanese configuration for the chart. Our guide will demonstrate how to configure charts to support Japanese characters and formatting, including fonts, size, text direction, and more...."text/javascript" > const { Workbook , SaveFormat , Worksheet ...file as a Workbook (no modifications) const workbook = new Workbook...

    docs.aspose.com/cells/javascript-cpp/convert-ch...
  3. HTML|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....[ Hide ] Converting Excel Workbook to HTML The Aspose.Cells API...below shows how to save a workbook as an HTML file using C#:...

    docs.aspose.com/cells/net/convert-excel-to-html/
  4. Public API Changes in Aspose.Cells 8.0.2|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....//Instantiate a new Workbook var book = new Workbook (); //Get the...; //Create an instance of Workbook and load an HTML‑based spreadsheet...

    docs.aspose.com/cells/net/public-api-changes-in...
  5. How to Rotate Text of Cell with Golang via C++|...

    C++ code to rotate text of Cell with Aspose.Cells for C++ API...Excel Workbook First, you need to load the Excel workbook using...Aspose.Cells. You can use the Workbook class to open an existing...

    docs.aspose.com/cells/go-cpp/how-to-rotate-text...
  6. Customizing the Ribbon XML with JavaScript via ...

    Learn how to customize the Ribbon XML in Excel using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , Worksheet ...Loads the workbook from the uploaded file const workbook = new Workbook...

    docs.aspose.com/cells/javascript-cpp/customizin...
  7. 用 Node.js 通过 C++ 实现其他语言的 Subtotal 或 Grand Total...

    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....source workbook const workbook = new AsposeCells . Workbook ( path... GlobalizationSetting (); workbook . getSettings (). setGlobalizationSett...

    docs.aspose.com/cells/zh/nodejs-cpp/implement-s...
  8. Get Cell String Value with and without Formatti...

    Learn how to get cell string value with and without formatting through the Aspose.Cells for JavaScript via C++ API...."text/javascript" > const { Workbook , SaveFormat , Cell } = AsposeCells...Creating a new workbook const workbook = new Workbook (); // Access...

    docs.aspose.com/cells/javascript-cpp/get-cell-s...
  9. Get or Set the Class Identifier of the Embedded...

    Learn how to get or set the class identifier of embedded OLE objects in JavaScript using Aspose.Cells via C++...."text/javascript" > const { Workbook , SaveFormat , Worksheet ...Instantiating a Workbook object from the uploaded file const workbook = new...

    docs.aspose.com/cells/javascript-cpp/get-or-set...
  10. 使用 C++ 管理Excel图表的轴线|Documentation

    学习如何在Aspose.Cells for C++中配置图表轴。我们的指南将演示如何调整主轴和副轴、设置其范围以及修改其属性以增强您的图表效果。...Instantiating a Workbook object Workbook workbook ; // Adding a...worksheet to the Workbook object int sheetIndex = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/chart-axes/