aspose.cells 23.11.0 → 23.12.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-23.11.jar");
13
+ java.classpath.push(__dirname + "/aspose-cells-23.12.jar");
14
14
  java.classpath.push(__dirname + "/bcprov-jdk15on-1.68.jar");
15
15
  java.classpath.push(__dirname + "/bcpkix-jdk15on-1.68.jar");
16
16
  java.classpath.push(__dirname + "/JavaClassBridge.jar");
@@ -74,6 +74,10 @@ exports.AccessCacheOptions = {
74
74
  SET_FORMULA : 4194304,
75
75
  VALIDATION : 33554441,
76
76
  },
77
+ exports.AdjustFontSizeForRowType = {
78
+ EMPTY_ROWS : 1,
79
+ NONE : 0,
80
+ },
77
81
  exports.AutoFillType = {
78
82
  COPY : 1,
79
83
  DEFAULT : 0,
@@ -2185,6 +2189,12 @@ exports.PdfCompliance = {
2185
2189
  PDF_17 : 5,
2186
2190
  PDF_A_1_A : 2,
2187
2191
  PDF_A_1_B : 1,
2192
+ PDF_A_2_A : 8,
2193
+ PDF_A_2_B : 6,
2194
+ PDF_A_2_U : 7,
2195
+ PDF_A_3_A : 11,
2196
+ PDF_A_3_B : 9,
2197
+ PDF_A_3_U : 10,
2188
2198
  },
2189
2199
  exports.PdfCompressionCore = {
2190
2200
  FLATE : 3,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aspose.cells",
3
- "version": "23.11.0",
3
+ "version": "23.12.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": {