Browse our Products

Aspose.Cells for PHP via Java 25.1 Release Notes

KeySummaryCategory
CELLSJAVA-46208Support rich formatted text when saving Excel to docxEnhancement
CELLSJAVA-46215Excel to PDF still displays the data but truncates some of itBug
CELLSJAVA-46212The Texts are skewed and exceeds the scope when converting file to htmlBug
CELLSJAVA-46187Excel to html conversion - Some “td” elements have “id” attributeBug
CELLSJAVA-46204Pattern lost when saving file to htmlBug
CELLSJAVA-46203Extra borders are added when saving file to htmlBug
CELLSJAVA-46202Text text postion is incorrect when saving file to htmlBug
CELLSJAVA-46225Number formats are not working after calling PivotTable.formatAll(dxfStyle)Bug
CELLSJAVA-46216Row Labels are not working when Summary fields added to Pivot tableBug
CELLSJAVA-46211Many additional borders appear when converting files to htmlBug
CELLSJAVA-46207Losing linefeed/line breaks when saving Excel to docxBug
CELLSJAVA-46206Drag and Drop are not working when adding calculate fields in PivotTableBug

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 new method AutoFilter.GetCellArea(bool refreshAppliedRange).

Supports getting the refreshed/re-calculated range of auto filter according to current cells data.

Adds new method AbstractCalculationEngine.SkipCalculation().

Supports skipping the calculation for the entire formula that references to the function currently under evaluation.

Adds HtmlSaveOptions.EnableCssCustomProperties Property.

Optimizes the output of html by using CSS custom properties. For example, in scenarios where there are multiple occurences for a base64 image(IconSets or Pattern style), using custom properties allows the image data to be saved only once, improving the performance of the resultant HTML.

Adds Workbook.CreateStyle(Boolean) method.

Creates a style with an option to clone the default style.

Adds PivotArea.SelectField() method.

Selects a pivot area that contains a field.

Adds PivotArea.GetCellAreas() method.

Converts a pivot area to cell areas.

Adds PivotAreaCollection class.

Represents a list of pivot areas.

Adds PivotConditionalFormat and PivotConditionalFormatCollection classes, obsoletes PivotFormatCondition and PivotFormatConditionCollection classes.

Use PivotConditionalFormat and PivotConditionalFormatCollection instead.

Obsoletes PivotTable.RefreshDataFlag property.

It’s no longer used. Please remove any calls to it.

Obsoletes PivotTable.Move() method and adds PivotTable.MoveTo() method.

Use PivotTable.MoveTo() instead.

Obsoletes PivotTable.GetHorizontalBreaks() and adds PivotTable.GetHorizontalPageBreaks() method.

Use PivotTable.GetHorizontalPageBreaks() instead.

Obsoletes PivotTable.ColumnGrand and adds PivotTable.ShowColumnGrandTotals property.

Use PivotTable.ShowColumnGrandTotals instead.

Obsoletes PivotTable.RowGrand and adds PivotTable.ShowRowGrandTotals property.

Use PivotTable.ShowRowGrandTotals instead.

Obsoletes PivotTable.IsMultipleFieldFilters and adds PivotTable.AllowMultipleFiltersPerField property.

Use PivotTable.AllowMultipleFiltersPerField instead.

Obsoletes PivotTable.PivotFormatConditions and adds PivotTable.ConditionalFormats property.

Use PivotTable.ConditionalFormats instead.

Removes obsolete properties of Protection.

IsDeletingColumnsAllowed -> AllowDeletingColumn
IsDeletingRowsAllowed -> AllowDeletingRow
IsFilteringAllowed -> AllowFiltering
IsFormattingCellsAllowed -> AllowFormattingCell
IsFormattingColumnsAllowed -> AllowFormattingColumn
IsFormattingRowsAllowed -> AllowFormattingRow
IsInsertingColumnsAllowed -> AllowInsertingColumn
IsInsertingHyperlinksAllowed -> AllowInsertingHyperlink
IsInsertingRowsAllowed -> AllowInsertingRow
IsSortingAllowed -> AllowSorting
IsUsingPivotTablesAllowed -> AllowUsingPivotTable
IsEditingContentsAllowed -> AllowEditingContent
IsEditingObjectsAllowed -> AllowEditingObject
IsEditingScenariosAllowed -> AllowEditingScenario
IsSelectingLockedCellsAllowed -> AllowSelectingLockedCell
IsSelectingUnlockedCellsAllowed -> AllowSelectingUnlockedCell