aspose.cells 24.3.0 → 24.4.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.
|
Binary file
|
package/lib/aspose.cells.js
CHANGED
|
@@ -10,7 +10,7 @@ java.asyncOptions = {
|
|
|
10
10
|
asyncSuffix: "Async",
|
|
11
11
|
syncSuffix: "",
|
|
12
12
|
};
|
|
13
|
-
java.classpath.push(__dirname + "/aspose-cells-24.
|
|
13
|
+
java.classpath.push(__dirname + "/aspose-cells-24.4.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");
|
|
@@ -1241,6 +1241,7 @@ exports.FileFormatType = {
|
|
|
1241
1241
|
UNKNOWN : 255,
|
|
1242
1242
|
VSD : 36,
|
|
1243
1243
|
VSDX : 37,
|
|
1244
|
+
WEB_P : 323,
|
|
1244
1245
|
WMF : 259,
|
|
1245
1246
|
X_HTML : 771,
|
|
1246
1247
|
XLAM : 10,
|
|
@@ -2721,6 +2722,11 @@ exports.RenameStrategy = {
|
|
|
2721
2722
|
EXCEPTION : 0,
|
|
2722
2723
|
LETTER : 2,
|
|
2723
2724
|
},
|
|
2725
|
+
exports.ReserveMissingPivotItemType = {
|
|
2726
|
+
ALL : 1,
|
|
2727
|
+
DEFAULT : 0,
|
|
2728
|
+
NONE : 2,
|
|
2729
|
+
},
|
|
2724
2730
|
exports.ResourceLoadingType = {
|
|
2725
2731
|
DEFAULT : 0,
|
|
2726
2732
|
SKIP : 1,
|
|
@@ -3464,6 +3470,7 @@ exports.CustomProperty = java.import("com.aspose.cells.CustomProperty");
|
|
|
3464
3470
|
exports.DataSorterKeyCollection = java.import("com.aspose.cells.DataSorterKeyCollection");
|
|
3465
3471
|
exports.DateTime = java.import("com.aspose.cells.DateTime");
|
|
3466
3472
|
exports.DateTimeGroupItem = java.import("com.aspose.cells.DateTimeGroupItem");
|
|
3473
|
+
exports.DeleteBlankOptions = java.import("com.aspose.cells.DeleteBlankOptions");
|
|
3467
3474
|
exports.DeleteOptions = java.import("com.aspose.cells.DeleteOptions");
|
|
3468
3475
|
exports.DifSaveOptions = java.import("com.aspose.cells.DifSaveOptions");
|
|
3469
3476
|
exports.DigitalSignature = java.import("com.aspose.cells.DigitalSignature");
|
|
@@ -3519,6 +3526,7 @@ exports.PivotAreaFilterCollection = java.import("com.aspose.cells.PivotAreaFilte
|
|
|
3519
3526
|
exports.PivotFieldGroupSettings = java.import("com.aspose.cells.PivotFieldGroupSettings");
|
|
3520
3527
|
exports.PivotGlobalizationSettings = java.import("com.aspose.cells.PivotGlobalizationSettings");
|
|
3521
3528
|
exports.PivotPageFields = java.import("com.aspose.cells.PivotPageFields");
|
|
3529
|
+
exports.PivotTableRefreshOption = java.import("com.aspose.cells.PivotTableRefreshOption");
|
|
3522
3530
|
exports.PowerQueryFormulaParameter = java.import("com.aspose.cells.PowerQueryFormulaParameter");
|
|
3523
3531
|
exports.PowerQueryFormulaParameterCollection = java.import("com.aspose.cells.PowerQueryFormulaParameterCollection");
|
|
3524
3532
|
exports.PptxSaveOptions = java.import("com.aspose.cells.PptxSaveOptions");
|
|
@@ -3546,10 +3554,12 @@ exports.SqlScriptSaveOptions = java.import("com.aspose.cells.SqlScriptSaveOption
|
|
|
3546
3554
|
exports.Style = java.import("com.aspose.cells.Style");
|
|
3547
3555
|
exports.StyleFlag = java.import("com.aspose.cells.StyleFlag");
|
|
3548
3556
|
exports.SvgSaveOptions = java.import("com.aspose.cells.SvgSaveOptions");
|
|
3557
|
+
exports.SystemTimeInterruptMonitor = java.import("com.aspose.cells.SystemTimeInterruptMonitor");
|
|
3549
3558
|
exports.TableToRangeOptions = java.import("com.aspose.cells.TableToRangeOptions");
|
|
3550
3559
|
exports.TextTabStopCollection = java.import("com.aspose.cells.TextTabStopCollection");
|
|
3551
3560
|
exports.ThemeColor = java.import("com.aspose.cells.ThemeColor");
|
|
3552
3561
|
exports.ThreadedCommentAuthorCollection = java.import("com.aspose.cells.ThreadedCommentAuthorCollection");
|
|
3562
|
+
exports.ThreadInterruptMonitor = java.import("com.aspose.cells.ThreadInterruptMonitor");
|
|
3553
3563
|
exports.TilePicOption = java.import("com.aspose.cells.TilePicOption");
|
|
3554
3564
|
exports.Top10 = java.import("com.aspose.cells.Top10");
|
|
3555
3565
|
exports.TwoColorGradient = java.import("com.aspose.cells.TwoColorGradient");
|