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

xls

(0.12 sec)
  1. 使用JavaScript通过C++复制行和列。|Documentation

    本文介绍如何通过Aspose.Cells for JavaScript通过C++ API复制行和列。...xls,.xlsx,.csv" /> < button id =...file in Excel97To2003 format (.xls) const outputData = workbook...

    docs.aspose.com/cells/zh/javascript-cpp/copying...
  2. Extract OLE Objects from Workbook with C++|Docu...

    Learn how to extract OLE objects from a workbook using Aspose.Cells with C++....xls) Next, extract the OLE objects...objects. The OLE objects (DOC, XLS, and PDF files) are saved to...

    docs.aspose.com/cells/cpp/extract-ole-objects-f...
  3. Converting a MHT file to XLSX using C++ | Aspos...

    Sample code for MHT to XlsX conversion using C++. Use C++ example for batch MHT to XlsX conversion....MhtLoadOptions ()); // save document in XLS format document . Save ( "output...MHT to PNG MHT to TXT MHT to XLS MHT to XML Convert MHT to XLSX...

    products.aspose.com/pdf/cpp/conversion/mht-to-x...
  4. Copy Range Style Only with JavaScript via C++|D...

    Learn how to copy only the style of a range while manipulating data in Aspose.Cells for JavaScript via C++....xls,.xlsx,.csv" /> < button id =...Saving the modified Excel file as XLS (Excel97To2003) const outputData...

    docs.aspose.com/cells/javascript-cpp/copy-range...
  5. Protecting Worksheets 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....xls" ) # Accessing the first worksheet...save ( self . dataDir + "output.xls" ) # Print message print "Sheet...

    docs.aspose.com/cells/java/protecting-worksheet...
  6. 在 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....xls" ) # Hiding the tabs of the Excel...workbook . save ( dataDir + "output.xls" ) # Print message print "Tabs...

    docs.aspose.com/cells/zh/java/display-hide-tabs...
  7. 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....xls" ) # Accessing the first worksheet...save ( self . dataDir + "output.xls" ) # Print Message print "Sheet...

    docs.aspose.com/cells/zh/java/protecting-worksh...
  8. 在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....xls" ) # Adding a new worksheet to...workbook . save ( dataDir + "output.xls" ) # Print message print "Page...

    docs.aspose.com/cells/zh/java/page-break-previe...
  9. Freeze Panes 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....xls" ) # Accessing the first worksheet... save ( dataDir + "book.out.xls" ) # Print Message print "Panes...

    docs.aspose.com/cells/java/freeze-panes-in-jython/
  10. Word转pdf,如何提取word中的附件,将word和excel类型的附件也转成pdf? -...

    word转pdf,如何提取word中的附件,将word和excel类型的附件也转成pdf? 转pdf的部分代码: private byte[] convertToPdf(Document document) throws Exception { try (ByteArrayOutputStream bos = new ByteArrayOutputStream()) { PdfSaveOpti…...xls / .xlsx ). Convert each Excel.../** Simple helper – true for .xls or .xlsx extensions. */ private...

    forum.aspose.com/t/word-pdf-word-word-excel-pdf...