Aspose.Cells for Java 19.2 Release Notes

KeySummaryCategory
CELLSJAVA-42827Insert row with InsertOptions similar to MS ExcelNew Feature
CELLSJAVA-42712Enhance JavaDocs for Aspose.Cells for JavaEnhancement
CELLSJAVA-42823Using FontUnderlineType.WORDS throws exceptionEnhancement
CELLSJAVA-42826Data with conditional formatting omitted while XLSX to HTML conversionBug
CELLSJAVA-42815Adding complex reference to defined name results in corrupt MS Excel workbookBug
CELLSJAVA-42822Cell.getValidationValue returns wrong value for the specified valueBug
CELLSJAVA-42829Custom function name within the shared formulas replaced by another nameBug
CELLSJAVA-42824Axis titles missing and other formatting is wrong of charts in Excel to PDF/A conversionBug
CELLSJAVA-42814Arrows in the PNG output are not matching the arrows in the Excel chartBug
CELLSJAVA-42777Wrong rows height changed while using auto-fit rows operationBug
CELLSJAVA-42813Workbook setting “ReCalculateOnOpen” not persistedBug
CELLSJAVA-42816Incomplete display for AutoFitterOptions.setAutoFitMergedCells(true)Bug
CELLSJAVA-42817The Textboxes background color is unexpectedly changedBug
CELLSJAVA-42821On deleting first row of a Range, the Range is updated wronglyBug
CELLSJAVA-42828When using Cell.setHtmlString a new line is added at the end of the textBug
CELLSJAVA-42820Exception “Invalid IMEModeType string val” when loading an XLSX file formatException
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 Cells.CountLarge property

Functionally is the same as the Count property, except that the Count property may generate an overflow error when there are too many instantiated Cell objects.

Adds Hyperlink.Delete() method

Deletes this hyperlink.

Gets all hyperlinks in the range.

Adds enum CopyFormatType

Represents the type of copying format when inserting rows.

Adds InsertOptions class and Cells.InsertRows(int, int , InsertOptions) method

Inserting rows with some options.

Adds FileFormatUtil.DetectFileFormat(Stream,String) and FileFormatUtil.DetectFileFormat(String,String) methods

Detects the file format of encrypted OOXML file.

Adds ListObject.AlternativeDescription and ListObject.AlternativeText properties

Gets and sets the alternative text and description of the table.

Adds Line.ThemeColor property

Gets and sets the theme color of the line.

Adds Mode3d and MsoModel3dFormat class

Encapsulates the object that represents a single 3D model in a spreadsheet.

Adds ImageType.Gltf enum

Represents the type of 3D model.