Sort Score
Result 10 results
Languages All
Labels All
Results 2,191 - 2,200 of 134,979 for

xlsx

(0.12 sec)
  1. Online DOCX to Excel Conversion or Build .NET b...

    Free online app to convert DOCX to Excel files. .NET C# conversion library code for DOCX documents....document to XLSX format using Save method and set Xlsx as SaveFormat...Spreadsheet) Convert DOCX to XLSX (Open XML Workbook) Convert...

    products.aspose.com/total/net/conversion/docx-t...
  2. 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...
  3. Online RTF to Excel Conversion or Build .NET ba...

    Free online app to convert RTF to Excel files. .NET C# conversion library code for RTF documents....document to XLSX format using Save method and set Xlsx as SaveFormat...Spreadsheet) Convert RTF to XLSX (Open XML Workbook) Convert...

    products.aspose.com/total/net/conversion/rtf-to...
  4. Setting Shadow of Text Effects of Shape or Text...

    Learn how to set the shadow of text effects for shapes or textboxes using Aspose.Cells for C++....xlsx" , SaveFormat :: Xlsx ); std :: cout <<...

    docs.aspose.com/cells/cpp/setting-shadow-of-tex...
  5. 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....xlsx" ); // Access first worksheet...the result in XLSX format book . Save ( "output.xlsx" ); 支持阴影效果...

    docs.aspose.com/cells/zh/net/public-api-changes...
  6. 使用 LightCells API 与 C++|Documentation

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

    docs.aspose.com/cells/zh/cpp/using-lightcells-api/
  7. AutoFit Rows and Columns with C++|Documentation

    This article shows how to autoFit rows, columns, rows of merged cells, and rows in a range of cells using the Aspose.Cells for C++ API....xlsx" ; // Create workbook from file...outputFilePath = srcDir + u "output.xlsx" ; workbook . Save ( outputFilePath...

    docs.aspose.com/cells/cpp/autofit-rows-and-colu...
  8. 通过Node.js和C++设置工作表标签颜色|Documentation

    本文展示了用于通过Node.js在C++中程序化设置Excel工作表标签颜色的示例代码。...xlsx" )); // Get the first worksheet...

    docs.aspose.com/cells/zh/nodejs-cpp/set-workshe...
  9. 处理形状或图表的发光效果的工作流程|Documentation

    学习如何用 Aspose.Cells for Node.js via C++ 在 Node.js 中操作形状或图表的发光效果...xlsx" ); // Load your source excel...4 ); // Save the workbook in xlsx format workbook . save ( path...

    docs.aspose.com/cells/zh/nodejs-cpp/working-wit...
  10. High CPU / Memory utilization on generating PDF...

    We faced this similar issue today. Code Snippet is as below PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.setCompliance(PdfCompliance.PDF_A_1_B); saveOptions.setAllColumnsInOnePagePerSheet(true); fo…..., XLSX) file. Zip the file and provide...

    forum.aspose.com/t/high-cpu-memory-utilization-...