Sort Score
Result 10 results
Languages All
Labels All
Results 1,331 - 1,340 of 139,935 for

xlsx

(0.12 sec)
  1. Removing Slicer with Node.js via C++|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" ); // Load sample Excel file...Save the workbook in output XLSX format. workbook . save ( "...

    docs.aspose.com/cells/nodejs-cpp/removing-slicer/
  2. Ինչպես փոխարկել Excel-ը HTML-ի, օգտագործելով Py...

    Այս հակիրճ թեման մանրամասներ է տալիս այն մասին, թե ինչպես փոխարկել Excel-ը Python-ի HTML-ի: Xlsx-ը HTML-ի փոխարկելու համար Python-ի վրա հիմնված հավելվածը կարող է մշակվել կամ Windows-ի, macOS-ի կամ Linux-ի վրա հիմնված միջավայրերում, որոնք տեղադրված են Python-ով և JDK-ով:...-ը HTML-ի Python-ի միջոցով : XLSX-ը HTML -ի HTML -ի փոխարկելու...Workbook դասը, կբեռնվի աղբյուր XLSX ֆայլը և կպահի այն որպես HTML:...

    kb.aspose.com/hy/cells/python/how-to-convert-ex...
  3. 在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/zh/java/saving-files-in-p...
  4. Add XML Map inside the Workbook using XmlMapCol...

    Add XML Map inside the workbook using XmlMapCollection.Add method with C++....inputXmlMap ); // Save the workbook in xlsx format U16String outputFilePath...outputFilePath = srcDir + u "output_out.xlsx" ; workbook . Save ( outputFilePath...

    docs.aspose.com/cells/cpp/add-xml-map-inside-th...
  5. Convert Dates to Japanese Dates with C++|Docume...

    Learn how to convert Gregorian dates to Japanese dates using Aspose.Cells for C++....for XLSX format LoadOptions options ( LoadFormat :: Xlsx ); //...( srcDir + u "JapaneseDates.xlsx" , options ); // Save the workbook...

    docs.aspose.com/cells/cpp/convert-dates-to-japa...
  6. Split Screen of Excel Worksheet with C++|Docume...

    In this article, you'll learn how to display certain rows and/or columns in separate panes by splitting the worksheet into two or four parts programmatically using C++....xlsx" ); // Get the first worksheet...Workbook workbook ( u "Book1.xlsx" ); // Access the first worksheet...

    docs.aspose.com/cells/cpp/how-to-split-screen-o...
  7. | Aspose

    Sample code for TIFF to XLS Java conversion. Use API example code for batch TIFF files to XLS conversion within any Web or Desktop Java based application....formats including PDF, CSV, XLSX, TXT, HTML, XPS, and several...open and structured format, XLSX, with the release of Microsoft...

    products.aspose.com/ocr/cpp/conversion/tiff-to-...
  8. | Aspose

    Sample code for JPG to XLS Java conversion. Use API example code for batch JPG files to XLS conversion within any Web or Desktop Java based application....formats including PDF, CSV, XLSX, TXT, HTML, XPS, and several...open and structured format, XLSX, with the release of Microsoft...

    products.aspose.com/ocr/java/conversion/jpg-to-...
  9. | Aspose

    Sample code for JPEG to XLS Java conversion. Use API example code for batch JPEG files to XLS conversion within any Web or Desktop Java based application....formats including PDF, CSV, XLSX, TXT, HTML, XPS, and several...open and structured format, XLSX, with the release of Microsoft...

    products.aspose.com/ocr/java/conversion/jpeg-to...
  10. Insert Slicer|Documentation

    Manage slicers of Excel files with Aspose.Cells for Node.js via C++....saves the workbook in output XLSX and output XLSB format. The...saves the workbook in output XLSX format. Sample Code Insert Sparkline...

    docs.aspose.com/cells/nodejs-cpp/create-slicer/