Aspose.Cells for Java 8.8.3 Release Notes

1) Aspose.Cells

KeySummaryCategory
CELLSJAVA-41866How to set Legend Entry Properties for Text OptionsNew Feature 
CELLSJAVA-41865Create TextBox in which each line is having different Horizontal AlignmentNew Feature 
CELLSJAVA-41873Conversion to HTML renders redundant empty rowsBug 
CELLSJAVA-41869Text alignment is changed after re-saving a template XLS fileBug 
CELLSJAVA-41854Excel file with DataBars not converted to HTML properlyBug 
CELLSJAVA-41851Pivot Chart created with Aspose.Cells does not display in Excel 2016 for MACBug 
CELLSJAVA-41840Aspose.Cells appends null at the end of the path for resources HTMLBug 
CELLSJAVA-41878LightCells APIs only generates events for first column of the rowBug 
CELLSJAVA-41859Cell borders appear after resaving XLSBug 
CELLSJAVA-41888Logo image is lost while converting XLS to PDF Bug 
CELLSJAVA-41874Character position is different in the rendered PDF from an XLS fileBug 
CELLSJAVA-41852Text overlapping when worksheets is converted to EMF on LinuxBug 
CELLSJAVA-41823Text density and line breaks are different as compared to Excel generated PDFBug 
CELLSJAVA-41822Text is getting trimmed and overlapped while rendering spreadsheet to PDFBug 
CELLSJAVA-41856Problems rendering chart to PDFBug 
CELLSJAVA-41855Opening and saving the Excel file changes the trend linesBug 
CELLSJAVA-41890Workbook save twice, the content saved second time will be different from the first timeBug 
CELLSJAVA-41884Issue with PageBreaks which are not sorted before saving to Excel fileBug 
CELLSJAVA-41876File corrupt if opened, saved, re-opened and saved by Aspose.Cells APIsBug 
CELLSJAVA-41867Chart axis values changed after re-saving an XLS fileBug 
CELLSJAVA-41861NullReferenceException while loading an Excel XLS fileBug 
CELLSJAVA-41298Not getting accurate information about WordArt shape formatting from Aspose.Cells APIsBug 
CELLSJAVA-40366Embedded icon - not printingBug 
CELLSJAVA-41883CellsException: Unknown add-in function type: 9, at Workbook.calculateFormulaException 
CELLSJAVA-41858CellsException: Error in calculating Cell[0BMW CAN Bus Codes V0.4!R4], at Workbook.calculateFormulaException 
CELLSJAVA-41870java.lang.ArrayIndexOutOfBoundsException: 4 at Workbook.save while re-saving XLSException 
CELLSJAVA-41864Exception: java.lang.IllegalStateException: Invalid encoding: null on re-saving an XLS fileException 

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 Cell.GetCharacters(flag) method

Returns all Characters objects.

Adds OleObject.AutoLoad property

Specifies whether the host application for the embedded object shall be called to load the object data automatically when the parent workbook is opened.

Adds HTMLLoadOptions.SupportDivTag property

Indicates whether to support the layout of

tag when the html file contains
tags.The default value is false.

Adds HtmlSaveOptions.ExportGridLines property

Indicating whether to export the gridlines. The default value is false.

Adds ShapeTextAlignment.TextShapeType property

Specifies the preset geometry that will be used for a shape warp on a piece of text.

Adds LoadOptions.SetPaperSize(PaperSizeType type) method

Sets the default print paper size from default printer’s setting.

Deletes obsoleted Workbook.Decrypt() method

Please set the WorkbookSettings.Password as null.

Adds ListObject.Comment property

Gets and sets the comment of the table.

Adds ShapeCollection.AddActiveXControl() method

Adds ActiveX control.