Browse our Products

Aspose.Cells for Java 21.5 Release Notes

KeySummaryCategory
CELLSJAVA-43452Japanese calendar using an Excel function is not read correctlyEnhancement
CELLSJAVA-43420Rotated text incorrectly aligned when saved as HTMLBug
CELLSJAVA-43450Pivot table refresh issueBug
CELLSJAVA-43444Regression: getLastSavedUniversalTime returns incorrect dateBug
CELLSJAVA-43446Cells Track Changes ExceptionBug
CELLSJAVA-43448Regression: Invalid reference for listBug
CELLSJAVA-43457Infinite loop when saving copied workbookBug
CELLSJAVA-43442Issue with data sorting when clicking on header links in the GridWeb spring demoBug
CELLSJAVA-43443Issue with edit mode in the GridWeb JavaBug
CELLSJAVA-43455Fonts are not embedded in PDF for non ASCII characters while setting EmbedStandardWindowsFonts to falseBug
CELLSJAVA-43449Unable to change font family of chart elements from “Calibri” to “Aktiv Grotesk”Bug
CELLSJAVA-43454X-Axis labels are cut offBug
CELLSJAVA-43445Regression: missing row data for .numbers filesBug
CELLSJAVA-43459NullPointerException in getFormulaLocal() with custom GlobalizationSettingsException
CELLSJAVA-43447Exception “java.lang.NullPointerException” occurred when using custom style file in GridWebException
CELLSJAVA-43439NegativeArraySizeException occurs on Workbook loadException
CELLSJAVA-43453NullPointerException on Workbook.save methodException

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 Slicer.AddPivotConnection(PivotTable pivot) method.

Adds PivotTable connection for slicer.

Adds Slicer.RemovePivotConnection(PivotTable pivot) method.

Removes PivotTable connection of slicer.

Adds TxtSaveOptions.ExportAllSheets property.

Indicates whether exporting all worksheets to the file. The dafaut value is false as MS Excel.

Adds FileFormatType.Numbers09 enum.

Represents the .numbers 09 file format. And FileFormatType.Number will repsents the latest.numbers file format type later.

Adds WorkbookSettings.SetPageOrientationType() method.

Sets the print page orientation type for the whole file.

Deletes obsoleted DataBarAxisPosition.DataBarAxisAutomatic enum.

Use DataBarAxisPosition.Automatic enum instead.

Deletes obsoleted DataBarAxisPosition.DataBarAxisMidpointe num.

Use DataBarAxisPosition.Midpoint enum instead.

Deletes obsoleted DataBarAxisPosition.DataBarAxisNone enum.

Use DataBarAxisPosition.None enum instead.

Deletes obsoleted DataBarBorderType.DataBarBorderNone enum.

Use DataBarBorderType.None enum instead.

Deletes obsoleted DataBarBorderType.DataBarBorderSolid enum.

Use DataBarBorderType.Solid enum instead.

Deletes obsoleted DataBarFillType.DataBarFillGradient enum.

Use DataBarFillType.Gradient enum instead.

Deletes obsoleted DataBarFillType.DataBarFillSolid enum.

Use DataBarFillType.Solid enum instead.

Deletes obsoleted DataBarNegativeColorType.DataBarColor enum.

Use DataBarNegativeColorTypeColor enum instead.

Deletes obsoleted DataBarNegativeColorType.DataBarSameAsPositive enum.

Use DataBarNegativeColorType.SameAsPositive enum instead.

Deletes obsoleted OleObject.FileFormatType enum.

Use OleObject.FileFormatType enum instead.

Deletes obsoleted DynamicFilterType.Februray enum.

Use DynamicFilterType.February enum instead.

Adds GridCells.MoveRange() method.

Moves the range.

Adds GridCells.InsertRange() method.

Inserts a range with shift option.

Adds GridCells.DeleteRange() method.

Deletes a range with shift option.


 
 English