News & Releases
|
|

Spire.XLS 3.9.3 for Java supports converting Excel to TIFF
We are pleased to announce the release of Spire.XLS 3.9.3 for Java. This version adds a new method to support converting an entire Excel document into TIFF files, and supports setting dpi when converting Excel to Image.
In addition, a multitude of issues when converting Excel into other formats have been fixed. More details are listed below.
Here is a list of changes made in this release
| Category | ID | Description |
| New Feature | SPIREXLS-2099 | Adds "workbook.saveToTiff(String Filename)" method to support converting Excel to a TIFF file. |
| New Feature | SPIREXLS-2634 | Supports setting dpi when converting Excel to Image.
workbook.getConverterSetting().setXDpi(300);
workbook.getConverterSetting().setYDpi(300);
Worksheet sheet;
for (int i = 0; i < wb.getWorksheets().size(); i++) {
sheet = wb.getWorksheets().get(i);
sheet.saveToImage(outputFile + i + ".png");
}
|
| Bug | SPIREXLS-2781 | Optimizes time performance for converting Excel to HTML |
| Bug | SPIREXLS-2284 | Fixes the issue that the application threw NumberFormatException when converting Excel to PDF. |
| Bug | SPIREXLS-2630 | Fixes the issue that the application threw an error "Size of image is too large" when converting Excel to image. |
| Bug | SPIREXLS-2635 | Fixes the issue that the application threw an error "java.lang.IllegalStateException: Cannot find a required cmap table." when converting Excel to Images on Ubuntu. |
| Bug | SPIREXLS-2683 | Fixes the issue that the content of converted image was not clear when converting Excel to Images. |
| Bug | SPIREXLS-2695 | Fixes the issue that the number format was incorrect when converting Excel to PDF |
| Bug | SPIREXLS-2696 | Fixes the issue that it failed to get document properties of XLS file. |
| Bug | SPIREXLS-2748 | Fixes the issue that the inserted background images into XLS documents did not appear. |
| Bug | SPIREXLS-2755 | Fixes the issue that the value of number was incorrect when converting Excel to HTML. |
Click the link to download Spire.XLS for Java 3.9.3: