Aspose.Cells for PHP via Java 22.12 Release Notes

KeySummaryCategory
CELLSJAVA-43645The “3-D-format” attribute of the rectangle is not rendered correctlyNew Feature
CELLSJAVA-44936Set chart image (PNG) DPI settingsEnhancement
CELLSJAVA-44937Set chart image (JPG) DPI settingsEnhancement
CELLSJAVA-44998Double quote causing inline style failed in HTMLEnhancement
CELLSJAVA-44970Optimize the shadow effectBug
CELLSJAVA-44967Chart getDataLabels().getText() returning different value in v22.6.0 and later versionsBug
CELLSJAVA-44969Convert Excel to HTML, the datalabels display errorsBug
CELLSJAVA-44949Transparency changed when inserting Excel range as image with different format into PowerPoint slideBug
CELLSJAVA-44985Excel to HTML conversion - the graph legend does not appear and the plot area is truncatedBug
CELLSJAVA-44952Issue with DataBar.toImage method regarding widthBug
CELLSJAVA-44986The imported pictures are not aligned in a line when images are in DivBug
CELLSJAVA-44987Some pictures are covered by others when loading htmlBug
CELLSJAVA-44988Text is not rotated when loading htmlBug
CELLSJAVA-44989Font settings in div are lost when loading htmlBug
CELLSJAVA-44997Data and formattings lost in HTML to Excel conversionBug
CELLSJAVA-44999Aspose.Cells Custom GlobalizationSettings not working for most of the pivot tableBug

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 enum JsonExportHyperlinkType

Represents the type of exporting hyperlink to json files.

Adds JsonUtility.ExportRangeToJson(Range, JsonSaveOptions) and obsoletes ExportRangeToJson(Range, ExportRangeToJsonOptions) method

Use JsonUtility.ExportRangeToJson(Range, JsonSaveOptions) instead.

Adds PivotTable.DataFieldHeaderName property

Gets and sets the name of the value area field header in the PivotTable.

Adds override Range.SetStyle(Style,System.Boolean) method

Only overwrite formatting which is explicitly set when the flag is set

Adds PivotField.NonAutoSortDefault property

Indicates whether a sort operation that will be applied to this pivot field is an autosort operation or a simple data sort.

Adds GlobalizationSettings.GetDataFieldHeaderNameOfPivotTable() method

Gets the local name of the value area field header in the PivotTable.

Adds Chart.PlotVisibleCellsOnly property and obsoletes Chart.PlotVisibleCells property.

Use Chart.PlotVisibleCellsOnly property instead.

Adds JsonSaveOptions.ExportEmptyCells property.

Indicates whether exporting empty cells as null.

Adds JsonSaveOptions.ExportHyperlinkType property.

Represents the type of exporting hyperlink to json.

Adds JsonSaveOptions.ExportNestedStructure property.

Exported as parent-child hierarchy Json structure.

Adds JsonSaveOptions.SkipEmptyRows property.

Indicates whether skipping emtpy rows.

Deletes obsoleted SheetRender.GetPageSize(System.Int32) method

Use SheetRender.GetPageSizeInch(System.Int32) instead.

Deletes obsoleted WorkbookRender.GetPageSize(System.Int32) method

Use WorkbookRender.GetPageSizeInch(System.Int32) instead.

Deletes obsoleted AutoShapeType.TextWave3 and AutoShapeType.TextWave4 enum

Use UseAutoShape.TextDoubleWave1 and UseAutoShape.TextDoubleWave2 instead.