aspose.cells 24.5.0 → 24.6.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-24.5.jar");
13
+ java.classpath.push(__dirname + "/aspose-cells-24.6.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");
@@ -2376,6 +2376,11 @@ exports.PivotItemPosition = {
2376
2376
  NEXT : 1,
2377
2377
  PREVIOUS : 0,
2378
2378
  },
2379
+ exports.PivotItemPositionType = {
2380
+ CUSTOM : 2,
2381
+ NEXT : 1,
2382
+ PREVIOUS : 0,
2383
+ },
2379
2384
  exports.PivotMissingItemLimitType = {
2380
2385
  AUTOMATIC : 0,
2381
2386
  MAX : 1,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aspose.cells",
3
- "version": "24.5.0",
3
+ "version": "24.6.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": {