Browse our Products

Aspose.Cells for Python via Java 24.8 Release Notes

KeySummaryCategory
CELLSJAVA-46050Incomplete display of a certain line of text when saving file to pdfBug
CELLSJAVA-46059Copying a Workbook does not copy settingsBug
CELLSJAVA-46055Cell.setHtmlString not rendering image from URLBug
CELLSJAVA-46063Result file data display error when converting file to HTMLBug
CELLSJAVA-40158Currency symbols were lost when saving ODS fileBug
CELLSJAVA-41970Cannot insert a new column with desired style besides a Pivot TableBug
CELLSJAVA-46056SetSkipBlanks(true) does not skip blank source cells when pastingBug
CELLSJAVA-46058Changing the color of a few words in the chart shape will result in extra strings appearingBug
CELLSJAVA-46061Row labels and column labels are not converted while converting excel pivot table to pdfBug
CELLSJAVA-46065Loading XLS file throws Out of Memory exceptionException

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 enum MergedCellsShrinkType.

Represents the strategy to shrink merged cells for operations such as deleting blank rows/column.

Adds property DeleteBlankOptions.MergedCellsShrinkType

Indicates how to process merged cells when deleting blank rows/columns.

Adds EquationNodeType.LowerLimit enum.

Specifies the Lower Limit function.

Adds EquationNodeType.UpperLimit enum.

Specifies the Upper Limit function.

Adds EquationNodeType.Limit enum.

Represents a sub-object of Lower-Limit function or Upper-Limit function.

Adds EquationNode.ToLaTeX() method.

Convert this equtation to LaTeX expression.

Adds EquationNode.ToMathML() method.

Convert this equtation to MathML expression.

Adds SortOrder.Natural enum.

Keeps original data order without sorting. Only applies to some special scenarios such as PivotTable.

Adds SaveOptions.EncryptDocumentProperties property.

Indicates whether encrypting the document properties if the file is encrtypted.

Adds two PivotField.SortBy() methods.

Sorts the field by specific settings.

Adds PivotField.SortSetting property.

Gets all setting about sorting pivot field.

Adds SlicerCollection.Clear() method.

Clears all slicers.

Adds PivotTable.SourceType property.

Gets the data source type of pivot table.

Obsoletes PivotItemCollection.ChangeitemsOrder() method and adds PivotItemCollection.SwapItem() method.

Uses PivotItemCollection.SwapItem() method instead.

Adds HtmlSaveOptions.EncodeEntityAsCode property.

Indicates whether the html character entities are replaced with decimal code.(e.g. “ ” is replaced with “ ”)

Adds JsonSaveOptions.Schemas property.

Indicates the original json schema of each worksheet for converting Excel to json.

Adds Config.SkipInvisibleShapes property for GridJs.

Indicates whether to skip shapes that are invisble to UI ,the default value is true.