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

xlsx

(0.1 sec)
  1. 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...
  2. Using ChartGlobalizationSettings Class to Set D...

    Learn how to use the ChartGlobalizationSettings class in Aspose.Cells for JavaScript via C++ to set different languages for chart components. Our guide will help you understand how to localize chart elements, labels, and legends....xlsx,.csv" /> < button id = "runExample"...workbook . save ( SaveFormat . Xlsx ); const blob = new Blob ([...

    docs.aspose.com/cells/javascript-cpp/using-char...
  3. Annotate Documents via Java | products.aspose.com

    Annotate Microsoft Word, Excel, PowerPoint Presentations and PDF files via your Java application. Clear Annotation with ease....Author Manage Microsoft Excel XLS XLSX Annotations To perform Excel...Annotate XLSM Files Annotate XLSX Files Annotate XLT Files Annotate...

    products.aspose.com/total/java/annotate/
  4. Unicode characters get converted to HTML entiti...

    Unicode characters are getting corrupted during export, but only in a specific scenario: :white_check_mark: Works: Plain text content :x: Fails: Content with embedded images + Unicode characters Working Scenario (Te…...contains a xlsx with the issue and should appear as working xlsx. I hope...

    forum.aspose.com/t/unicode-characters-get-conve...
  5. Convert XBRL to iXBRL via C# | products.aspose.com

    Sample code for XBRL to SEC html report C# conversion. Use API example code for batch XBRL files to SEC html report conversion within .NET based applications....Other Conversion Options XBRL to XLSX (Microsoft Excel Open XML Spreadsheet)...

    products.aspose.com/finance/net/conversion/xbrl...
  6. 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,.csv" /> < button id = "runExample"...outputData = wb . save ( SaveFormat . Xlsx ); const blob = new Blob ([...

    docs.aspose.com/cells/javascriptcpp/developer-g...
  7. 如何使用 JavaScript 结合 C++ 创建瀑布图|Documentation

    使用 JavaScript 和 Aspose.Cells for JavaScript 通过 C++ 在 Excel 中创建瀑布图。...xlsx,.csv" /> < button id = "runExample"...workbook . save ( SaveFormat . Xlsx ); const blob = new Blob ([...

    docs.aspose.com/cells/zh/javascript-cpp/creatin...
  8. 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...
  9. OleFormat.progId property | Aspose.Words for No...

    OleFormat.progId property. Gets or sets the ProgID of the OLE object....xlsx" ); // Below are two ways of...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. 用 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...