Sort Score
Result 10 results
Languages All
Labels All
Results 2,781 - 2,790 of 157,002 for

xlsx

(0.18 sec)
  1. Android Excel Spreadsheet API | products.aspose...

    Android spreadsheet library to create read write and parse Excel files. A spreadsheet API for mobile Apps development...spreadsheet API supports XLS, XLSX, CSV, SpreadsheetML, ODS, Tab...formats. Microsoft Excel: XLS, XLSX, XLSB, XLTX, XLTM, XLSM, XML...

    products.aspose.com/cells/android-java/
  2. Working with the ThreeDFormat of Shape or Chart...

    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" ); // Load Excel file containing...Save the output Excel file in XLSX format wb . save ( path . join...

    docs.aspose.com/cells/nodejs-cpp/working-with-t...
  3. When using aspose.cells to save an Excel workbo...

    When using aspose.cells to save an Excel workbook to a PDF, the chart unit label are displayed as “Millions” in English. How can I set it to display Millions in Chinese(百万)? image.png (40.2 KB)...xlsx"); // Set the culture to Chinese...Ensure to replace "yourfile.xlsx" with the path to your actual...

    forum.aspose.com/t/when-using-aspose-cells-to-s...
  4. Replace text in a workbook using Regular Expres...

    Replace text in a workbook using Regular Expression with Aspose.Cells in C++....xlsx ). The output file generated...sourceDir + u "SampleRegexReplace.xlsx" ); // Create replace options...

    docs.aspose.com/cells/cpp/replace-text-in-a-wor...
  5. Setting Formula Calculation Mode of Workbook wi...

    This article introduces how to set the formula calculation mode of a workbook in Microsoft Excel with Aspose.Cells for Node.js via C++. By loading an existing Excel file or creating a new Excel file, we can use the method provided by Aspose.Cells to set the formula calculation mode and get the result. Finally, we save the modified Excel file to disk....xlsx" ), AsposeCells . SaveFormat . Xlsx ); AI Document...

    docs.aspose.com/cells/nodejs-cpp/setting-formul...
  6. 用 C++ 隐藏工作表中的零值显示|Documentation

    本文将展示如何用示例代码通过 C++ 库或 API 编程隐藏 Excel 工作表中的零值。...xlsx" ; // Create a new Workbook...( srcDir + u "outputfile.out.xlsx" ); std :: cout << "Workbook...

    docs.aspose.com/cells/zh/cpp/hiding-the-display...
  7. Aspose.Cells 8.8.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....xlsx" , SaveFormat . XLSX ); 添加了HTMLLoadOptions...getDeleteRedundantSp () + ".xlsx" , SaveFormat . XLSX ); 添加了Style.QuotePrefix属性。...

    docs.aspose.com/cells/zh/java/public-api-change...
  8. Convert PPTX to XLTX Format via Java | products...

    Convert PPTX to XLTX format via Java without using using Microsoft Excel or PowerPoint or online. Test free POT to CSV online converter quickly before integrating the code. or with free Online Converter...convert spreadsheets in the XLSX, XLS, CSV, and other popular...features for converting HTML to XLSX and other formats. With Aspose...

    products.aspose.com/total/java/conversion/pptx-...
  9. SheetRender toImage Changing Font from Calibri ...

    I have a test excel spreadsheet that if I run through the code via SheetRender.toImage() the font changes from Calibri to TimesNewRoman. I believe this is something to do with default formatting since the cells around my…...xlsx"); Worksheet sheet = workbook...sample project with the sample xlsx file in the resources folder...

    forum.aspose.com/t/sheetrender-toimage-changing...
  10. 用 JavaScript 结合 C++ 锁定或解锁形状|Documentation

    本文提供了使用 Aspose.Cells 库通过 C++ 以 JavaScript 锁定或解锁形状以保护它们的示例代码。...xlsx,.csv" /> < button id = "runExample"...workbook . save ( SaveFormat . Xlsx ); const blob = new Blob ([...

    docs.aspose.com/cells/zh/javascript-cpp/lock-or...