Spire.XLS for Java 15.4.0 supports creating a slicer using table data
2025-04-08 01:53:28
We're pleased to announce the release of Spire.XLS for Java 15.4.0. The latest version supports creating a slicer using table data. Moreover, some known bugs are fixed successfully in this update, such as the issue that OLE objects failed to open correctly after converting Excel to XLSB format. More details are listed below. Here is a list of changes made in this release Category ID Description New feature - Supports creating a slicer using table data. Workbook wb = new Workbook(); //Get the first worksheet of workbook Worksheet worksheet = wb.getWorksheets().get(0); worksheet.getRange().get("A1").setValue("fruit"); worksheet.getRange().get("A2").setValue("grape"); worksheet.getRange().get("A3").setValue("blueberry"); worksheet.getRange().get("A4").setValue("kiwi"); worksheet.getRange().get("A5").setValue("cherry"); worksheet.getRange().get("A6").setValue("grape"); worksheet.getRange().get("A7").setValue("blueberry"); worksheet.getRange().get("A8").setValue("kiwi"); worksheet.getRange().get("A9").setValue("cherry");…
Spire.XLS for Java 15.3.1 enhances the conversion from Excel to HTML
2025-03-14 07:42:23
We're pleased to announce the release of Spire.XLS for Java 15.3.1. This version enhances the conversion from Excel to HTML, and also fixes two issues that occurred when setting cell font size and loading Excel documents. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREXLS-5698 Fixes the issue that the decimal parts were lost when setting cell font size. Bug SPIREXLS-5699 Fixes the issue that the embedded image failed to display when converting Excel document to HTML document. Bug SPIREXLS-5720 Fixes the issue that the program threw the exception…
Spire.XLS for Java 15.2.1 enhances conversions from Excel to images and PDF
2025-02-18 08:58:29
We are excited to announce the release of the Spire.XLS for Java 15.2.1. The latest version enhances conversions from Excel to images and PDF. Besides, this update fixes the issue that the program threw a "NullPointerException" when loading an XLSX document. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREXLS-5575 Fixes the issue that the program threw a "NullPointerException" when loading an XLSX document. Bug SPIREXLS-5668 Fixes the issue that incorrect colors existed when converting Excel to images. Bug SPIREXLS-5685 Fixes the issue that incomplete content displayed when converting…
Spire.XLS for Java 15.1.3 enhances the conversion from Excel to images and PDF
2025-01-23 02:04:57
We are excited to announce the release of Spire.XLS for Java 15.1.3. The latest version enhances the conversion from Excel to images and PDF. Moreover, some known bugs are fixed successfully in this update, such as the issue that the program threw an exception when calculating values using the workbook.calculateAllValue(). More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREXLS-5559 Fixes the issue that the program threw an exception when calculating values using the workbook.calculateAllValue(). Bug SPIREXLS-5617 Fixes the issue that the results of formulas were incorrect when converting worksheets…
Spire.XLS for Java 15.1.0 support setting global custom font folder
2025-01-06 07:14:24
We're pleased to announce the release of Spire.XLS for Java 15.1.0. This version support setting global custom font folder, and also fixes several issues that occurred when converting Excel to PDF, copying worksheets and loading Excel files. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-5600 Support setting global custom font folder. Workbook.setGlobalCustomFontsFolders(new String[]{}); Bug SPIREXLS-5345 Fixes the issue that the text placement was incorrect when converting Excel to PDF. Bug SPIREXLS-5568 Fixes the issue that the seconds data was inaccurate when reading time values from cells. Bug…
Spire.XLS for Java 14.12.0 enhance the conversion from HTML to Excel
2024-12-04 09:39:12
We're pleased to announce the release of Spire.XLS for Java 14.12.0. This version fixes two issues that occurred when converting HTML to Excel and displaying icons of the added OLE objects. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREXLS-5553 Fixes the issue that the content formatting was inconsistent when converting HTML documents to Excel documents. Bug SPIREXLS-5568 Fixes the issue that the icons of the added OLE objects were displayed incorrectly. Click the link to download Spire.XLS for Java 14.12.0: https://www.e-iceblue.com/Download/xls-for-java.html
Spire.XLS for Java 14.11.0 enhances the conversion from Excel to PDF
2024-11-05 06:10:12
We are excited to announce the release of Spire.XLS for Java 14.11.0. The latest version enhances the conversion from Excel to PDF. Besides, some known bugs are fixed successfully in this update, such as the issue that font sizes were inconsistent after saving some Excel files. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREXLS-5446 Fixes the issue that the program threw "Specified argument was out of the range of valid values" when converting XLSX to XLSB. Bug SPIREXLS-5493 Fixes the issue that incorrect effect occurred when using Worksheet.autoFitColumn.…
Spire.XLS for Java 14.9.8 supports the revision function
2024-09-23 09:54:02
We are excited to announce the release of Spire.XLS for Java 14.9.8. This version supports the revision function. Moreover, it optimizes the speed of converting Excel documents to HTML documents. Besides, some known bugs are fixed successfully in this update, such as the issue that print area settings are not fully copied when duplicating worksheets. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-5371 Supports the revision function. Workbook workbook = new Workbook(); workbook.loadFromFile("input.xlsx"); workbook.setTrackedChanges(true); workbook.acceptAllTrackedChanges(); workbook.saveToFile("output.xlsx", ExcelVersion.Version2013); workbook.dispose(); New feature SPIREXLS-5362 Optimizes the speed of converting Excel…
