Browse our Products

Aspose.Cells for Java 21.3 Release Notes

KeySummaryCategory
CELLSJAVA-43400Support UNIQUE() functionNew Feature
CELLSJAVA-42863Fetch chart sub titleNew Feature
CELLSJAVA-43401Support unified formatting result for Japanese era for all JDKsEnhancement
CELLSJAVA-43398Conditional formatting is not rendered properly in ODS to HTML conversionEnhancement
CELLSJAVA-43388The output file is corrupt after copying workbookBug
CELLSJAVA-43406Issues while converting HTML to ExcelBug
CELLSJAVA-43399CalculateFormula() creates lot of error type values #VALUEBug
CELLSJAVA-43362Percentage issue for labels when printing chartsBug
CELLSJAVA-43384Percentages issue for some labels when rendering to PDF and printing chartsBug
CELLSJAVA-43402Generate exact chart image from Excel fileBug
CELLSJAVA-43408Top of chart gets cut off and slanted line goes upBug
CELLSJAVA-43412CellsException in xlsx to html conversionException

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 SignatureLine.Id property.

Gets or sets identifier for this signature line.

Adds DigitalSignature.Id property.

Specifies a UUID which can be cross-referenced with the UUID of the signature line stored in the document content.

Adds DigitalSignature.ProviderId property.

Specifies the class ID of the signature provider.

Adds DigitalSignature.Image property.

Specifies an image for the digital signature.

Adds DigitalSignature.Text property.

Specifies the text of actual signature in the digital signature.

Adds Cells.ClearMergedCells() method.

Removes all merged cells.

Adds Workbook.RemovePersonalInformation() method.

Removes all personal information.

Adds WorkbookSettings.ForceFullCalculate property.

Property instructs ms excel to fully calculate every time when a calculation is triggered.

Adds DocxSaveOptions(Boolean) constructor.

Represents options of saving .docx files.

Deletes obsoleted WorkbookSettings.IsWriteProtected property.

Use WorkbookSettings.WriteProtection.IsWriteProtected property instead.

Deletes obsoleted WorkbookSettings.RecommendReadOnly property.

Use WorkbookSettings.WriteProtection.RecommendReadOnly property instead.

Deletes obsoleted WorkbookSettings.WriteProtectedPassword property.

Use WorkbookSettings.WriteProtection.Password property instead.


 
 English