Sort Score
Result 10 results
Languages All
Labels All
Results 5,301 - 5,310 of 106,558 for

workbook

(0.67 sec)
  1. | Aspose

    Sample code for WBMP to XLS Java conversion. Use API example code for batch WBMP files to XLS conversion within any Web or Desktop Java based application....Excel is known as Workbook where each workbook can have one or...Microsoft Excel lets you export workbook data to several different...

    products.aspose.com/ocr/cpp/conversion/wbmp-to-...
  2. Compress XLTX Files Online or using Android Mob...

    Free online app to compress different XLTX files. Android compression library Java code for XLTX documents....Project Load the document via Workbook class There are 9 levels of...Compress XLSB Files (Excel Binary Workbook) Compress XLSM Files (Macro-enabled...

    products.aspose.com/total/android-java/compress...
  3. Compress XLT Files Online or using Android Mobi...

    Free online app to compress different XLT files. Android compression library Java code for XLT documents....Project Load the document via Workbook class There are 9 levels of...Compress XLSB Files (Excel Binary Workbook) Compress XLSM Files (Macro-enabled...

    products.aspose.com/total/android-java/compress...
  4. Compress ODS Files Online or using Android Mobi...

    Free online app to compress different ODS files. Android compression library Java code for ODS documents....Project Load the document via Workbook class There are 9 levels of...Compress XLSB Files (Excel Binary Workbook) Compress XLSM Files (Macro-enabled...

    products.aspose.com/total/android-java/compress...
  5. insertColumns() not work fine with InsertOption...

    Hi, I have an issue. When I try insert row/column with the object InsertOption this work fine with the insertRows() but not with insertColumns(). Workbook Workbook = new Workbook("cicciofessa.xlsx"); Worksheet workshe…... Workbook workbook = new Workbook("cicciofessa.xlsx");...xlsx"); Worksheet worksheet = workbook.getWorksheets().get(0); InsertOptions...

    forum.aspose.com/t/insertcolumns-not-work-fine-...
  6. 使用Node.js通过C++在饼图或饼状图中的第二个饼或柱子中查找数据点|Documentation

    学习如何使用Aspose.Cells for Node.js via C++查找数据点是否在饼图或饼状图的第二个饼或柱子中。本指南将演示如何识别和访问复合图表中的次级饼或柱,以便有效分析和操作数据。...chart const workbook = new AsposeCells . Workbook ( path . join...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/find-if-dat...
  7. Detecting Empty Worksheets with C++|Documentation

    This article shows you code explaining how to detect empty worksheets of Excel Workbooks programmatically using C++ API with Aspose.Cells library....instance of Workbook and load an existing spreadsheet Workbook book...over all worksheets in the workbook WorksheetCollection sheets...

    docs.aspose.com/cells/cpp/detecting-empty-works...
  8. Ինչպես լրացնել PDF ձևը Excel-ի տվյալներով՝ օգտա...

    Այս ձեռնարկը ցույց է տալիս, թե ինչպես լրացնել PDF ձևը Excel-ի տվյալների միջոցով՝ օգտագործելով C#: Այն պարունակում է մանրամասներ՝ և՛ PDF, և՛ Excel ֆայլերը նույն հավելվածում օգտագործելու համար, քայլ առ քայլ մոտեցում՝ դիմումը գրելու համար և գործարկվող օրինակելի կոդ, որը կարող է օգտագործվել Excel-ից PDF ձևն ավտոմատ լրացնելու համար՝ օգտագործելով C#:...անհրաժեշտ տվյալներ՝ օգտագործելով Workbook դասի օբյեկտը Կրկնել սկզբնաղբյուր...իսկ Workbook դասը՝ Excel ֆայլը բեռնելու համար: . Workbook դասը...

    kb.aspose.com/hy/pdf/net/how-to-fill-pdf-form-w...
  9. 设置使用 C++ 和 Node.js 将电子表格渲染成图片时的默认字体|Documentation

    学习如何在用 Aspose.Cells for Node.js via C++ 将电子表格渲染为图片时设置默认字体。...xlsx" ); // Loads the workbook which contains hidden external...const wb = new AsposeCells . Workbook ( filePath ); // Set default...

    docs.aspose.com/cells/zh/nodejs-cpp/set-default...
  10. How to Convert JSON to PDF in Java

    This simple tutorial explains how to convert JSON to PDF in Java. It contains the steps and a code snippet to generate PDF from JSON data in Java....application Create an empty Workbook to save the JSON data Get...importData Save the resultant workbook as a PDF to get the desired...

    kb.aspose.com/cells/java/how-to-convert-json-to...