Browse our Products

Aspose.Cells for Java 8.9.0 Release Notes

1) Aspose.Cells

KeySummaryCategory
CELLSJAVA-41901Bars are moving upward in the output PDF Enhancement 
CELLSJAVA-41909Specifying Custom Number Decimal and Group Separators for Workbook doesn’t workBug 
CELLSJAVA-41895Formula calculation result differs from Excel native calculationBug 
CELLSJAVA-41917Checkboxes are not rendering correctly when using SheetRender.toImage() methodBug 
CELLSJAVA-41903Character orientation is different while rendering to PDFBug 
CELLSJAVA-41896Some characters are missing or not pasted right in Excel to PDF conversionBug 
CELLSJAVA-41740Some of the DataBar images are blankBug 
CELLSJAVA-41769Bars of the graph not aligned properly with cells in PDFBug 
CELLSJAVA-41905Misaligned bars after rendering spreadsheet to EMFBug 
CELLSJAVA-41894Character spaces problem while rendering spreadsheet to PDFBug 
CELLSJAVA-41893Background image is distorted or blurry in the output PDF Bug 
CELLSJAVA-41892Background image is stretched in the output PDF Bug 
CELLSJAVA-41916Broken external formula references while using Cells.copyColumnsBug 
CELLSJAVA-41915Corrupted XLSX file after text replaceBug 
CELLSJAVA-41912Problem with removeFormula on a spreadsheet referencing Named RangesBug 
CELLSJAVA-41899Cannot detect XLSX load format with FileFormatUtil.detectFileFormatBug 
CELLSJAVA-41328Loss of text block in frenchCommonWords.xlsxBug 
CELLSJAVA-40307Issue with text overflow checkBug 
CELLSJAVA-41919CellsException: 2"=“Stra?e zu breit”,", at Workbook ctorException 
CELLSJAVA-41914java.lang.ArrayIndexOutOfBoundsException: 4 while getting font of cellException 
CELLSJAVA-41920StringIndexOutOfBoundsException: String index out of range: 7, while exporting chart to imageException 
CELLSJAVA-41913Exception: “IllegalArgumentException: length” on loading an Excel (XLS) fileException 
CELLSJAVA-41911Exception: “Error in Cell: … -Invalid formula” while loading an Excel file via Aspose.Cells APIsException 
CELLSJAVA-41906Workbook constructor throws Exception: “java.lang.NumberFormatException: empty String”Exception

Public API and Backwards Incompatible Changes

The following is a list of any changes made to the public API such as added, renamed, removed or deprecated members as well as any non-backward compatible change made to Aspose.Cells for Java. If you have concerns about any change listed, please raise it on the Aspose.Cells support forum.

Adds HtmlSaveOptions.DefaultFontName property

Specifies the default font name while exporting HTML, the default font will be used  when the font of style does not exist. If this property is null, Aspose.Cells will use universal font which has the same family with the original font, the default value is null.

Adds PivotTable.IsExcel2003Compatible property

Specifies whether the PivotTable is compatible for Excel2003 when refreshing PivotTable. If true, a string must be less than or equal to 255 characters, so if the string is greater than 255 characters, it will be truncated. If false, a string will not have the aforementioned restriction. The default value is true.

Adds ImageOrPrintOptions.DefaultFont property

When characters in the Excel are unicode and not to be set with correct font in cell style, They may appear as block in PDF and image. Set the DefaultFont such as MingLiu or MS Gothic to show these characters. If this property is not set, Aspose.Cells will use System’s default font to show these unicode characters.

Adds GetVersion method in GridWeb.

Get the release version.


 
 English