Sort Score
Result 10 results
Languages All
Labels All
Results 2,721 - 2,730 of 157,067 for

xlsx

(0.33 sec)
  1. Online DOCM to Excel Conversion or Build .NET b...

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

    products.aspose.com/total/net/conversion/docm-t...
  2. 用 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...
  3. 使用C++实现Excel主题和颜色|Documentation

    用C++代码使用带有Aspose.Cells for C++ API的Excel颜色方案... 下面的示例加载一个模板XLSX文件,为不同的主题颜色类型定义颜色,应用自定义颜色并保存Excel文件。...inputFilePath = srcDir + u "book1.xlsx" ; // Instantiate a Workbook...

    docs.aspose.com/cells/zh/cpp/excel-themes-and-c...
  4. Java API to Convert WORDML to EXCEL or with fre...

    Convert WORDML to EXCEL via Java or Online App without using using Microsoft Word or Microsoft Excel or online. Test free WORDML to EXCEL online converter quickly before integrating the code....spreadsheet formats, including XLS, XLSX, ODS, CSV, and HTML. By using...Workbook class Save the document to XLSX format using Save method Conversion...

    products.aspose.com/total/java/conversion/wordm...
  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. Change in behavior of Cells#insertColumns start...

    Hi, Using Aspose Cells for Java, version 25.9. Sample code: Workbook workbook = new Workbook("input.Xlsx"); Worksheet worksheet = workbook.getWorksheets().get("IT Projections"); Cells cells = worksheet.getCells(); cel…...xlsx"); Worksheet worksheet = workbook...insertColumns(3, 2); workbook.save("output.xlsx"); In the attached zip file...

    forum.aspose.com/t/change-in-behavior-of-cells-...
  7. 用 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...
  8. 使用C++更改形状的调整值|Documentation

    使用Aspose.Cells和C++修改Excel中的形状调整值。...xlsx" ; Workbook workbook ( inputFilePath...Save ( outDir + u "output_out.xlsx" ); std :: cout << "Workbook...

    docs.aspose.com/cells/zh/cpp/change-adjustment-...
  9. Convert Word to Excel in C++ or with free Onlin...

    C++ API to Convert Word to Excel or Online App without using using Microsoft Word or Microsoft Excel or online. Test free Word to Excel online converter quickly before integrating the code....reference Save the document to XLSX format using Save member function...Spreadsheet) Convert WORD to XLSX (Open XML Workbook) Convert...

    products.aspose.com/total/cpp/conversion/word-t...
  10. 2nd page is not converted to excel correctly - ...

    2nd page of this pdf is not converted correctly as you can see from the screen shot. A1 Telekom Austria AG_Intl Invoice - Sell_2025-05_Outgoing Account_Normal_393563.pdf (326.6 KB) Screenshot 2025-06-18 at 11.07.28.png …...XLSX).build(); ExportPDFJob exportPDFJob...ExcelSaveOptions.ExcelFormat.XLSX; exl.InsertBlankColumnAtF =...

    forum.aspose.com/t/2nd-page-is-not-converted-to...