Browse our Products

Aspose.Cells for Python via Java 25.6 Release Notes

KeySummaryCategory
CELLSJAVA-46403Support setting custom border width when saving file to pdfNew Feature
CELLSJAVA-46389Support smart marker range tagEnhancement
CELLSJAVA-46240Obtain incorrect value while reading xls file and calling isEquation() methodBug
CELLSJAVA-46362Calculation difference compared with Excel 365Bug
CELLSJAVA-46373Calculated result of MATCH function with INDEX function as lookup array is incorrectBug
CELLSJAVA-46374Calculated result of SUM with cached 2D range was incorrect when there is only one row of dataBug
CELLSJAVA-46377Bars don’t start in correct point when rendering to PDFBug
CELLSJAVA-46375Data pagination is inconsistent with excel when saving file to pdfBug
CELLSJAVA-46378Paging error when converting file to pdfBug
CELLSJAVA-46381Column width changed after converting mht to xlsxBug
CELLSJAVA-46248Some issues with Smart Markers when using JSON data sourceBug
CELLSJAVA-46379SubtotalN functionality with JSON input in Smart Markers doesn’t work as expectedBug
CELLSJAVA-46372IndexOutOfBoundsException error while generating Excel file if a child array is empty for Smart MarkersException

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 PclSaveOptions.EmbedFont property.

Indicates whether to embed font into the output Pcl file. The default value is true.

Adds CustomRenderSettings class and PaginatedSaveOptions.CustomRenderSettings, ImageOrPrintOptions.CustomRenderSettings properties.

Gets or sets custom settings during rendering.

Adds Workbook.MergeNamedStyles() method.

Merges named styles from other workbook.

Adds Timeline.Shape property and obsoletes LeftPixel, TopPixel, WidthPixel and HeightPixel properties of Timeline.

Gets the shape of the Timeline.

Adds PivotGlobalizationSettings.GetTextOfAllPeriods() method.

Gets the localized text of “All Periods” for rendering the timeline.

Gets the shape of slicer.

Adds JsonSaveOptions.ExportStylePool property.

Indicates whether to export styles collectively or individually to each cell.

Obsoletes DocxSaveOptions.SaveAsEditableShaps and adds DocxSaveOptions.SaveAsEditableShapes property.

Use DocxSaveOptions.SaveAsEditableShapes property instead.