Browse our Products

Aspose.Cells for Java 18.10 Release Notes

KeySummaryCategory
CELLSJAVA-42634Convert left right ribbon shape to imageEnhancement 
CELLSJAVA-42713Aspose.Cells for Java JavaDocs - missing package-list fileEnhancement 
CELLSJAVA-42528Font is not a valid HTML5 and self-closing tag and web browsers misrepresent its contentsEnhancement 
CELLSJAVA-42728An exception(StackOverFlow) raises when saving to PDF outputBug 
CELLSJAVA-42729Wrong value calculated by ROUNDUP() Bug 
CELLSJAVA-42724Copy a range with PasteType.ALL (Paste options) not copying row heights properlyBug 
CELLSJAVA-42722Hyperlink text formatting lost when new text is setBug 
CELLSJAVA-42688Invalid Russian date format outputBug 
CELLSJAVA-42721Issue with SheetRender fontsBug 
CELLSJAVA-42723Exception “java.lang.OutOfMemoryError: Java heap space” when rendering MS Excel file to PDFBug 
CELLSJAVA-42725Quotes appear in formula when retrieving the cell formula via Aspose.CellsBug 
CELLSJAVA-42720Performance degradation when using conditional formattingBug 

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.WidthScalable property

Indicates whether using scalable unit to describe the column width when exporting file to HTML. The default value is false.

Adds WorkbookDesigner.UpdateEmptyStringAsNull property

Indicates whether processing the empty string value as null.

Updates the returned value of DocumentProperty.ToDateTime() method, BuiltInDocumentPropertyCollection.CreatedTime, BuiltInDocumentPropertyCollection.LastPrinted and BuiltInDocumentPropertyCollection.LastSavedTime properties.

Returns the time in local timezone.

Requires stronger constraint for user’s input for FormatCondition.Formula1/Formula2

The plain input string cannot be determined whether it should refer to a Name reference or it is just a constant string value. So, now we require the formula must start with ‘=’ sign. For plain string value “sss”, please use format like “="sss"”.


 
 English