Browse our Products

Aspose.Cells for Java 20.11 Release Notes

KeySummaryCategory
CELLSJAVA-43322Shape.getWorksheet() property requiredNew Feature
CELLSJAVA-43191Provide means to handle scenarios when specifying incorrect font types?Enhancement
CELLSJAVA-43319Issue of getting cell value with formulaBug
CELLSJAVA-43330Issue after resaving XLSB file - corrupted fileBug
CELLSJAVA-43333Images and text positioning wrong when rendering Excel as HTMLBug
CELLSJAVA-43321AutoFilter issue - blank rows are displayedBug
CELLSJAVA-43335Deadlock occurred while calculating formulas on workbookBug
CELLSJAVA-43313Chart label changes its position when printedBug
CELLSJAVA-433140/100% line not printed for 100% Pie chartsBug
CELLSJAVA-43316Various issues when printing chartsBug
CELLSJAVA-40582Smart art text is not rendered correctly to PDF/imageBug
CELLSJAVA-41639Column widths are not preserved when converting from “XML Spreadsheet 2003” format to XLSX formatBug
CELLSJAVA-43315Converting XLS to XLSX makes the file corrupt & gives “Shape to Image” error on converting the output XLSX to PDFBug
CELLSJAVA-43334AutoFilter on Table issueBug

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.

Deletes obsoleted CellsHelper.IsProtectedByRMS() method

Use FileFormatUtil.DetectFileFormat().IsProtectedByRMS property instead.

Deletes obsoleted CellsHelper.DetectLoadFormat() and CellsHelper.DetectFileFormat() method

Use FileFormatUtil.DetectFileFormat() instead.

Deletes obsoleted CellsHelper.FontDir property.

Use FontConfigs.SetFontsFolder(string, bool) instead.

Deletes obsoleted CellsHelper.FontDirs property.

Use FontConfigs.SetFontFolders(string[], bool) instead.

Deletes obsoleted CellsHelper.FontFiles property.

Use FontConfigs.SetFontSources(FontSourceBase[]) instead.

Adds CellsHelper.IsCloudPlatform property.

Indicates whether running on the could platform.

Adds Shape.Worksheet property.

Gets the worksheet which contains this shape.

Adds SaveOptions.SortExternalNames property.

Indicates whether sorting external names when saving .xlsx files.

Adds ListObject.Filter() method.

Filters the table.

Adds override XmlMapCollection.Clear() method.

Clears all xml maps.

Adds SaveFormat.Docx enum.

Represents that saving as .docx files.

Adds ImageType.OfficeCompatibleEmf enum.

Windows Enhanced Metafile which is more compatible with Office.


 
 English