Sort Score
Result 10 results
Languages All
Labels All
Results 4,351 - 4,360 of 99,951 for

workbook

(0.17 sec)
  1. Export CSV to PPSX in Android or with free Onli...

    Android API to Convert CSV to PPSX without using Microsoft Word or online. Test free CSV to PPSX online converter quickly before integrating the code....to PPSX 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. Export ODS to WORD in Android or with free Onli...

    Android API to Convert ODS to WORD without using Microsoft Word or online. Test free ODS to WORD online converter quickly before integrating the code....to WORD 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...
  3. Get the Version Number of the Application that ...

    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....Cells provides the Workbook.getBuiltInDocumentPr().getVersion()...demonstrates the use of the Workbook.getBuiltInDocumentPr().getVersion()...

    docs.aspose.com/cells/java/get-the-version-numb...
  4. 使用C++在输出PDF中渲染Unicode补充字符|Documentation

    了解如何使用 Aspose.Cells for C++ 在输出 PDF 中渲染 Unicode 辅助字符。...characters Workbook wb ( inputFilePath ); // Save the workbook as PDF...:: Pdf ); std :: cout << "Workbook saved successfully with Unicode...

    docs.aspose.com/cells/zh/cpp/render-unicode-sup...
  5. 在加载文件时自动调整行高(C++)|Documentation

    了解如何使用 Aspose.Cells 与 C++ 自动适应未使用自定义高度的行。...file and save it as PDF { Workbook wb ( filePath + u "sample...load options for the second workbook LoadOptions loadOptions ;...

    docs.aspose.com/cells/zh/cpp/autofit-row-height/
  6. 导出数据棒、颜色刻度和图标集条件格式时的Excel转HTML,支持C++|Documentation

    学习在使用 Aspose.Cells for C++ 将Excel文件转换为HTML时,导出数据条、颜色刻度和图标集条件格式。...转换】(/cells/zh/cpp/convert-workbook-to-different-formats/#con...sample excel file in a workbook object Workbook wb ( filePath ); //...

    docs.aspose.com/cells/zh/cpp/export-databar-col...
  7. Export CSV to POTX in Android or with free Onli...

    Android API to Convert CSV to POTX without using Microsoft Word or online. Test free CSV to POTX online converter quickly before integrating the code....to POTX 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...
  8. 用C++更新切片器|Documentation

    本文介绍如何通过更新切片器来更新关联的透视表,使用Aspose.Cells for C++ API。...xlsx" ; Workbook wb ( inputFilePath ); // Access...Refresh (); // Save the modified workbook. U16String outputFilePath...

    docs.aspose.com/cells/zh/cpp/updating-slicer/
  9. 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...
  10. 用C++插入迷你图|Documentation

    使用Aspose.Cells结合C++为Excel创建迷你图。..." ); // Create a new workbook Workbook book ; Worksheet sheet...le::Style10); // Save the workbook book . Save ( outDir + u "output...

    docs.aspose.com/cells/zh/cpp/creating-sparklines/