Aspose.Cells for Java 8.8.0 Release Notes

1) Aspose.Cells

KeySummaryCategory
CELLSJAVA-41812Image Markers are not supported while Grouping Data in Smart MarkersEnhancement 
CELLSJAVA-41772Conversion to HTML results in empty pageBug 
CELLSJAVA-41738Vertical alignment of the text in a TextBox changes from middle to top while rendering spreadsheet to Image & PDFBug 
CELLSJAVA-41503Font Substitution Warnings not working while converting spreadsheet to HTML formatBug 
CELLSJAVA-41797Aspose.Cells does not calculate the value of the cell correctlyBug 
CELLSJAVA-41779Cell.calculate() method is not calculating the values properlyBug 
CELLSJAVA-41813Space distortion at the end of second page highlighted as red in sample Excel fileBug 
CELLSJAVA-41744Text misaligned in the output PDFBug 
CELLSJAVA-41723Aspose.Cells generated PDF mismatches with Excel generated PDF of the same spreadsheetBug 
CELLSJAVA-41802Category axis tick labels mismatch in output PDF in Excel to PDF renderingBug 
CELLSJAVA-41800Angle of chart-labels has changed in Chart’s PDFBug 
CELLSJAVA-41798Legend entry is getting trimmed while converting chart to PDFBug 
CELLSJAVA-41792Red colored bar is missing in Excel but getting displayed in PDFBug 
CELLSJAVA-41785Spreadsheet becomes corrupted after copying the Workbook and setting the DataLabel’s positionBug 
CELLSJAVA-41784Error Bar is missing while copying WorkbookBug 
CELLSJAVA-41780Text in the TextBox is rendered incomplete while converting worksheet to imageBug 
CELLSJAVA-41773DataLabels missing for a chart in the output image/PDF for the spreadsheetBug 
CELLSJAVA-41757Positive valued bars are appearing below the 0-value x-axis rule in Chart’s PDFBug 
CELLSJAVA-41734Chart’s Legend order is reversed while rendering Worksheet to ImageBug 
CELLSJAVA-41811Aspose.Cells is breaking the Power Pivot Tables upon opening and re-saving the XLSM file formatBug 
CELLSJAVA-41807Issue with grouped rows when copying ranges in XLSX fileBug 
CELLSJAVA-41806Issue with grouped rows when copying ranges in XLS fileBug 
CELLSJAVA-41804Formula for WordArt does not react to argument change after converting XLS to XLSBBug 
CELLSJAVA-41803Conditional formatting range is incorrect and does not match with Microsoft ExcelBug 
CELLSJAVA-41809Worksheet.calculateFormula throws null pointer exception when formula is set via NameCollectionException 
CELLSJAVA-41808“java.lang.NullPointerException” at Workbook.saveException 

2) Aspose.Cells Grid Suite

KeySummaryCategory
CELLSJAVA-41615Setting Header Bar and Tab Styles not workingBug 

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 HTMLLoadOptions.DeleteRedundantSpaces property

Indicates whether deleting redundant spaces when the text wraps lines using
tag.

Obsoletes LoadOptions.ConvertNumericData property and adds TxtLoadOptions.ConvertNumericData property.

Use TxtLoadOptions.ConvertNumericData or HTMLLoadOptions.ConvertNumericData property instead.

Adds Style.QuotePrefix property.

Indicates whether the cell’s value starts with single quote mark.

Adds QueryTable.ConnectionId property.

Gets the connection id of the query table.

Adds ExternalConnection.Id property.

Gets the id of the connection.

Adds ListObject.QueryTable property.

Gets the linked QueryTable of the table.

Adds HTMLLoadOptions.KeepPrecision property.

Indicates whether not parsing a string value if the length is 15.