Browse our Products

Aspose.Cells for Java 21.4 Release Notes

KeySummaryCategory
CELLSJAVA-43396Converting Excel sheet to text file removes single quote from the beginningNew Feature
CELLSJAVA-43386Sorting is not working when data contains non alpha numeric charactersEnhancement
CELLSJAVA-43403Text placement shifted to the left when saving as HTMLBug
CELLSJAVA-43421Escape and line break chars not correctly rendered when converting HTML to ExcelBug
CELLSJAVA-43427Conditional Format with Data Bars Show Values in HTML ExportBug
CELLSJAVA-43428Accounting format combined with 6 point Font distorts numbers in HTMLBug
CELLSJAVA-43429Text with Vertical Text Alignment Disappears in HTMLBug
CELLSJAVA-43407Excel formulas are skipped/changed after saving fileBug
CELLSJAVA-43419Custom number format not displayed correctly in PDFBug
CELLSJAVA-43374Chart labels repeated while converting the attached Excel files to PDFBug
CELLSJAVA-43409Unexpected Data labels appeared in the output image of ChartBug
CELLSJAVA-43411Font substitution warnings not working in chart to image conversionBug
CELLSJAVA-43414Xls to Pdf conversion problemBug
CELLSJAVA-43425Header-Footer not available on the first page when exported to ExcelBug
CELLSJAVA-43432Chart content mismatched when re-saving an XLS file formatBug
CELLSJAVA-43433Referenced image is not rendered in PDFBug
CELLSJAVA-43434SmartMarker dynamic formula has wrong expanding cell styleBug
CELLSJAVA-43435Smart Markers dynamic formula inserts cells according to left expanded column but not according to the columns in formulaBug
CELLSJAVA-43417Exception raised while opening XLSX from large fileException
CELLSJAVA-43431java.lang.NullPointerException raised while calling Cells.deleteColumn() with the latest version 21.3 whereas it works with 21.2Exception
CELLSJAVA-43437IndexOutOfBoundsException on clicking other sheet pages in evaluation modeException

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 StartAccessCache()/CloseAccessCache() methods for Workbook and Worksheet.

Provide users the ability to access data in batch mode with better performance.

Adds TxtSaveOptions.ExportQuotePrefix and TxtLoadOptions.TreatQuotePrefixAsValue properties.

Provide users the ability to decide how to do with the leading single quote of cell’s value when exporting/importing CSV/TSV files.

Adds GlobalizationSettings.GetCollationKey(string,bool) and Compare(string,string,bool) methods.

Provide users the ability to override the default rules of string comparison. For some locales or string values, the default rule of string comparison may be not the expected one(the result of some features, such as formula calculation, sorting, etc., are different from what should be got in ms excel). If so, user may override those methods with the expected rule(for example, user may use the implementation of icu library).

Adds enum ImageType.WebP.

Represents the Weppy image.

Adds OleObject.SetEmbeddedObject() method.

In order to check whether automatically updating icon.

Adds WorkbookDesigner.LineByLine property.

Indicates whether processing smart markers line by line.

Adds HtmlSaveOptions.ExportCellCoordinate property.

Indicates whether exporting excel coordinate of nonblank cells when saving file to html. The default value is false.If you want to import the output html to excel, please keep the default value.

Adds AutoFitterOptions.DefaultEditLanguage property.

Gets or sets default edit language.


 
 English