Sort Score
Result 10 results
Languages All
Labels All
Results 2,181 - 2,190 of 87,230 for

workbook

(0.28 sec)
  1. 使用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-...
  2. Formula Calculation Engine in Aspose.Cells|Docu...

    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 book = new Workbook (); //Obtaining...

    docs.aspose.com/cells/net/formula-calculation-e...
  3. 通过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...
  4. 删除工作簿中的工作表|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.... Workbook myWorkbook = this . Application . Workbooks . Open...Aspose.Cells Workbook myWorkbook = new Workbook ( fileName );...

    docs.aspose.com/cells/zh/net/delete-worksheets-...
  5. Export EXCEL to POWERPOINT in Android | product...

    Android API to Convert EXCEL to POWERPOINT without using Microsoft Word...POWERPOINT Open EXCEL file using Workbook class Convert EXCEL to PDF...file using Workbook class Workbook book = new Workbook ( "input...

    products.aspose.com/total/android-java/conversi...
  6. 使用Node.js的C++实现自定义计算引擎,以扩展Aspose.Cells的默认计算引擎|D...

    本文介绍如何通过使用 C++ 版 Aspose.Cells 库在 Node.js 中实现自定义计算引擎,从而扩展默认的计算引擎。加载现有的 Excel 文件或创建新文件,使用提供的方法并保存修改后的 Excel 文件。...instance of Workbook const workbook = new AsposeCells . Workbook ();...the collection const sheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/implement-c...
  7. 在PHP中打开文件|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....through Path // Creating a Workbook object and opening an Excel...path $workbook = $ptr -> New ( "Aspose.Cells.Workbook" , array...

    docs.aspose.com/cells/zh/net/opening-files-in-php/
  8. Apply Excel Theme with Node.js

    Follow this article to apply Excel theme with Node.js. It has the IDE settings, a list of steps, and a sample code to use Microsoft Excel themes with Node.js....create an Excel file using the Workbook class and get the style object...cell and save the resultant workbook These steps summarize the...

    kb.aspose.com/cells/nodejs/apply-excel-theme-wi...
  9. Using ActiveX Controls in Excel with Java

    This article guides for using ActiveX controls in Excel with Java. It has the IDE settings, steps, and a sample code to add combo box ActiveX control with Java....ActiveX controls Create a workbook and add a button to the shapes...of the target sheet in the workbook Add another ComboBox ActiveX...

    kb.aspose.com/cells/java/using-activex-controls...
  10. How to Remove Pivot Table in Excel in C#

    This article explains how to remove pivot table in Excel in C#. It shares the details for the IDE, programming logic, and a runnable sample code to delete pivot table in C#....delete pivot tables Load the workbook Access the worksheet Access...Remove the pivot table Save the workbook The above steps have described...

    kb.aspose.com/cells/net/how-to-remove-pivot-tab...