aspose.cells 23.1.0 → 23.3.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-23.
|
|
13
|
+
java.classpath.push(__dirname + "/aspose-cells-23.3.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");
|
|
@@ -2221,6 +2221,11 @@ exports.PivotTableAutoFormatType = {
|
|
|
2221
2221
|
TABLE_8 : 19,
|
|
2222
2222
|
TABLE_9 : 20,
|
|
2223
2223
|
},
|
|
2224
|
+
exports.PivotTableSelectionType = {
|
|
2225
|
+
DATA_AND_LABEL : 0,
|
|
2226
|
+
DATA_ONLY : 2,
|
|
2227
|
+
LABEL_ONLY : 1,
|
|
2228
|
+
},
|
|
2224
2229
|
exports.PivotTableStyleType = {
|
|
2225
2230
|
CUSTOM : 85,
|
|
2226
2231
|
NONE : 0,
|
|
@@ -2801,7 +2806,7 @@ exports.SqlScriptOperatorType = {
|
|
|
2801
2806
|
},
|
|
2802
2807
|
exports.StyleModifyFlag = {
|
|
2803
2808
|
ALIGNMENT_SETTINGS : 4161664,
|
|
2804
|
-
ALL :
|
|
2809
|
+
ALL : 234881012,
|
|
2805
2810
|
BACKGROUND_COLOR : 16777216,
|
|
2806
2811
|
BORDERS : 16224,
|
|
2807
2812
|
BOTTOM_BORDER : 2048,
|
|
@@ -2809,7 +2814,7 @@ exports.StyleModifyFlag = {
|
|
|
2809
2814
|
DIAGONAL : 12288,
|
|
2810
2815
|
DIAGONAL_DOWN_BORDER : 4096,
|
|
2811
2816
|
DIAGONAL_UP_BORDER : 8192,
|
|
2812
|
-
FONT :
|
|
2817
|
+
FONT : 20,
|
|
2813
2818
|
FONT_CAP : 18,
|
|
2814
2819
|
FONT_CHARSET : 10,
|
|
2815
2820
|
FONT_COLOR : 3,
|
|
@@ -2827,6 +2832,7 @@ exports.StyleModifyFlag = {
|
|
|
2827
2832
|
FONT_STRIKE : 7,
|
|
2828
2833
|
FONT_U_FILL_TX : 14,
|
|
2829
2834
|
FONT_UNDERLINE : 6,
|
|
2835
|
+
FONT_VERTICAL_TEXT : 19,
|
|
2830
2836
|
FONT_WEIGHT : 4,
|
|
2831
2837
|
FOREGROUND_COLOR : 8388608,
|
|
2832
2838
|
HIDE_FORMULA : 134217728,
|
|
@@ -3312,6 +3318,7 @@ exports.PdfSaveOptions = java.import("com.aspose.cells.PdfSaveOptions");
|
|
|
3312
3318
|
exports.PdfSecurityOptions = java.import("com.aspose.cells.PdfSecurityOptions");
|
|
3313
3319
|
exports.PicFormatOption = java.import("com.aspose.cells.PicFormatOption");
|
|
3314
3320
|
exports.PictureBulletValue = java.import("com.aspose.cells.PictureBulletValue");
|
|
3321
|
+
exports.PivotArea = java.import("com.aspose.cells.PivotArea");
|
|
3315
3322
|
exports.PivotGlobalizationSettings = java.import("com.aspose.cells.PivotGlobalizationSettings");
|
|
3316
3323
|
exports.PivotPageFields = java.import("com.aspose.cells.PivotPageFields");
|
|
3317
3324
|
exports.PowerQueryFormulaParameter = java.import("com.aspose.cells.PowerQueryFormulaParameter");
|