Sort Score
Result 10 results
Languages All
Labels All
Results 3,241 - 3,250 of 102,530 for

workbook

(0.1 sec)
  1. Add Pivot Connection with Node.js via C++|Docum...

    Learn how to add a pivot connection using Aspose.Cells for Node.js via C++.... Finally, it saves the workbook as the output Excel file ...slicer. const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/nodejs-cpp/add-pivot-conn...
  2. 通过Node.js读取和写入带有查询表数据源的表|Documentation

    学习如何使用Aspose.Cells for Node.js via C++读取和写入带有QueryTable数据源的表。..."output" ); // Load workbook object const workbook = new AsposeCells...AsposeCells . Workbook ( path . join ( sourceDir , "SampleTableWithQuery...

    docs.aspose.com/cells/zh/nodejs-cpp/read-and-wr...
  3. 用C++设置图例项填充为无色|Documentation

    学习如何用Aspose.Cells for C++将图例项填充设置为无色。我们的指南将演示如何修改Microsoft Excel图表中图例项的填充色,以实现更好的可视化和自定义。...Open the template file Workbook workbook ( inputFilePath ); //...worksheet Worksheet sheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/set-text-of-chart-...
  4. 获取电子表格或工作簿中使用的字体列表|Documentation

    了解如何使用Aspose.Cells for JavaScript通过C++获取电子表格或工作簿中使用的字体列表。本文将向你展示如何从文档中检索字体信息。...Cells for JavaScript通过C++提供了 Workbook.fonts 方法,可以返回工作簿或电子表格中所有使用的字体列表。...body > < h1 > Get Fonts from Workbook </ h1 > < input type = "file"...

    docs.aspose.com/cells/zh/javascript-cpp/get-a-l...
  5. Tracing Precedents and Dependents in Aspose.Cel...

    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 ( "book1..."book1.xls" ); Cells cells = workbook . Worksheets [ 0 ]. Cells...

    docs.aspose.com/cells/net/tracing-precedents-an...
  6. How to create a Gantt chart with C++|Documentation

    Learn how to create a Gantt chart with Aspose.Cells for C++ API.... Finally, it saves the workbook to output XLSX format . The...Create an instance of Workbook Workbook workbook ( u "sample.xlsx"...

    docs.aspose.com/cells/cpp/how-to-create-gantt-c...
  7. Pivot Table and Source Data|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 using the uploaded file const workbook = new...

    docs.aspose.com/cells/javascript-cpp/pivot-tabl...
  8. Optimize Chart Calculations for Presentations i...

    Understand chart calculations, data updates, and precision control in Aspose.Slides for PHP via Java for PPT and PPTX, with practical code examples....} } FAQ Do external Excel workbooks work as a data source, and...can reference an external workbook: when you connect or refresh...

    docs.aspose.com/slides/php-java/chart-calculati...
  9. 用 C++ 在 ODS 文件中保存数据透视表|Documentation

    学习如何使用 Aspose.Cells for C++ 在 ODS 文件中保存数据透视表。...); // Create a new workbook Workbook workbook ; // Get the first...worksheet Worksheet sheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/save-pivot-table-i...
  10. Retrieving SQL Connection Data with C++|Documen...

    Learn how to retrieve SQL connection data, including server URL, username, table name, and more using Aspose.Cells for C++....Cells provides the Workbook::get_DataConnections() method...ExternalConnection objects in the workbook. If the ExternalConnection...

    docs.aspose.com/cells/cpp/retrieving-sql-connec...