Browse our Products

Aspose.Cells for Java 23.9 Release Notes

KeySummaryCategory
CELLSJAVA-45584Parsing xml with unescaped greater than signEnhancement
CELLSJAVA-45551Characters disappear when saving file to pdfBug
CELLSJAVA-45557Shapes are lost in Excel to PDF renderingBug
CELLSJAVA-45583YEARFRAC is not working as in Excel in Aspose Cells for Java 23.8Bug
CELLSJAVA-45592Regression: Worksheet not calculatedBug
CELLSJAVA-42279Labels of Chart are overlapping having missing lines when Chart is converted to PdfBug
CELLSJAVA-44175issue with overlapping Donut Chart LabelsBug
CELLSJAVA-45575Legend data of chart error when saving to imageBug
CELLSJAVA-45593The underline style of the chart title is incorrect when converting the file to HTMLBug
CELLSJAVA-45568Overlapping and garbled date data when saving files to svgBug
CELLSJAVA-45600Cells text not center aligned vertically in the generated EMF imageBug
CELLSJAVA-45261The texts are truncated when converted to HTMLBug
CELLSJAVA-45538Content of some cells not fully displayed within the width of the column when printed to HTMLBug
CELLSJAVA-45550Some cells in rows are shifted to the right in Excel to HTML renderingBug
CELLSJAVA-45582Extra underline appears in the text when converting the file to HTMLBug
CELLSJAVA-45555Issue with rendering some Excel 3-D charts (Column and Pie) into PDFBug
CELLSJAVA-45573Pivot table wrong background colors in converted PDFBug
CELLSJAVA-45596File corrupted after PivotTable.refreshData()Bug
CELLSJAVA-45556Exception using CellsHelper.convertR1C1FormulaToA1 when there are characters R or C or RC in formulasException

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 CustomFunctionDefinition class

The abstract class to support user to specify some special settings for custom functions by implementing it.

Adds Workbook.UpdateCustomFunctionDefinition(CustomFunctionDefinition definition) method

Supports to update all formulas which reference to custom functions according to user’s custom definition for them.

Adds FormulaParseOptions.CustomFunctionDefinition property

Supports to parse formula with user’s custom definition for custom functions.

Adds overloaded Worksheet.CalculateFormula(…) method

Supports to parse and calculate given formula with custom options and other conditions.

Adds overloaded Worksheet.CalculateArrayFormula(…) method

Supports to parse and calculate given formula as array formula with custom options and other conditions.

Adds Worksheet.ConvertFormulaReferenceStyle(string formula, bool toR1C1, int baseCellRow, int baseCellColumn) method

Converts the reference style between R1C1 and A1 for the given formula.

Adds CellValue class

Represents the cell value and corresponding type.

Adds virtual method ExportTableOptions.PreprocessExportedValue(int cellRow, int cellColumn, CellValue value)

Provides user the ability of checking and replacing some special cell types and values when exporting.

Adds Dispose() method for SheetRender and WorkbookRender

Provides user the ability to explicitly release resources created during rendering.

Adds EbookLoadOptions and EbookSaveOptions class

Represents options when importing/exporting an ebook file.

Adds GridWeb.DPI property

Gets and Sets the DPI of the machine.

Adds FileFormatType.Epub, LoadFormat.Epub, SaveFormat.Epub enum

Represents an EPUB file.

Adds Chart.FilteredNSeries property

Represents the data series collection that are not selected in the chart.

Adds Series.IsFiltered  property

Supports to filter the series in the chart. True represents this series is filtered, and it will not be displayed on the chart.

Adds CommentTitleType.Note and Reply enum type

Represents comment title note and reply.

Obsolete CellsHelper.ConvertR1C1FormulaToA1()/ConvertA1FormulaToR1C1() methods

Please use Worksheet.ConvertFormulaReferenceStyle() method instead.

Obsolete PdfSecurityOptions.ExtractContentPermissionObsolete property

Please use PdfSecurityOptions.ExtractContentPermission property instead.

Adds TableStyleCollection.DefaultTableStyleName and TableStyleCollection.DefaultPivotStyleName properties.

Gets and sets the default style name of the table and pivot.

Adds WorksheetCollection.RefreshAll() method.

Refreshes all Pivottables and Pivot Charts.

Adds Validation.GetValue() mthod.

Gets the result of validation in the cell.


 
 English