Sort Score
Result 10 results
Languages All
Labels All
Results 4,321 - 4,330 of 105,428 for

workbook

(1.62 sec)
  1. Export ODS to PPTX in Android or with free Onli...

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

    products.aspose.com/total/android-java/conversi...
  2. Export XLSB to DOCX in Android or with free Onl...

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

    products.aspose.com/total/android-java/conversi...
  3. 获取行中最大列索引和列中最大行索引|Documentation

    学习如何通过C++ API在行中获取最大列索引,在列中获取最大行索引。..."text/javascript" > const { Workbook , SaveFormat , Worksheet ...arrayBuffer (); // Instantiating a Workbook object by opening the uploaded...

    docs.aspose.com/cells/zh/javascript-cpp/get-max...
  4. Public API Changes in Aspose.Cells 8.1.0|Docume...

    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....instance of Workbook Workbook book = new Workbook (); //Access...Style object and add it to Workbook's Style Collection int index...

    docs.aspose.com/cells/java/public-api-changes-i...
  5. Export XLS to POWERPOINT in Android or with fre...

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

    products.aspose.com/total/android-java/conversi...
  6. Export XLTM to POWERPOINT in Android or with fr...

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

    products.aspose.com/total/android-java/conversi...
  7. Export FODS to PPTX in Android or with free Onl...

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

    products.aspose.com/total/android-java/conversi...
  8. Remove Existing PrinterSettings of Worksheets i...

    In this article, you will learn how to remove existing PrinterSettings of worksheets inside the Excel file programmatically using Aspose.Cells for Node.js via C++....all the worksheets in the workbook. Please see its sample Excel...const wb = new AsposeCells . Workbook ( filePath ); // Get the sheet...

    docs.aspose.com/cells/nodejs-cpp/remove-existin...
  9. 指定如何在输出 PDF 和图片中跨字符串,使用 Node.js 和 C++|Documenta...

    学习如何通过使用 Aspose.Cells for Node.js via C++ 指定跨类型控制输出 PDF/图片中的文本溢出。...file const workbook = new AsposeCells . Workbook ( path . join...StrictInCell ); // Save PDF file workbook . save ( outputDir + "outputCrosssType...

    docs.aspose.com/cells/zh/nodejs-cpp/specify-how...
  10. Access Excel QueryTable using C#

    Follow this article to access Excel QueryTable using C#. It has details to set the IDE, a list of steps, and a sample code for accessing and updating the Excel external data connection using C#....Load the Excel file into the Workbook object containing the QueryTable...updated properties and save the workbook These steps summarize how...

    kb.aspose.com/cells/net/access-excel-querytable...