Sort Score
Result 10 results
Languages All
Labels All
Results 1,681 - 1,690 of 102,523 for

workbook

(0.3 sec)
  1. 用 C++ 格式化数据透视表|Documentation

    学习如何使用 Aspose.Cells for C++ 自定义数据透视表的外观。...Load a template file Workbook workbook ( inputFilePath ); int...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/formatting-pivot-t...
  2. 在 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...
  3. 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...
  4. 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/
  5. Getting Started|Documentation

    Setup Aspose.Cells for JavaScript via C++ and installation guidelines...."text/javascript" > const { Workbook , FileFormatType , SaveFormat...Create a new workbook var workbook = new Workbook ( FileFormatType...

    docs.aspose.com/cells/javascript-cpp/getting-st...
  6. 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...
  7. 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...
  8. 在xlsx4j中创建图表|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....Instantiating a Workbook object Workbook workbook = new Workbook (); //...WorksheetCollection worksheets = workbook . getWorksheets (); Worksheet...

    docs.aspose.com/cells/zh/java/create-charts-in-...
  9. 如何使用Node.js通过C++设置工作簿的AutoRecover属性|Documentation

    学习如何使用Aspose.Cells for Node.js via C++设置工作簿的AutoRecover属性。...Cells提供了 Workbook.getAutoRecover() 属性来启用或禁用此选项。...属性来启用或禁用此选项。 以下代码说明了如何使用工作簿的 Workbook.getAutoRecover() 属性。代码先读取该属性的默认值(为...

    docs.aspose.com/cells/zh/nodejs-cpp/how-to-set-...
  10. Manage Chart Workbooks in Presentations Using J...

    Discover Aspose.Slides for Node.js via Java: effortlessly manage chart Workbooks in PowerPoint and OpenDocument formats to streamline your presentation data....Manage Chart Workbooks in Presentations Using JavaScript Contents...Hide ] Set Chart Data from Workbook Aspose.Slides provides the...

    docs.aspose.com/slides/nodejs-java/chart-workbook/