Sort Score
Result 10 results
Languages All
Labels All
Results 3,791 - 3,800 of 102,528 for

workbook

(0.14 sec)
  1. 使用C++将工作表范围导出为图像|Documentation

    了解如何使用Aspose.Cells和C++将工作表的特定范围导出为图像。...// Create workbook from source file Workbook workbook ( srcDir...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/export-range-of-ce...
  2. Read Chart Subtitle from ODS File with C++|Docu...

    Learn how to use Aspose.Cells for C++ to read the chart subtitle from an OpenDocument Spreadsheet (ODS) file. Our guide will demonstrate how to extract and access the subtitle of a chart for further analysis or display....file containing charts Workbook workbook ( srcDir + u "SampleChart...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/read-chart-subtitle-f...
  3. 使用Node.js via C++读取ODS文件中的图表字幕|Documentation

    学习如何使用Aspose.Cells for Node.js via C++从OpenDocument Spreadsheet (ODS)文件中读取图表字幕。本指南将演示如何提取和访问图表的字幕以便进一步分析或显示。...ods" ); const workbook = new AsposeCells . Workbook ( filePath );...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/read-chart-...
  4. 通过C++在Node.js中移除ActiveX控件|Documentation

    学习如何使用Aspose.Cells for Node.js via C++从工作簿中移除ActiveX控件。...Create a workbook const wb = new AsposeCells . Workbook ( path...removeActiveXControl (); } // Save the workbook wb . save ( path . join (...

    docs.aspose.com/cells/zh/nodejs-cpp/remove-acti...
  5. 用JavaScript和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...."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...Instantiate Workbook from uploaded file const wb = new Workbook ( new...

    docs.aspose.com/cells/zh/javascript-cpp/formatt...
  6. Convert excel chart to OOXML - Free Support For...

    Hi guys I want to convert a chart that I created in Excel to OOXML format. I am currently doing the same for ranges. I select the range, set the pagesetup and ImageOrPrint options and then save the xlsx as Docx. But with…...1 KB) Workbook workbook = new Workbook(filePath + "sample...SaveAsEditableShapes = true; workbook.Save(filePath + "sample.docx"...

    forum.aspose.com/t/convert-excel-chart-to-ooxml...
  7. Manage Chart Data Labels in Presentations Using...

    Learn to add and format chart data labels in PowerPoint presentations using Aspose.Slides for PHP via Java for more engaging slides....the chart data worksheet $workbook = $chart -> getChartData ()...-> getSeries () -> add ( $workbook -> getCell ( $defaultWorksheetInde...

    docs.aspose.com/slides/php-java/chart-data-label/
  8. 用C++设置页眉页脚|Documentation

    本文介绍如何通过使用C++ API或库中的脚本命令,编程方式在Excel工作表的页眉和页脚中插入图片。...Startup (); // Create a new workbook Workbook excel ; // Get the first...2 , u "&N" ); // Save the workbook excel . Save ( u "SetHeadersAndFooters_out...

    docs.aspose.com/cells/zh/cpp/setting-headers-an...
  9. Creating Subtotals|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....the first worksheet of the workbook (as shown in the figure below)...Aspose.Cells provides a class, Workbook that represents a Microsoft...

    docs.aspose.com/cells/java/creating-subtotals/
  10. Get Warnings while Loading Excel File|Documenta...

    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....the user tries to load the workbook which is somewhat corrupt...warnings while loading the workbook. You can catch these warnings...

    docs.aspose.com/cells/net/get-warnings-while-lo...