Browse our Products

Aspose.Cells for PHP via Java 23.7 Release Notes

KeySummaryCategory
CELLSJAVA-45440Shapes with contents are not rendered precisely in Excel to PDF conversionBug
CELLSJAVA-45473EXCEL function TRIM() calculation errorBug
CELLSJAVA-45475Inexplicable change in the handling of numbers in right functionBug
CELLSJAVA-45027Overlapping Labels issue in Donut ChartsBug
CELLSJAVA-45102Issue with graph rendering - “+” sign and graph for both the x-axis and y-axis are not being plotted in the output PDFBug
CELLSJAVA-45398Position of legends is not retained during chart conversion to imageBug
CELLSJAVA-45396Position of leader lines is not retained during chart conversion to imageBug
CELLSJAVA-45399Font size of legends is not retained during chart conversion to imageBug
CELLSJAVA-45409Horizontal (Category) Axis missing in rendered PDF Charts from Excel chartBug
CELLSJAVA-45419Chart to Image - string split into two linesBug
CELLSJAVA-45423Excel Chart into image (.jpeg) : wrong exportBug
CELLSJAVA-45459Cell references are not displayed correctly when converting PDF in ExcelBug
CELLSJAVA-45478XLSX to PNG: Scale of Y-Axis wrongBug
CELLSJAVA-45480X-axis of graph is too long in Excel to PDF renderingBug
CELLSJAVA-45456Incorrect rendering of torus in topdf(.net /java)Bug
CELLSJAVA-45471The horizontal and vertical resolution is not set in Tiff while converting to Tiff image in JDK9Bug
CELLSJAVA-45469Text offset issue when saving file to HTMLBug
CELLSJAVA-45487Alignment Issue while loading HTML into Excel fileBug
CELLSJAVA-45486Special characters appear while converting spreadsheetML to xlsxBug
CELLSJAVA-45481Axis labels are rendered as vertical which should be diagonalBug
CELLSJAVA-45485Waterfall chart to image lines appearBug
CELLSJAVA-45491Memory overflow when converting xls to xlsxException
CELLSJAVA-45489Exceptions occur when converting xlsx to xlsException

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.

Changes behavior of setting Cells.StandardWidth

In old versions, setting standard width for worksheet does not change the width of those columns whose width is defined by default column. This caused inconsistent result when changing the sequence of setting standard width and applying row style. From 23.7, we make the width of default columns change to keep same with the new standard width when user setting this property.

Obsolete FileFormatType.Numbers enum

Please use FileFormatType.Numbers09 instead.

Adds FileFormatType.MicrosoftCabinet and FileFormatType.Rtf enum

Used for detecting file format type.

Adds method Shape.GetActualBox()

Gets the actual position and size of the shape (after applying rotation, flip, etc.)

Adds XmlLoadOptions.ConvertNumericOrDate, XmlLoadOptions.NumberFormat and XmlLoadOptions.DateFormat properties

Represents the options of converting numberic text.

Adds XmlLoadOptions.IgnoreRootAttributes property

Indicates whether ignore the attributes of xml root element.


 
 English