aspose.cells 23.4.0 → 23.5.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.4.jar");
13
+ java.classpath.push(__dirname + "/aspose-cells-23.5.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");
@@ -2185,6 +2185,15 @@ exports.PdfOptimizationType = {
2185
2185
  MINIMUM_SIZE : 1,
2186
2186
  STANDARD : 0,
2187
2187
  },
2188
+ exports.PivotAreaType = {
2189
+ ALL : 3,
2190
+ BUTTON : 5,
2191
+ DATA : 2,
2192
+ NONE : 0,
2193
+ NORMAL : 1,
2194
+ ORIGIN : 4,
2195
+ TOP_RIGHT : 6,
2196
+ },
2188
2197
  exports.PivotConditionFormatRuleType = {
2189
2198
  ALL : 1,
2190
2199
  COLUMN : 3,
@@ -3446,11 +3455,15 @@ exports.PdfSecurityOptions = java.import("com.aspose.cells.PdfSecurityOptions");
3446
3455
  exports.PicFormatOption = java.import("com.aspose.cells.PicFormatOption");
3447
3456
  exports.PictureBulletValue = java.import("com.aspose.cells.PictureBulletValue");
3448
3457
  exports.PivotArea = java.import("com.aspose.cells.PivotArea");
3458
+ exports.PivotAreaFilter = java.import("com.aspose.cells.PivotAreaFilter");
3459
+ exports.PivotAreaFilterCollection = java.import("com.aspose.cells.PivotAreaFilterCollection");
3449
3460
  exports.PivotGlobalizationSettings = java.import("com.aspose.cells.PivotGlobalizationSettings");
3450
3461
  exports.PivotPageFields = java.import("com.aspose.cells.PivotPageFields");
3451
3462
  exports.PowerQueryFormulaParameter = java.import("com.aspose.cells.PowerQueryFormulaParameter");
3452
3463
  exports.PowerQueryFormulaParameterCollection = java.import("com.aspose.cells.PowerQueryFormulaParameterCollection");
3453
3464
  exports.PptxSaveOptions = java.import("com.aspose.cells.PptxSaveOptions");
3465
+ exports.RenderingFont = java.import("com.aspose.cells.RenderingFont");
3466
+ exports.RenderingWatermark = java.import("com.aspose.cells.RenderingWatermark");
3454
3467
  exports.ReplaceOptions = java.import("com.aspose.cells.ReplaceOptions");
3455
3468
  exports.RevisionHeader = java.import("com.aspose.cells.RevisionHeader");
3456
3469
  exports.SeriesLayoutProperties = java.import("com.aspose.cells.SeriesLayoutProperties");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aspose.cells",
3
- "version": "23.4.0",
3
+ "version": "23.5.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": {