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…
Spire.XLS for Java 14.8.2 supports embedding images in cells
2024-08-23 09:42:58
We are excited to announce the release of Spire.XLS for Java.14.8.2. This version supports embedding images in cells. Besides, some known bugs were successfully fixed in this update, such as the issue that caused incorrect content when saving an Excel document and opening it in Microsoft Excel 2016. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-5147 Provides the hideCategoriTags method to support hiding category labels. Chart chart = sheet.getCharts().get(0); String[] labels = chart.getCategoryLabels(); chart.hideCategoryLabels(new String[] { labels [0], labels [1], ...} ); New feature SPIREXLS-5338 Supports embedding…
Spire.XLS for Java 14.7.5 enhances the conversion from Excel to PDF
2024-07-19 08:53:53
We are happy to announce the release of Spire.XLS for Java 14.7.5. This version enhances the conversion from Excel to PDF. Moreover, many known issues are fixed successfully in this version, such as the issue that some formula values were calculated incorrectly after saving Excel files. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREXLS-5279 Fixed the issue that some formula values are calculated incorrectly when saving Excel files. Bug SPIREXLS-5281 Fixed the issue that the data points of charts were incorrectly positioned after converting Excel to PDF. Bug…