News & Releases
|
|

Spire.XLS for Java 4.9.0 supports hiding all items for pivot table field
We are happy to announce the release of Spire.XLS for Java 4.9.0. This version supports hiding all items for pivot table field, enhances the conversions from Excel to PDF/HTML and also fixes the issue occurred in the process of loading Excel documents. More details are listed below.
Here is a list of changes made in this release
| Category | ID | Description |
| New feature | SPIREXLS-3358 | Supports hiding all items for pivot table field.
PivotField pivotField = (PivotField) pivotTable.getPivotFields().get("Product");
pivotField.hideAllItem(true);
|
| Bug | SPIREXLS-3347 | Fixes the issue that the font was incorrect after converting Excel to PDF. |
| Bug | SPIREXLS-3376 | Fixes the issue that the content was incorrect after converting Excel to PDF. |
| Bug | SPIREXLS-3381 | Fixes the issue that it couldn't add multiple CalculatedFields to pivot table. |
| Bug | SPIREXLS-3384 | Fixes the issue that the application threw the error "parent type is error" when getting the CalculatedFields. |
| Bug | SPIREXLS-3385 | Fixes the issue that the application threw the error "DocPropsCustom root element eror" when loading the Excel file. |
| Bug | SPIREXLS-3396 | Fixes the issue that the application threw the error "Ivalid LegendPositionType string val" when loading Excel files. |
| Bug | SPIREXLS-3398 | Fixes the issue that the link address was incorrect after converting Excel to HTML. |
| Bug | SPIREXLS-3412 | Fixes the issue that the application threw the error "Index is less than 0 or more than or equal to the list count." when converting Excel to PDF. |
Click the link to download Spire.XLS for Java 4.9.0: