Browse our Products

Aspose.Cells for Java 23.8 Release Notes

KeySummaryCategory
CELLSJAVA-45554Lost spacing in formula after savingNew Feature
CELLSJAVA-42866Get button name and title in ODS fileNew Feature
CELLSJAVA-44907Evaluate and enhance rendering HTML to Excel worksheetsEnhancement
CELLSJAVA-45514Regression: Slow performance of Workbook CalculateFormulaBug
CELLSJAVA-45531YEARFRAC formula calculation errorBug
CELLSJAVA-44882Chart to image rendering - One of the labels is inside the doughnut chartBug
CELLSJAVA-45508Some labels overlapped when rendering chart to SVG/PDF on linuxBug
CELLSJAVA-45524Missing values on x-axis on bar chart compared to original Excel fileBug
CELLSJAVA-45548Y-axis scale of the bar chart changed when saving workbook to HTMLBug
CELLSJAVA-45536Office PowerPoint reports an error while saving pptx(inserted a generated Emf image) to pdfBug
CELLSJAVA-45542Failed to set transparency to false when saving as SVGBug
CELLSJAVA-45470Conditional formatting with Data Bars are rendered incorrectly in HTML exportBug
CELLSJAVA-45507The issue with HTML extracted from the XLSX fileBug
CELLSJAVA-45521Horizontal Shifting not working using Smart Markers optionBug
CELLSJAVA-45544Output XLSX file does not show contents/values correctly after re-saving the fileBug
CELLSJAVA-45546Pictures are damaged after saving xls to xlsxBug
CELLSJAVA-45504Shape to image error when converting file to pdfException
CELLSJAVA-45519“java.lang.OutOfMemoryError” while converting XLS to XLSXException
CELLSJAVA-45513Exception “java.lang.IllegalArgumentException” when loading an XLSX fileException

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 FormulaSettings.PreservePaddingSpaces property

Indicates whether to preserve those spaces and line breaks that are padded between formula tokens while getting and setting formulas.

Adds LoadOptions.PreservePaddingSpacesInFormula property

Indicates whether to preserve those spaces and line breaks that are padded between formula tokens while parsing formulas that imported from template file.

Adds Cells.DeleteRow(int rowIndex, bool updateReference) method

One override method for deleting row with specified flag of updating references.

Adds AbstractCalculationEngine.IsParamArrayModeRequired property and CalculationData.GetParamValueInArrayMode(int index, int maxRowCount, int maxColumnCount) method

Provides those apis for user’s special requirement of getting parameter’s values in array mode while calculating custom functions.

Adds Cell.InsertText() method

Inserts text to the cell.

Adds Cell.Replace() method.

Replaces text of the cell with options.

Adds ReplaceOptions.FontSettings options.

Replaces the old text with rich formatting text.

Adds HtmlSaveOptions.IsIECompatible property.

Indicates whether the output HTML is compatible with IE browser.


 
 English