Sort Score
Result 10 results
Languages All
Labels All
Results 3,211 - 3,220 of 87,332 for

workbook

(0.07 sec)
  1. Export CSV to POWERPOINT in Android or with fre...

    Android API to Convert CSV to POWERPOINT without using Microsoft Word or online. Test free CSV to POWERPOINT online converter quickly before integrating the code....POWERPOINT Open CSV file using Workbook class Convert CSV to PDF and...file using Workbook class Workbook book = new Workbook ( "input...

    products.aspose.com/total/android-java/conversi...
  2. Manage OLE|Aspose.Slides Documentation

    Manage OLE objects in PowerPoint presentations in Java... Create a Workbook object and access the OLE...the data. Save the updated Workbook in a stream. Change the OLE...

    docs.aspose.com/slides/java/manage-ole/
  3. 插入图表|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 . Descendants < Sheet >()...//Instantiating a Workbook object Workbook workbook = new Workbook ( docName...

    docs.aspose.com/cells/zh/net/insert-a-chart/
  4. Aspose.Cells 16.10.0中的公共API更改|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....add a shape var book = new Workbook ( "sample.xlsx" ); // Access...add a shape var book = new Workbook ( "sample.xlsx" ); // Access...

    docs.aspose.com/cells/zh/net/public-api-changes...
  5. Apply Excel Color Themes in Java

    Follow this guide for applying Excel color themes in Java. Get the IDE settings, steps, and a sample code to set colors using Microsoft Excel themes in Java....style for the cell Save the workbook The above-mentioned steps...process for using the Excel workbook theme in Java . Commence the...

    kb.aspose.com/cells/java/apply-excel-color-them...
  6. Insert a Page Break in Excel using C#

    Insert a page break in Excel using C#. Get the IDE settings, a list of steps, and a sample code to set page break in Excel using C#....Load the Excel file into the Workbook class object for adding manual...collection Save the resultant workbook with a single manual page...

    kb.aspose.com/cells/net/insert-a-page-break-in-...
  7. 在使用Node.js通过C++将Excel渲染为PDF时忽略错误|Documentation

    了解在将Excel文件转换为PDF时如何忽略错误,使用编号Aspose.Cells for Node.js via C++。...xlsx" ); // Load the Sample Workbook that throws Error on Excel2Pdf...const wb = new AsposeCells . Workbook ( filePath ); // Specify Pdf...

    docs.aspose.com/cells/zh/nodejs-cpp/ignore-erro...
  8. 确定图表中存在的轴类型,使用Node.js通过C++|Documentation

    学习如何识别Aspose.Cells for Node.js via C++中创建的图表中存在的轴。我们的指南将帮助你识别和访问图表中的不同轴,包括类别轴、数值轴和次轴。...xlsx" ); // Create workbook object const workbook = new AsposeCells...AsposeCells . Workbook ( filePath ); // Access the first worksheet const...

    docs.aspose.com/cells/zh/nodejs-cpp/determine-w...
  9. 通过Node.js在C++中找到图表系列中点的X值和Y值的类型|Documentation

    学习如何在Aspose.Cells for Node.js via C++中确定图表系列点的X值和Y值的类型。本指南解释了数据值的类型以及如何访问和操作它们。... const workbook = new AsposeCells . Workbook ( path . join...worksheet. const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/find-type-o...
  10. 在Ruby中打开文件|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....'/data/' workbook = Rjb :: import ( 'com.aspose.cells.Workbook' ) ...xls' ) workbook = Rjb :: import ( 'com.aspose.cells.Workbook' ) ...

    docs.aspose.com/cells/zh/java/opening-files-in-...