Aspose.Cells for Java 19.1 Release Notes

KeySummaryCategory
CELLSJAVA-41026Support Excel 95/5.0 (XLS files)New Feature
CELLSJAVA-42778Exception “style textRotation must be between 0 and 180” while loading the XLSMEnhancement
CELLSJAVA-42290Mdashes and ndashes inserted into TextBoxes in charts are not rendered properly in chart’s PDFBug
CELLSJAVA-42750Unable to retrieve page fields’ items in the PivotTable reportBug
CELLSJAVA-42783Problem with strikethrough text in generated HTML file formatBug
CELLSJAVA-42784Data in some cells (e.g G7, H7, etc.) are not rendered the same way as per in original file in Excel to HTML/image conversionBug
CELLSJAVA-42797Some styles are not rendered in HTML inputBug
CELLSJAVA-42807Formula/function “ISOWEEKNUM” calculation is not the same as MS ExcelBug
CELLSJAVA-42794ODS to XLSX - Text color changedBug
CELLSJAVA-42795ODS to XLSX - Strikethrough font not preserved properlyBug
CELLSJAVA-42796ODS to XLSX - Text box dimensions changedBug
CELLSJAVA-42798ODS -> XLSX - Hyperlink is functional but shown as plain textBug
CELLSJAVA-42802ODS to XLSX, Percentages are lost in bar graph chartBug
CELLSJAVA-42803Outline “SummaryRowBelow” not affected when saving as XLSB file formatBug
CELLSJAVA-42757CellsException while converting filesException
CELLSJAVA-42799Exception “java.lang.ArrayIndexOutOfBoundsException: -32768” when loading an XLSX file formatException
CELLSJAVA-42800ArrayIndexOutOfBoundsException when loading a workbookException

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 PivotTable.ShowReportFilterPageByName(string fieldName) method

Shows all the report filter pages according to PivotField’s name, the PivotField must be located in the PageFields.

Adds PivotTable.ShowReportFilterPageByIndex(int posIndex) method

Shows all the report filter pages according to the position index in the PageFields.

Adds PivotTable.ShowReportFilterPage(PivotField pageField) method

Shows all the report filter pages according to PivotField, the PivotField must be located in the PageFields.

Adds DataSorterKey and DataSorterKeyCollection class

Represents the key of the data sorter.

Adds DataSorter.AddKey(Int32,SortOnType,SortOrder,Object) method

Adds the sort key such as cell’s background color, font color.

Adds Aspose.Cells.DataSorter.Keys property

Gets all keys of the data sorter.

Adds SortOnType enum

Represents the type of sorted data.

Adds ODSLoadOptions class

Represents the options of loading ODS file.

Adds HTMLLoadOptions.ProgId property

Gets the program id of creating the file. used only for MHT files.

Adds PdfSaveOptions.TextCrossType property

Gets or sets displaying text type when the text width is larger than cell width.

Adds TextCrossType enum class

Enumerates displaying text type when the text width is larger than cell width.

Adds WorksheetCollection.RegisterAddInFunction() methods

Replacement of Cell.SetAddInFormula(), a more convenient and efficient way for users to add and use addin functions.

Obsoletes Cell.SetAddInFormula() method

Please register the addin functions firstly by WorksheetCollection.RegisterAddInFunction() and then setting the formula for Cell by Cell.Formula/Cell.SetFormula() instead.