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

workbook

(0.08 sec)
  1. 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/
  2. 使用 JavaScript 通过 C++ 创建联合范围|Documentation

    学习如何使用 C++ 创建联合范围。..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...Instantiating a Workbook object from the uploaded file const workbook = new...

    docs.aspose.com/cells/zh/javascript-cpp/create-...
  3. Delete redundant spaces after line break while ...

    Learn how to delete redundant spaces after line breaks while importing HTML using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , HtmlLoadOptions...deleteRedundantSpace = true ; // Create workbook from stream with HTML load...

    docs.aspose.com/cells/javascript-cpp/delete-red...
  4. 使用JavaScript通过C++替换Smart Art中的文本|Documentation

    学习如何使用Aspose.Cells for Java脚本通过C++替换Smart Art中的文本..."text/javascript" > const { Workbook , SaveFormat , OoxmlSaveOptions...Instantiating a Workbook object from the uploaded file const workbook = new...

    docs.aspose.com/cells/zh/javascript-cpp/replace...
  5. 在 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...
  6. 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...
  7. Excel to HTML - Use PresentationPreference Opti...

    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 Workbook // Load an Excel file const workbook = new AsposeCells...AsposeCells . Workbook ( path . join ( dataDir , "sample.xlsx"...

    docs.aspose.com/cells/nodejs-cpp/excel-to-html-...
  8. Save Excel into PDF with Standard or Minimum Si...

    Learn how to save Excel files into PDF format with Standard or Minimum size using Aspose.Cells for Node.js via C++....Excel file into Workbook object const workbook = new AsposeCells...AsposeCells . Workbook ( filePath ); // Save into PDF with Minimum size...

    docs.aspose.com/cells/nodejs-cpp/save-excel-int...
  9. 在Python中将工作表转换为SVG|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.... SaveFormat workbook = self . Workbook ( self . dataDir...into svg format sheetCount = workbook . getWorksheets (). getCount...

    docs.aspose.com/cells/zh/java/converting-worksh...
  10. 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/