aspose.cells 22.8.0 → 22.10.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-22.
|
|
13
|
+
java.classpath.push(__dirname + "/aspose-cells-22.10.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");
|
|
@@ -1593,6 +1593,11 @@ exports.LoadFormat = {
|
|
|
1593
1593
|
XLSX : 6,
|
|
1594
1594
|
XML : 51,
|
|
1595
1595
|
},
|
|
1596
|
+
exports.LoadNumbersTableType = {
|
|
1597
|
+
ONE_TABLE_PER_SHEET : 1,
|
|
1598
|
+
OVERRIDE_OTHER_TABLES : 2,
|
|
1599
|
+
TILE_TABLES : 4,
|
|
1600
|
+
},
|
|
1596
1601
|
exports.LookAtType = {
|
|
1597
1602
|
CONTAINS : 0,
|
|
1598
1603
|
END_WITH : 2,
|
|
@@ -2421,6 +2426,13 @@ exports.PresetShadowType = {
|
|
|
2421
2426
|
PERSPECTIVE_DIAGONAL_UPPER_LEFT : 20,
|
|
2422
2427
|
PERSPECTIVE_DIAGONAL_UPPER_RIGHT : 21,
|
|
2423
2428
|
},
|
|
2429
|
+
exports.PresetThemeGradientType = {
|
|
2430
|
+
BOTTOM_SPOTLIGHT : 3,
|
|
2431
|
+
LIGHT_GRADIENT : 0,
|
|
2432
|
+
MEDIUM_GRADIENT : 2,
|
|
2433
|
+
RADIAL_GRADIENT : 4,
|
|
2434
|
+
TOP_SPOTLIGHT : 1,
|
|
2435
|
+
},
|
|
2424
2436
|
exports.PresetWordArtStyle = {
|
|
2425
2437
|
WORD_ART_STYLE_1 : 1,
|
|
2426
2438
|
WORD_ART_STYLE_10 : 10,
|
|
@@ -3284,6 +3296,7 @@ exports.MetadataOptions = java.import("com.aspose.cells.MetadataOptions");
|
|
|
3284
3296
|
exports.Metered = java.import("com.aspose.cells.Metered");
|
|
3285
3297
|
exports.MultipleFilterCollection = java.import("com.aspose.cells.MultipleFilterCollection");
|
|
3286
3298
|
exports.NoneBulletValue = java.import("com.aspose.cells.NoneBulletValue");
|
|
3299
|
+
exports.NumbersLoadOptions = java.import("com.aspose.cells.NumbersLoadOptions");
|
|
3287
3300
|
exports.OdsLoadOptions = java.import("com.aspose.cells.OdsLoadOptions");
|
|
3288
3301
|
exports.OdsPageBackground = java.import("com.aspose.cells.OdsPageBackground");
|
|
3289
3302
|
exports.OdsSaveOptions = java.import("com.aspose.cells.OdsSaveOptions");
|