We're pleased to announce the release of Spire.XLS for Java 15.8.3. This version adds support for converting Excel files to HTML while preserving comments. Additionally, it includes several bug fixes related to Excel-to-PDF conversion, column widths, and HTML conversion. See the details below.
Here is a list of changes made in this release
| Category | ID | Description |
| New feature | SPIREXLS-5879 | Supports converting Excel to HTML while preserving comments.
HTMLOptions options = new HTMLOptions(); options.isSaveComment(true); |
| Bug | SPIREXLS-5820 | Fixes incorrect checkboxes when converting Excel to PDF. |
| Bug | SPIREXLS-5887 | Fixes the issue where non-compliant defaultColWidthPt attribute was added when saving Excel documents according to the OpenXML specification. |
| Bug | SPIREXLS-5897 | Fixes incorrect conversion of plain text to `<a>` tag content when converting a worksheet to HTML. |
| Bug | SPIREXLS-5901 | Fixes incorrect text alignment when converting Excel to PDF. |
| Bug | SPIREXLS-5905 | Fixes text truncation issues when converting Excel to PDF. |
| Bug | SPIREXLS-5906 | Fixes incorrect column widths when converting XLSX to XLSM. |
| Bug | SPIREXLS-5916 | Fixes "NullPointerException" thrown when saving Excel documents. |
Click the link below to download Spire.XLS for Java 15.8.3: