Aspose.Cells for Java 18.8 Release Notes

KeySummaryCategory
CELLSJAVA-42680Disable Pivot Table RibbonNew Feature 
CELLSJAVA-42568Protect workbook and worksheet in ODS fileNew Feature 
CELLSJAVA-42677Interruption issue with saving XLSX file processEnhancement 
CELLSJAVA-42687Hyperlink not working when referenced from other sheetEnhancement 
CELLSJAVA-41176Incorrect alignment while rendering spreadsheet to PDF formatBug 
CELLSJAVA-42676Table data shifted to wrong row and column while converting from HTML to MS Excel file formatBug 
CELLSJAVA-41670Chart’s image position is wrong in Chrome & FireFox while converting to HTML  Bug 
CELLSJAVA-41245Slicer control is not rendered when converting Excel file to HTML file formatBug 
CELLSJAVA-42684Vertical line at the center of the chart is not drawn properly in the rendered imageBug 
CELLSJAVA-42682Gradient color for negative bubbles is not applying in the PDF outputBug 
CELLSJAVA-42681Chart category title not shown properly in the imageBug 
CELLSJAVA-42695Wrong border style returned for merged cellBug 
CELLSJAVA-42694Read watermark from Excel fileBug 
CELLSJAVA-42686Property comment contains unnecessary textBug 
CELLSJAVA-42685Property “revision number” not checked correctlyBug 
CELLSJAVA-41485Macros in the ODS file are not retained in the generated ODS file formatBug 
CELLSJAVA-42691NegativeArraySizeException while converting XLSX to HTMLException 
CELLSJAVA-42675NumberFormatException raised while loading the HTML file into workbookException 
CELLSJAVA-42689NullPointerException exception raised while calling the CalculateFormulaException 
CELLSJAVA-42678Exception when rendering worksheet to PNG file formatException 
CELLSJAVA-42411Error in Cell: E22-Invalid formula - exception on opening 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 PdfSecurityOptions.AccessibilityExtractContent property

Permission to copy or extract content (in support of accessibility to disabled users or for other purposes).

Adds SubtotalSetting class

Represents the setting of subtotal.

Adds Cells.RetrieveSubtotalSetting(CellArea) method

Retrieves the setting of subtotal.

Adds overload Range.ExportDataTable(Aspose.Cells.ExportTableOptions) method.

Supports options of exporting range.

Adds WebQueryConnection.IsSameSetting property and deletes WebQueryConnection.IsFirstRow property

Use WebQueryConnection.IsSameSetting property instead.

Adds WebQueryConnection.IsXmlSourceData property and deletes WebQueryConnection.IsSourceData property

Use WebQueryConnection.IsXmlSourceData property instead.

Adds Shape.IsEquation property

Indicates whether the shape contains equation.

Adds overload Cells.CopyColumns(Int32,Int32,PasteOptions) and Cels.CopyRows(Int32,Int32,PasteOptions) method

Supports paste options when copying rows and columns.

Adds Axis.IsAutoTickLabelSpacing property

Indicates whether tick label spacing is automatic.