Browse our Products

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

KeySummaryCategory
CELLSNODEJSJAVA-86Migrate Aspose.Cells for Node.js via Java from node-java (NAN) to N-APIImprovement
CELLSNODEJSJAVA-92Migrate node-java (NAN) to N-APIImprovement
CELLSNODEJSJAVA-98Invalid XML (Schema violation and GUID lowercasing) on Workbook.saveAsync methodBug
CELLSJAVA-46578Support REGEXTEST functionNew Feature
CELLSJAVA-46682Support to decrypt encrypted ods with odf 1.4 specificationNew Feature
CELLSJAVA-46686“CellsException: Corrupted file. (ExceptionType.IO)” on Workbook constructor when using incorrect password for ODS/OTS filesEnhancement
CELLSJAVA-46683Detect the file format of encrypted odf1.4 fileEnhancement
CELLSJAVA-46692XLOOKUP returns incorrect result when mixing TEXT and BOOLEAN valuesBug
CELLSJAVA-46690The settings for individual data points that affected the NumberFormatBug
CELLSJAVA-46629Some shapes missing in Excel to PDF conversionBug
CELLSJAVA-46680Nullpointer when opening password protected Open Office ods 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 new property CopyOptions.UpdateInvalidReferencesToTargetSheet.

Indicates whether to refer to target worksheet if the referred worksheet is not copied.

Adds new member ErrorCellValueType.Value.

Represents the value of a cell containing a #VALUE! error.

Adds new member ErrorCellValueType.Ref.

Represents the value of a cell containing a #REF! error.

Adds new member ErrorCellValueType.NA.

Represents the value of a cell containing a #N/A error.