Sort Score
Result 10 results
Languages All
Labels All
Results 1,141 - 1,150 of 157,067 for

xlsx

(0.1 sec)
  1. Working with the Shadow Effect of Shape or Char...

    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 ), accesses the first shape...output Excel file ( 5115411.xlsx ). AI Document Assistant Close...

    docs.aspose.com/cells/net/working-with-the-shad...
  2. Adding HTML Rich Text inside the Cell|Documenta...

    Learn how to add HTML Rich Text inside the Cell through the Aspose.Cells for Node.js via C++ API....Excel‑oriented HTML into XLS/XLSX format. It means the HTML generated...can be converted back to XLS/XLSX format using Aspose.Cells. Similarly...

    docs.aspose.com/cells/nodejs-cpp/adding-html-ri...
  3. 在PHP中将转换为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...workbook and open the template XLSX file $wb = new Workbook ( $filePath...

    docs.aspose.com/cells/zh/java/converting-to-mht...
  4. [Apose.Cells C++] SaveAs in XLS format crashes ...

    Hello, Using Aspose.Cells for C++ 24.2.0 A pointer exception occurs when saving an Excel file to XLS format (Aspose::Cells::SaveFormat::Excel97To2003) when the Excel file contains Defined Names with an invalid expressi…...example, if the open file is an XLSX file where xl/workbook.xml contains..."EXCISE"}</definedName> Test steps : Open the XLSX input file (containing a Defined...

    forum.aspose.com/t/apose-cells-c-saveas-in-xls-...
  5. Load Workbook with Specified Printer Paper Size...

    Learn how to set the printer paper size while loading a workbook using Aspose.Cells for JavaScript via C++....saves it in a memory stream in XLSX format. Then it loads it with..."fileInput" accept = ".xls,.xlsx,.csv" /> < button id = "runExample"...

    docs.aspose.com/cells/javascript-cpp/load-workb...
  6. 使用C++通过JavaScript指定Excel文件的语言|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"...French" ; // Save the workbook in xlsx format. const outputData = wb...

    docs.aspose.com/cells/zh/javascript-cpp/specify...
  7. Removing Slicer with JavaScript via C++|Documen...

    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"...Save the workbook in output XLSX format. const outputData = workbook...

    docs.aspose.com/cells/javascript-cpp/removing-s...
  8. 使用 C++ 通过 JavaScript 移除工作簿中未使用的样式|Documentation

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 从工作簿中移除未使用的样式。...xlsx,.csv" /> < button id = "runExample"...Save the modified workbook as XLSX and provide a download link...

    docs.aspose.com/cells/zh/javascript-cpp/remove-...
  9. Ինչպես փոխարկել XML-ը Excel-ի ֆայլ՝ օգտագործելո...

    Այս հակիրճ հոդվածը բացատրում է, թե ինչպես փոխարկել XML-ը Excel ֆայլի, օգտագործելով Python-ը: Այն քննարկում է միջավայրի կարգավորումը, քայլ առ քայլ ալգորիթմը և գործարկվող օրինակելի կոդը՝ XML-ը Xlsx-ի փոխարկելու համար Python-ի միջոցով:...գործարկվող օրինակելի կոդը՝ XML -ի XLSX -ի փոխարկելու համար Python -ի...դասի օբյեկտը Արտահանել ելքային XLSX ֆայլը աղբյուր XML-ից՝ օգտագործելով...

    kb.aspose.com/hy/cells/python/how-to-convert-xm...
  10. Saving 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....EXCEL_97_TO_2003 ) # Save in Excel2007 xlsx format workbook . save ( self...dataDir + "book.out.xlsx" , fileFormatType . XLSX ) # Save in SpreadsheetML...

    docs.aspose.com/cells/java/saving-files-in-python/