Browse our Products

Aspose.Cells for Node.js via Java 24.7 Release Notes

KeySummaryCategory
CELLSJAVA-46040Improve width and height measure for Aptos Narrow fontEnhancement
CELLSJAVA-46034Keep and Remove custom JavaScript macroEnhancement
CELLSJAVA-46022The spacing between text lines in the text box is incorrect when converting the file to PDFBug
CELLSJAVA-46035ASC function does not give correct value for some charactersBug
CELLSJAVA-46036WIDECHAR does not give correct result for some Japanese charactersBug
CELLSJAVA-46051TEXT function was not calculated correctly for some regionsBug
CELLSJAVA-46024Incomplete display of chart data when converting file to htmlBug
CELLSJAVA-46029Image size exceeds the limit when using ImageOrPrintOptions.setOnePagePerSheet (true)Bug
CELLSJAVA-46039Page break is not right when using Aptos Narrow fontBug
CELLSJAVA-46010NullPointerException occurs when converting file to HTMLException
CELLSJAVA-46031ArrayIndexOutOfBoundsException occurs when calling Workbook.calculateFormula() methodException
CELLSJAVA-46030“com.aspose.cells.CellsException: Invalid Power query formula definition” on merging filesException

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 AbstractCalculationEngine.ForceRecalculate(string functionName) method

Forces the custom function be recalculated always when calculating shared formulas, even if its parameters do not change for different cells of the same shared formula. By default this method returns false.

Adds Picture.PlaceInCell() method

Place picture which is over cell in cell.

Adds Shape.IsDecorative property

Indicates whether the shape is decorative.

Adds JsonLoadOptions.KeptSchema property

Inicates whether keeping JSON shcema when loading JSON file.

Adds PivotTableCalculateOption class

Rerepsents the options of calcuating the pivot table.

Adds PivotTable.CalculateData(Pivot.PivotTableCalculateOption) method

Calcuating pivot table with options.

Adds SlicerCacheItemSortType.Natural enum

No sorting.

Adds SaveFormat.Azw3 enum

Represents Azw3 file.

Adds EbookSaveOptions(SaveFormat saveFormat) constructor

Creates options for saving ebook file with SaveFormat.Epub or SaveFormat.Azw3.

Obsolete AxisBins.ResetOverflow() and AxisBins.ResetUnderflow() method

This is an internal method that does not need to be called externally to avoid causing problems.

Obsolete properties of ChartDataTable: HasBorderHorizontal, HasBorderVertical and HasBorderOutline

Please use properties HasHorizontalBorder, HasVerticalBorder and HasOutlineBorder instead.

Adds ChartDataTable.HasHorizontalBorder property

True if the chart data table has horizontal cell borders.

Adds ChartDataTable.HasVerticalBorder property

True if the chart data table has vertical cell borders.

Adds ChartDataTable.HasOutlineBorder property

True if the chart data table has outline borders.

Obsolete ChartPoint.InnerRadiusPx property

Please use ChartPoint.DoughnutInnerRadius property instead.

Adds ChartPoint.DoughnutInnerRadius property

Gets the inner radius of doughnut slice in units of pixels after calls Chart.Calculate() method. Applies to Doughnut chart.

Adds DataLabels.ApplyFont() method

Apply the font of the datalabels to all child nodes.

Adds Series.XValuesFormatCode property

Represents format code of X Values’s NumberList.

Obsolete SeriesCollection.ChangeSeriesOrder(Int32,Int32) method

Please use SeriesCollection.SwapSeries(Int32,Int32) method instead.

Adds SeriesCollection.SwapSeries(Int32,Int32) method

Directly changes the orders of the two series.

Adds SparklineGroupCollection.Add(Charts.SparklineType) method

Adds a SparklineGroup with a Sparkline to the collection.

Removes obsolete ChartDataTable.Background property

Please use ChartDataTable.BackgroundMode property instead.

Adds Cells.GetCellsWithPlaceInCellPicture() method.

Gets all cells that contain embedded picture.

Adds ConversionUtility class.

Represents utility to convert files to other formats.

Adds GridJsWorkbook.JsonToStream(OutputStream stream, string filename) .

Write JSON of the file to the stream.

Adds GridJsWorkbook.JsonToStreamByUid(OutputStream stream, string uid, string filename).

Write JSON of the file from the cache by the specified unique id to the stream.