aspose.cells 22.4.0 → 22.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -10,7 +10,7 @@ java.asyncOptions = {
10
10
  asyncSuffix: "Async",
11
11
  syncSuffix: "",
12
12
  };
13
- java.classpath.push(__dirname + "/aspose-cells-22.4.jar");
13
+ java.classpath.push(__dirname + "/aspose-cells-22.7.jar");
14
14
  java.classpath.push(__dirname + "/bcprov-jdk15on-160.jar");
15
15
  java.classpath.push(__dirname + "/bcpkix-jdk15on-1.60.jar");
16
16
  java.classpath.push(__dirname + "/JavaClassBridge.jar");
@@ -1026,6 +1026,7 @@ exports.ExceptionType = {
1026
1026
  CONDITIONAL_FORMATTING : 3,
1027
1027
  DATA_TYPE : 1,
1028
1028
  DATA_VALIDATION : 2,
1029
+ FILE_CORRUPTED : 23,
1029
1030
  FILE_FORMAT : 4,
1030
1031
  FORMULA : 5,
1031
1032
  INCORRECT_PASSWORD : 8,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aspose.cells",
3
- "version": "22.4.0",
3
+ "version": "22.7.0",
4
4
  "description": "A powerful library for manipulating and converting Excel (XLS, XLSX, XLSB), ODS, CSV and HTML files.",
5
5
  "main": "index.js",
6
6
  "scripts": {