Sort Score
Result 10 results
Languages All
Labels All
Results 571 - 580 of 94,723 for

xls

(3.07 sec)
  1. Saving Files in Ruby|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" ) # Save in Excel2003 format...workbook . save ( data_dir + "Book1.xls" , file_format_type . EXCEL_97_TO_2003...

    docs.aspose.com/cells/java/saving-files-in-ruby/
  2. 在Ruby中保存文件|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" ) #Save in Excel2003 format...workbook . save ( data_dir + "Book1.xls" , file_format_type . EXCEL_97_TO_2003...

    docs.aspose.com/cells/zh/java/saving-files-in-r...
  3. 透過.NET 在 C# 壓縮 XLS 檔案 | Aspose.Zip

    C# 壓縮範例,用於在 .NET Framework 和 .NET Core 上將 Xls 文件壓縮為 zip 和其他存檔格式。...Compress XLS Compress JPG PNG BMP TIFF 3DS ZIP 使用 C# 壓縮 XLS 格式 將...將 XLS 文件快速且可靠地伺服器端壓縮為 ZIP、7Zip、TAR、GZIP、BZ2、LZ、CPIO、XZ、Z 和 CAB...

    products.aspose.com/zip/zh-hant/net/compress/xls/
  4. High Fidelity to the Report Design|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.... A sample XLS report exported using Aspose...Cells for JasperReports A sample XLS report exported using the built-in...

    docs.aspose.com/cells/jasperreports/high-fideli...
  5. Convert PDF to Microsoft Excel|Aspose.PDF for P...

    Aspose.PDF for PHP allows you to convert PDF to Excel format using PHP. During this, the individual pages of the PDF file are converted to Excel worksheets....render your PDF files to Excel XLS and XLSX file formats. We already...Convert PDF to Excel XLS To convert PDF files to XLS format, Aspose...

    docs.aspose.com/pdf/php-java/convert-pdf-to-excel/
  6. Get the Version Number of the Application that ...

    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 2003 XLS Version : 726502 Excel 2007 XLS Version : 786432...786432 Excel 2010 XLS Version : 917504 Excel 2013 XLS Version : 983040...

    docs.aspose.com/cells/java/get-the-version-numb...
  7. 读取和写入XLSXLSB文件的外部连接|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和XLSB文件的外部连接 Contents [ Hide ] 可能的使用场景 Aspose.Cells已...,现在它也支持XLSB和XLS文件的此功能。然而,所有格式的代码都是相同的。 读取和写入XLS/XLSB文件的外部连接 ...

    docs.aspose.com/cells/zh/net/read-and-write-ext...
  8. Փոխարկել HTML-ը Excel-ի C#-ով

    Այս թեման կենտրոնանում է այն բանի վրա, թե ինչպես փոխարկել HTML-ը Excel-ի C#-ում: Այն ներառում է IDE-ի պատրաստման մանրամասները և գործարկվող կոդի օրինակ՝ HTML-ը Xls արտահանելու համար՝ օգտագործելով C#:...կոդի օրինակ՝ արտահանելու HTML-ը XLS՝ օգտագործելով C# կամ XLSX՝ ըստ...Linux-ը կամ macOS-ը: HTML-ը XLS-ի արտահանման քայլեր՝ օգտագործելով...

    kb.aspose.com/hy/pdf/net/convert-html-to-excel-...
  9. 使用Node.js和C++读写XLSXLSB文件的外部连接|Documentation

    学习如何使用Aspose.Cells for Node.js via C++读取和写入XlsXlsB文件的外部连接。...js和C++读写XLS和XLSB文件的外部连接 Contents [ Hide ] 可能的使用场景 Aspose...部连接,现在也支持XLSB和XLS文件。然而,所有格式的代码都是相同的。 读取和写入XLS/XLSB文件的外部连接 以下...

    docs.aspose.com/cells/zh/nodejs-cpp/read-and-wr...
  10. Aspose.cell 读取Excel模板时 嵌入式图片转丢了 - Free Support ...

    测试代码如下: public void testImage111() throws Exception { String template = "files/template.Xlsx"; Workbook book = new Workbook(template); book.getWorksheets().get(0).getCells().get(0,2).setValue("dddddd"); …...xls"; Workbook workbook = new Workbook("/temp/测试2.xls"); OoxmlSaveOptions...ex.printStackTrace(); } } 测试2.xls.zip (2.2 MB) John.He December...

    forum.aspose.com/t/aspose-cell-excel/308462