News Category

Spire.XLS for Java 13.3.1 enhances the conversion from Excel to PDF

2023-03-09 09:49:20

We are happy to announce the release of Spire.XLS for Java 13.3.1. This version enhances the conversion from Excel to PDF. Besides, many known issues are successfully fixed in this release, such as the issue that the result of automatic width adjustment was not consistent with Microsoft Excel. More details are listed below.

Here is a list of changes made in this release

Category ID Description
Bug SPIREXLS-4501 Optimized the size of the resulting PDF document converted from Excel.
Workbook workbook = new Workbook();
workbook.loadFromFile("1.xlsx");
workbook.getConverterSetting().setJPEGQuality(40);
workbook.saveToFile("1.pdf", FileFormat.PDF).
Bug SPIREXLS-4453 Fixed the issue that the result of automatic width adjustment was inconsistent with Microsoft Excel.
Bug SPIREXLS-4456 Fixed the issue that the calculation result of Concat function nested in Filter function was incorrect.
Bug SPIREXLS-4461 Fixed the issue that it threw a java.lang.NumberFormatException exception when importing data tables containing null values into sheets.
Bug SPIREXLS-4462 Fixed the issue that merged rows were lost after adding filters.
Bug SPIREXLS-4469
SPIREXLS-4483
Fixed the issue that the calculation result of Filter function was incorrect.
Bug SPIREXLS-4477 Fixed the issue that only the first sheet was affected when sorting multiple sheets together.
Bug SPIREXLS-4478 Fixed the issue that shapes were changed after conversion from Excel to PDF.
Bug SPIREXLS-4479 Fixed the issue that the displayed values of cells were incorrect after setting number formats and auto-fitting column widths.
Bug SPIREXLS-4487 Fixed the issue that a java.lang.NullPointerException exception was thrown when loading Excel documents.
Bug SPIREXLS-4488 Fixed the issue that the effect of clearing filter criteria was incorrect.
Click the link to download Spire.XLS for Java 13.3.1: