aspose.cells 23.6.0 → 23.8.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.8.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");
|
|
@@ -1186,7 +1186,6 @@ exports.FileFormatType = {
|
|
|
1186
1186
|
DOTX : 39,
|
|
1187
1187
|
EMF : 258,
|
|
1188
1188
|
EXCEL_2 : 25,
|
|
1189
|
-
EXCEL_2003_XML : 15,
|
|
1190
1189
|
EXCEL_3 : 24,
|
|
1191
1190
|
EXCEL_4 : 23,
|
|
1192
1191
|
EXCEL_95 : 22,
|
|
@@ -1201,6 +1200,7 @@ exports.FileFormatType = {
|
|
|
1201
1200
|
M_HTML : 17,
|
|
1202
1201
|
MAPI_MESSAGE : 33,
|
|
1203
1202
|
MARKDOWN : 57,
|
|
1203
|
+
MICROSOFT_CABINET : 773,
|
|
1204
1204
|
MS_EQUATION : 34,
|
|
1205
1205
|
NUMBERS : 56,
|
|
1206
1206
|
NUMBERS_09 : 56,
|
|
@@ -1225,6 +1225,7 @@ exports.FileFormatType = {
|
|
|
1225
1225
|
PPT : 32,
|
|
1226
1226
|
PPTM : 41,
|
|
1227
1227
|
PPTX : 26,
|
|
1228
|
+
RTF : 774,
|
|
1228
1229
|
SPREADSHEET_ML : 15,
|
|
1229
1230
|
SQL_SCRIPT : 514,
|
|
1230
1231
|
SVG : 28,
|
|
@@ -3432,6 +3433,8 @@ exports.GlobalizationSettings = java.import("com.aspose.cells.GlobalizationSetti
|
|
|
3432
3433
|
exports.HighlightChangesOptions = java.import("com.aspose.cells.HighlightChangesOptions");
|
|
3433
3434
|
exports.HtmlLoadOptions = java.import("com.aspose.cells.HtmlLoadOptions");
|
|
3434
3435
|
exports.HtmlSaveOptions = java.import("com.aspose.cells.HtmlSaveOptions");
|
|
3436
|
+
exports.HtmlTableLoadOption = java.import("com.aspose.cells.HtmlTableLoadOption");
|
|
3437
|
+
exports.HtmlTableLoadOptionCollection = java.import("com.aspose.cells.HtmlTableLoadOptionCollection");
|
|
3435
3438
|
exports.ImageOrPrintOptions = java.import("com.aspose.cells.ImageOrPrintOptions");
|
|
3436
3439
|
exports.ImageSaveOptions = java.import("com.aspose.cells.ImageSaveOptions");
|
|
3437
3440
|
exports.IndividualFontConfigs = java.import("com.aspose.cells.IndividualFontConfigs");
|
|
@@ -3473,6 +3476,9 @@ exports.RenderingWatermark = java.import("com.aspose.cells.RenderingWatermark");
|
|
|
3473
3476
|
exports.ReplaceOptions = java.import("com.aspose.cells.ReplaceOptions");
|
|
3474
3477
|
exports.RevisionHeader = java.import("com.aspose.cells.RevisionHeader");
|
|
3475
3478
|
exports.SeriesLayoutProperties = java.import("com.aspose.cells.SeriesLayoutProperties");
|
|
3479
|
+
exports.SettableChartGlobalizationSettings = java.import("com.aspose.cells.SettableChartGlobalizationSettings");
|
|
3480
|
+
exports.SettableGlobalizationSettings = java.import("com.aspose.cells.SettableGlobalizationSettings");
|
|
3481
|
+
exports.SettablePivotGlobalizationSettings = java.import("com.aspose.cells.SettablePivotGlobalizationSettings");
|
|
3476
3482
|
exports.ShapeGuideCollection = java.import("com.aspose.cells.ShapeGuideCollection");
|
|
3477
3483
|
exports.ShapePath = java.import("com.aspose.cells.ShapePath");
|
|
3478
3484
|
exports.ShapePathPointCollection = java.import("com.aspose.cells.ShapePathPointCollection");
|