Browse our Products
Aspose.Cells for Python via Java 25.12 Release Notes
| Key | Summary | Category |
|---|---|---|
| CELLSJAVA-46572 | Support PERCENTOF function | New Feature |
| CELLSJAVA-46556 | Support AES-128 for pdf encryption | Enhancement |
| CELLSJAVA-46576 | Support xref stream in the generated pdf | Enhancement |
| CELLSJAVA-46561 | The data bars are missing when the HTML file (generated by Aspose.Cells) is inserted into an empty Word document via Aspose.Words for Java | Bug |
| CELLSJAVA-46562 | Exception occurred when saving file to html and calling formula calculation | Exception |
| CELLSJAVA-46573 | CellsException occurs when saving file to pdf | Exception |
| CELLSJAVA-46550 | Exception “The custom criteria of auto filter could not be null” when loading the saved SpreadsheetML file via Aspose.Cells’ object model | Exception |
| CELLSJAVA-46559 | Loading the converted SpreadsheetML file causes an exception “Invalid column index” | Exception |
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 ChartDataValue class.
Encapsulates chart data value.
Adds Series.PointValues property.
Represents the actual values that are used to plot every point in the chart. When Series.Values is a link, you can use this attribute to get specific data.
Adds Series.CategoryValues property.
Represents the actual category values that are used in the chart. When Series.XValues is a link, you can use this attribute to get specific data.
Removes ChartType.RadialHistogram.
This is a chart type that does not exist in Excel, which may cause errors.
Adds HtmlSaveOptions.ExportNamedRangeAnchors property.
Indicates whether to export anchor elements for named ranges when saving as HTML.
Adds DataBarRenderMode enum and HtmlSaveOptions.DataBarRenderMode property.
Represents the mode of how to render DataBar when converting Excel files to html files.
Adds ShapeCollection.AddLaTeXEquation method.
Adds an equation object to the worksheet using LaTeX format strings.