Aspose.Cells for Java 18.1 Release Notes

KeySummaryCategory
CELLSJAVA-42493Provide an option to decide whether exporting workbook properties (parent issue id: CELLSJAVA-42471) New Feature 
CELLSJAVA-42491Provide an option to decide whether exporting document properties (parent issue id: CELLSJAVA-42471)New Feature 
CELLSJAVA-42498Create a PdfBookmarkEntry for a Chart sheetNew Feature 
CELLSJAVA-42464Fix needed for all ActiveX controls (parent issue id: CELLSJAVA-42442) Enhancement 
CELLSJAVA-42490Exclude unused styles when exporting Excel file to HTML (parent issue id: CELLSJAVA-42471) Enhancement 
CELLSJAVA-42473Parts of images are truncated or missing and they do not match with original source imagesBug 
CELLSJAVA-42469Image protrudes from the Shape in the output PDF Bug 
CELLSJAVA-42461Element shape is incorrect in the output HTMLBug 
CELLSJAVA-42495Excel to Html - Wrapping text is ignoredBug 
CELLSJAVA-42489XLSB file gets corrupt after opening and savingBug 
CELLSJAVA-42487HTML output discrepancy - Issue with spacesBug 
CELLSJAVA-42471Irrelevant data included when saving to HTML Bug 
CELLSJAVA-42467XLSB corrupted after re-savingBug 
CELLSJAVA-4248815 digits numbers do not match what is in MS ExcelBug 
CELLSJAVA-42499Margins and layout differences when comparing the output PDF (by Aspose.Cells) with the MS Excel generated PDFBug 
CELLSJAVA-42486Feature does not work in Java - ResultSetBug 
CELLSJAVA-42500NullPointerException occurs while loading the MS Excel fileException 

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 LoadOptions.ParsingPivotCachedRecords property

Indicates whether parsing pivot cached records when loading the file.The default value is false.Only applies to Excel Xlsx, Xltx, Xltm, Xlsm and Xlsb file formats.

Adds HtmlSaveOptions.ExcludeUnusedStyles property

Indicates whether excluding unused styles.The default value is false. If you want to import the HTML or Mht file to Excel, please keep the default value.

Adds HtmlSaveOptions.ExportDocumentProperties property

Indicates whether exporting document properties.The default value is true. If you want to import the HTML or Mht file to Excel, please keep the default value.

Adds HtmlSaveOptions.ExportWorksheetProperties property

Indicates whether exporting worksheet properties.The default value is true. If you want to import the HTML or Mht file to Excel, please keep the default value.

Adds HtmlSaveOptions.ExportWorkbookProperties property

Indicates whether exporting workbook properties.The default value is true. If you want to import the HTML or Mht file to Excel, please keep the default value.

Adds PivotTable.GetChildren() method

Gets the the children Pivot Tables which use this PivotTable data as data source.