Browse our Products

Aspose.Cells for Java 21.8 Release Notes

KeySummaryCategory
CELLSJAVA-42494Large amount of unused styles being generated into the CSS sectionEnhancement
CELLSJAVA-43576Graphic text values are not displayed when converting XLSX to PDFBug
CELLSJAVA-43483Text after a “br” tag within an “em” tag is not emphasized when converting an HTML document to a WorkbookBug
CELLSJAVA-43526IllegalArgumentException: Invalid column indexBug
CELLSJAVA-43557Incorrect color when save as htmlBug
CELLSJAVA-43567Regression: MDURATION formula not calculated properlyBug
CELLSJAVA-43583Power operator “^” is not working for formula calculationsBug
CELLSJAVA-43549Image missing in the Output PDFBug
CELLSJAVA-43566Default fonts on MacOS Big SurBug
CELLSJAVA-42579Axis Labels are not displaying correctly - Right Alignment missing when saving Excel to PdfBug
CELLSJAVA-43554Chart datatable text is not shown int the output imageBug
CELLSJAVA-43556XLSX to PDF: Incomplete diagram titleBug
CELLSJAVA-40051Apple iWork SupportBug
CELLSJAVA-43119Conversion to PDF - Unsupport file format Number3.5 since 2014Bug
CELLSJAVA-43538Chart with No Data causes XLSX to become corrupt after saving with Aspose CellsBug
CELLSJAVA-43547AutoFitRow changes worksheet standard heightBug
CELLSJAVA-43591Error when open file in MS Excel saved by Aspose.CellsBug
CELLSJAVA-43523CellsException for reading shape’s macro name: Invalid formulaException
CELLSJAVA-43565“java.lang.ClassCastException” on reading XLSB file with LightCellsException
CELLSJAVA-43546NullPointerException when extracting series name of chartException

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 AbstractInterruptMonitor class.

Provides AbstractInterruptMonitor as the base of implementations for interruption monitor. The InterruptMonitor class now becomes one implementation of it. The type of InterruptMonitor properties for LoadOptions and Workbook now become AbstractInterruptMonitor too so user can use their own implementation to control the time-consuming operations.

Adds HtmlSaveOptions.WorksheetScalable property.

Indicates if zoom in or out the html via worksheet zoom level when saving file to html, the default value is false.

Adds override WorksheetCollection.GetRangeByName() method.

Gets Range object by name from defined names or Tables.

Adds Range.AutoFill() method.

Automatically fills data to the range.

Adds WarningType.IO enum.

Represents the file corrupted warning.


 
 English