Sort Score
Result 10 results
Languages All
Labels All
Results 1,111 - 1,120 of 157,069 for

xlsx

(0.16 sec)
  1. Converting to MHTML Files in Python|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" # Specify the HTML saving options...workbook and open the template XLSX file wb = self . Workbook (...

    docs.aspose.com/cells/java/converting-to-mhtml-...
  2. 使用 C++ 删除命名范围|Documentation

    学习如何使用 Aspose.Cells for C++ 从 Excel 或 OpenOffice 文件中删除定义的名称或命名范围。...xlsx" ; // Path of output Excel file...outputFilePath = outDir + u "Book2.xlsx" ; // Instantiate a new Workbook...

    docs.aspose.com/cells/zh/cpp/delete-named-ranges/
  3. Different Ways to Save Files with C++|Documenta...

    Aspose.Cells for C++ can save files to different formats. Save files to PDF, HTML, DOCX, PPTX, JSON, and MHTML....97‑2003 file Xlsx Represents an Excel 2007 XLSX file Xlsm Represents...2007 XLSX format workbook . Save ( outDir + u ".output.xlsx" ,...

    docs.aspose.com/cells/cpp/different-ways-to-sav...
  4. Saving Files in Jython|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....Excel2007 XLSX format workbook . save ( dataDir + "book.out.xlsx" ,... fileFormatType . XLSX ) # Save in SpreadsheetML format workbook...

    docs.aspose.com/cells/java/saving-files-in-jython/
  5. 在 Jython 中保存文件|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....Excel2007 xlsx format workbook . save ( dataDir + "book.out.xlsx" ,... fileFormatType . XLSX ) # Save in SpreadsheetML format workbook...

    docs.aspose.com/cells/zh/java/saving-files-in-j...
  6. Working with the Shadow Effect of Shape or Char...

    Learn how to manipulate the shadow effect of shapes or charts using Aspose.Cells for C++....xlsx ), accesses the first shape...output Excel file ( 5115411.xlsx ). Working with the Reflection...

    docs.aspose.com/cells/go-cpp/working-with-the-s...
  7. Converting to MHTML Files in Jython|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" # Specify the HTML saving options...workbook and open the template XLSX file wb = Workbook ( filePath...

    docs.aspose.com/cells/java/converting-to-mhtml-...
  8. 在Jython中将文件转换为Mhtml|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" # Specify the HTML saving options...workbook and open the template XLSX file wb = Workbook ( filePath...

    docs.aspose.com/cells/zh/java/converting-to-mht...
  9. 使用 Python 读取 Excel 文件

    本文介绍了如何使用 Python 打开和读取 Excel 文件。包括 IDE 配置指南、逐步教程以及创建 Xlsx 阅读器的工作示例。...它提供了 IDE 配置指南、逐步教程以及创建 XLSX 阅读器的 Python 示例 。此外,还讨论了根据需要优化数据提取流程的多种方法。...容。 创建 XLSX 阅读器的 Python 代码 这段基础代码演示了如何使用 Python 创建 XLSX 文件阅读器...

    kb.aspose.com/zh/cells/python/read-excel-file-i...
  10. Load or Import CSV file with Formulas using C++...

    Load or import a CSV file containing formulas using Aspose.Cells with C++....3 ); // Save the workbook in XLSX format workbook . Save ( outDir...outDir + u "output_out.xlsx" ); std :: cout << "CSV file loaded...

    docs.aspose.com/cells/cpp/load-or-import-csv-fi...