Sort Score
Result 10 results
Languages All
Labels All
Results 2,161 - 2,170 of 159,927 for

xlsx

(0.4 sec)
  1. 支持使用 C++ 及 JavaScript 的 XAdES 签名|Documentation

    本文介绍如何用 C++ 及 JavaScript 及 Aspose.Cells 支持 XAdES 签名...xlsx,.csv" /> < input type = "file"...workbook . save ( SaveFormat . Xlsx ); const blob = new Blob ([...

    docs.aspose.com/cells/zh/javascript-cpp/support...
  2. Convert Excel to Markdown using C#

    Follow this article to convert Excel to Markdown using C#. It has details to set the IDE, a list of steps, and a sample code to transform Excel to Markdown using C#.... Code to Convert XLSX to Markdown using C# This code...demonstrates how to save an XLSX to MD using C# . You can set...

    kb.aspose.com/cells/net/convert-excel-to-markdo...
  3. Convert PDF to CSV in Android Apps | products.a...

    Render PDF to CSV in Android Apps API without using Microsoft Excel or Adobe Reader...covert PDF to XLSX. Secondly, you can convert XLSX to CSV by using...Convert PDF to XLSX by using save method Load XLSX document by using...

    products.aspose.com/total/android-java/conversi...
  4. Manage Worksheets of Microsoft Excel files with...

    Add, remove, and activate worksheets using Aspose.Cells for JavaScript via C++....xlsx,.csv" /> < button id = "runExample"..."fileInput" accept = ".xls,.xlsx,.csv" /> < button id = "runExample"...

    docs.aspose.com/cells/javascript-cpp/manage-wor...
  5. Questions about document redlining performance ...

    I initially spoke with your sales team regarding licensing and pricing, and they kindly directed me to the forums for more detailed technical and performance-related questions. I’m therefore providing the requested techn…...(Redlining) Must support: DOCX, XLSX, PDF comparison Output for DOCX...Conversion Must support: DOCX → PDF XLSX → PDF TOC / Field Code Update...

    forum.aspose.com/t/questions-about-document-red...
  6. Fill Settings|Documentation

    Learn how to customize the fill settings, background, and style of cells using the Aspose.Cells library for JavaScript via C++....xlsx,.csv" /> < button id = "runExample"..."fileInput" accept = ".xls,.xlsx,.csv" /> < button id = "runExample"...

    docs.aspose.com/cells/javascript-cpp/cells-fill...
  7. 档案

    档案...NET 中以编程方式将 MS Excel XLS 或 XLSX 转换为 Google 表格。 电子表格通常用于以行和列...情况下,您可能需要以编程方式将 Excel XLS 或 XLSX 文件中的数据导出到 Google 表格中的电子表格。因此,让我们看看如何从...

    blog.aspose.com/zh/cells/convert-excel-to-googl...
  8. Aspose::Words::Saving::XlsxSaveOptions::get_Sec...

    Aspose::Words::Saving::XlsxSaveOptions::get_SectionMode method. Gets or sets the way how sections are handled when saving to the output Xlsx document. The default value is MultipleWorksheets in C++....handled when saving to the output XLSX document. The default value..."XlsxSaveOptions.SelectionMode.xlsx" , xlsxSaveOptions ); See Also...

    reference.aspose.com/words/cpp/aspose.words.sav...
  9. 使用LightCells API通过JavaScript对C++进行操作|Documentation

    学习如何利用LightCells API在JavaScript通过C++中读取和写入大型Excel文件,提升性能和效率,减少内存消耗。... 即使 LightCells API 在 XLSX 和 XLS 文件上以相同的方式处理单元格(它实际上并不...加载到内存中,而是处理一个单元格然后丢弃它),但它对于 XLSX 文件比 XLS 文件更有效地节省内存,因为这两种格式的数据模型和结构不同。...

    docs.aspose.com/cells/zh/javascript-cpp/using-l...
  10. 使用 C++ 将 Excel 工作簿转换为 Ods、Sxc 和 Fods(OpenOffice...

    如何使用 Aspose.Cells 和 C++ 将 Excel 转换为 Ods(OpenOffice / LibreOffice Calc)或将 Ods(OpenOffice / LibreOffice Calc)转换为 Excel。...Save as xlsx file U16String xlsxOutputPath ( u "ods_out.xlsx" );...Workbook workbook ( u "book1.xlsx" ); // Save as ods file workbook...

    docs.aspose.com/cells/zh/cpp/convert-excel-to-ods/