Sort Score
Result 10 results
Languages All
Labels All
Results 3,001 - 3,010 of 159,918 for

xlsx

(0.39 sec)
  1. 用 C++ 为形状的文字设置预设文字艺术样式|Documentation

    学习如何用 Aspose.Cells for C++ 为形状的文本设置预设文字艺术样式。...WordArtStyle3 ); // Save the workbook in xlsx format workbook . Save ( u "...02_OutputDirectory \\ outputSetPresetWordA.xlsx" ); std :: cout << "Workbook...

    docs.aspose.com/cells/zh/cpp/set-preset-wordart...
  2. 通过C++用JavaScript计算公式|Documentation

    本文介绍如何使用Aspose.Cells库通过C++调用JavaScript在Microsoft Excel中计算公式。通过加载现有Excel文件或创建新Excel文件,我们可以使用Aspose.Cells提供的方法计算公式并获取结果。最后,将修改后的Excel文件保存到磁盘。...xlsx,.csv" /> < button id = "runExample"..."fileInput" accept = ".xls,.xlsx,.csv" /> < button id = "runExample"...

    docs.aspose.com/cells/zh/javascript-cpp/calcula...
  3. 如何以及在哪里使用 JavaScript 通过 C++ 枚举器|Documentation

    通过C++ API学习如何使用Aspose.Cells for JavaScript中的枚举器。...xlsx,.csv" /> < button id = "runExample"..."fileInput" accept = ".xls,.xlsx,.csv" /> < button id = "runExample"...

    docs.aspose.com/cells/zh/javascript-cpp/how-and...
  4. Convert XLSB to POWERPOINT via PHP or with free...

    PHP API to Convert XLSB to POWERPOINT or Online App without using Microsoft Excel or Powerpoint. Test free XLSB to POWERPOINT online converter quickly before integrating the code....over the more commonly used XLSX format. XLSB files are designed...compact and load faster than XLSX files. One of the key benefits...

    products.aspose.com/total/php-java/conversion/x...
  5. Convert POTX to EXCEL via PHP or with free Onli...

    PHP API to Convert POTX to EXCEL or Online App without using Microsoft Office Powerpoint or Excel. Test free POTX to EXCEL online converter quickly before integrating the code....Spreadsheet) Convert POTX to XLSX (Open XML Workbook) Convert...efficient XLSX format has gained popularity. XLSX files have...

    products.aspose.com/total/php-java/conversion/p...
  6. Convert PPSM to EXCEL via PHP or with free Onli...

    PHP API to Convert PPSM to EXCEL or Online App without using Microsoft Office Powerpoint or Excel. Test free PPSM to EXCEL online converter quickly before integrating the code....Spreadsheet) Convert PPSM to XLSX (Open XML Workbook) Convert...efficient XLSX format has gained popularity. XLSX files have...

    products.aspose.com/total/php-java/conversion/p...
  7. Adding Custom Properties Visible Inside Documen...

    Learn how to add custom properties to a workbook object using Aspose.Cells for Node.js via C++. These properties can be viewed in the Document Information Panel.... Xlsx ); // Add simple property without..., "AddingCustomProperti_out.xlsx" )); Related Article Use Custom...

    docs.aspose.com/cells/nodejs-cpp/adding-custom-...
  8. Convert DOC to EXCEL in C++ or with free Online...

    C++ API to Convert DOC to EXCEL or Online App without using using Microsoft Word or Microsoft Excel or online. Test free DOC to EXCEL online converter quickly before integrating the code....spreadsheet formats, including XLSX, XLS, CSV, and ODS. By using...reference Save the document to XLSX format using Save member function...

    products.aspose.com/total/cpp/conversion/doc-to...
  9. Convert Excel to CSV, TSV, and TXT|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...., XLS, XLSX, XLSM, XLSB, ODS, etc.) with...

    docs.aspose.com/cells/net/convert-excel-to-csv-...
  10. Working With Fonts|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....xlsx" , SaveFormat . Xlsx ); // Workbooks can...FileStream sw = File . Create ( "test.xlsx" ); wb . Write ( sw ); sw ....

    docs.aspose.com/cells/net/working-with-fonts/