We are delighted to announce the release of Spire.XLS for Java 14.6.2. This version enhances the conversion from Excel to images. Besides, some known issues are fixed in this version, such as the issue that the effect of setting "autoFitColumns()" was incorrect. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREXLS-5223 Fixes the issue that the formula values were calculated incorrectly when transferring Excel to images. Bug SPIREXLS-5238 Fixes the issue that the effect of setting "autoFitColumns()" was incorrect. Bug SPIREXLS-5256 Fixes the issue that an exception "com.spire.xls.packages.spramg: Invalid…
We are happy to announce the release of Spire.XLS for Java 14.5.1. This version enhances the conversion from Excel to PDF and images. Besides, some known issues are fixed successfully in this version, such as the issue that the XLOOKUP formula was not calculated correctly. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREXLS-5215 Fixes the issue that the program threw "NullPointerException" when converting an Excel document to an HTML document. Bug SPIREXLS-5219 Fixes the issue that the content of charts was incorrect after converting them to pictures. Bug…
We're pleased to announce the release of Spire.XLS for Java 14.4.4. This version adds a new method for converting Excel worksheets to SVG documents that supports returning SVG dimensions. Moreover, it also fixes some issues that occurred when converting Excel to PDF and HTML formats. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-5111 Adds a new method for converting Excel worksheets to SVG documents, with support for returning SVG dimensions. Workbook workbook = new Workbook(); workbook.loadFromFile("1.xlsx"); Worksheet sheet = workbook.getWorksheets().get(0); FileOutputStream stream = new FileOutputStream(outputFile); Dimension dimension…
We're pleased to announce the release of Spire.XLS for Java 14.4.1. This version fixes the issues that the application threw an exception when converting Excel to OFD. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-5187 Fixes the issue that the application threw the "java.lang.IllegalArgumentException" exception when converting an Excel document to an OFD document. Click the link to download Spire.XLS for Java 14.4.1: https://www.e-iceblue.com/Download/xls-for-java.html
We are happy to announce the release of Spire.XLS for Java 14.3.2. This version optimizes the memory usage for parsing Excel files. Besides, some known issues are fixed in this version, such as the issue that shapes were lost after copying a worksheet table. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREXLS-5096 Optimize the issue that the memory consumption is high when parsing Excel documents. Bug SPIREXLS-5136 Fix the issue that it reported an error when opening an Excel document after loading and saving it directly. Bug SPIREXLS-5138…
We are pleased to announce the release of Spire.XLS for Java 14.3.0. This version adds the XLSAI feature to the original Spire.XLS for Java product. By sending requests to the AI model, it is possible to achieve functions such as document calculation, range merging, image generation, file upload, questioning and translation with the help of AI. More details are listed below. Here is a list of the main AI functions and their APIs Function API Calculate document public String excelGenerate(List<CellRange> ranges) Merge ranges public String excelMerge(CellRange descRange, List<Cellrange> srcRanges, CellRange titleRange) Generate images public InputStream imageGenerate(String description) Generate images with…
We are pleased to announce the release of Spire.XLS for Java 14.2.4. This version supports saving Kingdraw drawn OLE objects as images. What's more, some known issues are fixed successfully, such as the issue that the content was incorrect when converting Excel to PDF. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-5046 Supports saving Kingdraw drawn OLE objects as images. com.spire.xls.Workbook workbook = new com.spire.xls.Workbook(); workbook.loadFromFile("data.xlsx"); Worksheet sheet = workbook.getWorksheets().get(0); Object o = sheet.getCellRange("C2").getFormulaValue(); if (sheet.hasOleObjects()) { for (int i = 0; i < sheet.getOleObjects().size(); i++) {…
We are happy to announce the release of Spire.XLS for Java 14.1.1. This version enhances the conversion from HTML to XLSX. Besides, some known issues are fixed in this version, such as the issue that the obtained fill color value for cells without fill color was (0,0,0). More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREXLS-5020 Fixes the issue that the margins of saved XLSX documents were incorrect when printed and previewed with the WPS tool. Bug SPIREXLS-5037 Fixes the issue that the obtained fill color value for cells…
Page 3 of 7
page 3