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…
Spire.XLS for Java 14.6.2 enhances the conversion from Excel to images
2024-06-18 04:28:32
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…
Spire.XLS for Java 14.5.1 enhances the conversion from Excel to PDF
2024-05-20 09:42:10
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…
Spire.XLS for Java 14.4.4 adds a new method for converting Excel worksheets to SVG
2024-04-28 01:26:32
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…
Spire.XLS for Java 14.4.1 enhances the conversion from Excel to OFD
2024-04-12 09:21:20
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