Sort Score
Result 10 results
Languages All
Labels All
Results 4,601 - 4,610 of 103,733 for

workbook

(0.36 sec)
  1. Export TSV to DOCX in Android or with free Onli...

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

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

    Android API to Convert XLSB to POWERPOINT without using Microsoft Word or online. Test free XLSB to POWERPOINT online converter quickly before integrating the code....POWERPOINT 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. Export FODS to DOC in Android or with free Onli...

    Android API to Convert FODS to DOC without using Microsoft Word or online. Test free FODS to DOC online converter quickly before integrating the code....to DOC 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...
  4. Export XLSX to POWERPOINT in Android or with fr...

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

    products.aspose.com/total/android-java/conversi...
  5. How to set up series. Points. DataLabel. LinkSo...

    image.png (12.2 KB) image.png (48.7 KB) Still unable to take effect, I used WPS to create charts and series, using the same code. The files created by WPS can take effect, but using aspose.cells doesn’t test.zip (12.8…...are not being applied in the workbook you create with Aspose.Cells...minimal repro – create a tiny workbook (one sheet, one chart) that...

    forum.aspose.com/t/how-to-set-up-series-points-...
  6. 通过C++的JavaScript删除Excel文件中工作表的现有打印机设置|Documenta...

    本文介绍如何通过C++的Script以编程方式删除Excel文件中工作表的现有打印机设置。..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...arrayBuffer (); // Instantiating a Workbook object from the uploaded file...

    docs.aspose.com/cells/zh/javascript-cpp/remove-...
  7. 将多个工作簿合并成一个单一工作簿,使用C++实现|Documentation

    学习如何使用Aspose.Cells和C++将多个工作簿合并为一个单一工作簿。...该代码加载源工作簿,使用 Workbook::Combine() 方法将它们合并,并保存输出工作簿。...Open the first excel file. Workbook sourceBook1 ( sourceFile1...

    docs.aspose.com/cells/zh/cpp/combine-multiple-w...
  8. Update references in other worksheets while del...

    Learn how to maintain references in other worksheets when deleting blank columns and rows in a worksheet using Aspose.Cells for Node.js via C++....Create workbook const wb = new AsposeCells . Workbook (); //...); // Calculate formulas of workbook wb . calculateFormula ();...

    docs.aspose.com/cells/nodejs-cpp/update-referen...
  9. Secure PDF Documents with C++|Documentation

    Learn how to secure PDF documents with owner and user passwords using Aspose.Cells with C++....// Open an Excel file Workbook workbook ( inputFilePath ); //...document with encrypted settings workbook . Save ( outputFilePath ,...

    docs.aspose.com/cells/cpp/secure-pdf-documents/
  10. Handling JSON Array as Single Cell in CSV Using...

    Hello Aspose Support Team, I am exploring the possibility of converting a JSON array property into CSV format using Aspose APIs. I already have a sample payload, template, and generated output, but my expected output is…...Create a new workbook Workbook workbook = new Workbook(); Worksheet...Worksheet worksheet = workbook.Worksheets[0]; // Write data to the...

    forum.aspose.com/t/handling-json-array-as-singl...