aspose.cells 23.5.0 → 23.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.
- package/End User License Agreement.html +2 -2
- package/lib/{aspose-cells-23.5.jar → aspose-cells-23.6.jar} +0 -0
- package/lib/aspose.cells.js +9 -3
- package/lib/bcpkix-jdk15on-1.68.jar +0 -0
- package/lib/bcprov-jdk15on-1.68.jar +0 -0
- package/package.json +1 -1
- package/lib/bcpkix-jdk15on-1.60.jar +0 -0
- package/lib/bcprov-jdk15on-160.jar +0 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<html>
|
|
2
2
|
<head>
|
|
3
3
|
<title>Aspose - End User License Agreement (EULA)</title>
|
|
4
|
-
<meta http-equiv="refresh" content="0; url=
|
|
4
|
+
<meta http-equiv="refresh" content="0; url=https://about.aspose.com/legal/eula" />
|
|
5
5
|
</head>
|
|
6
6
|
<body>
|
|
7
7
|
<p>Please wait. You'll be redirected to the online version of EULA.</p>
|
|
8
|
-
<p>If it fails to redirect then please go the following link manually: <a href="
|
|
8
|
+
<p>If it fails to redirect then please go the following link manually: <a href="https://about.aspose.com/legal/eula">https://about.aspose.com/legal/eula</a></p>
|
|
9
9
|
</body>
|
|
10
10
|
</html>
|
|
Binary file
|
package/lib/aspose.cells.js
CHANGED
|
@@ -10,9 +10,9 @@ java.asyncOptions = {
|
|
|
10
10
|
asyncSuffix: "Async",
|
|
11
11
|
syncSuffix: "",
|
|
12
12
|
};
|
|
13
|
-
java.classpath.push(__dirname + "/aspose-cells-23.
|
|
14
|
-
java.classpath.push(__dirname + "/bcprov-jdk15on-
|
|
15
|
-
java.classpath.push(__dirname + "/bcpkix-jdk15on-1.
|
|
13
|
+
java.classpath.push(__dirname + "/aspose-cells-23.6.jar");
|
|
14
|
+
java.classpath.push(__dirname + "/bcprov-jdk15on-1.68.jar");
|
|
15
|
+
java.classpath.push(__dirname + "/bcpkix-jdk15on-1.68.jar");
|
|
16
16
|
java.classpath.push(__dirname + "/JavaClassBridge.jar");
|
|
17
17
|
|
|
18
18
|
exports = module.exports;
|
|
@@ -1192,6 +1192,7 @@ exports.FileFormatType = {
|
|
|
1192
1192
|
EXCEL_95 : 22,
|
|
1193
1193
|
EXCEL_97_TO_2003 : 5,
|
|
1194
1194
|
FODS : 59,
|
|
1195
|
+
G_ZIP : 35615,
|
|
1195
1196
|
GIF : 322,
|
|
1196
1197
|
GRAPH_CHART : 58,
|
|
1197
1198
|
HTML : 12,
|
|
@@ -1547,6 +1548,10 @@ exports.IconSetType = {
|
|
|
1547
1548
|
TRAFFIC_LIGHTS_4 : 12,
|
|
1548
1549
|
TRIANGLES_3 : 19,
|
|
1549
1550
|
},
|
|
1551
|
+
exports.ImageBinarizationMethod = {
|
|
1552
|
+
FLOYD_STEINBERG_DITHERING : 1,
|
|
1553
|
+
THRESHOLD : 0,
|
|
1554
|
+
},
|
|
1550
1555
|
exports.ImageType = {
|
|
1551
1556
|
BMP : 7,
|
|
1552
1557
|
EMF : 2,
|
|
@@ -3424,6 +3429,7 @@ exports.FontConfigs = java.import("com.aspose.cells.FontConfigs");
|
|
|
3424
3429
|
exports.FontSetting = java.import("com.aspose.cells.FontSetting");
|
|
3425
3430
|
exports.FormulaParseOptions = java.import("com.aspose.cells.FormulaParseOptions");
|
|
3426
3431
|
exports.GlobalizationSettings = java.import("com.aspose.cells.GlobalizationSettings");
|
|
3432
|
+
exports.HighlightChangesOptions = java.import("com.aspose.cells.HighlightChangesOptions");
|
|
3427
3433
|
exports.HtmlLoadOptions = java.import("com.aspose.cells.HtmlLoadOptions");
|
|
3428
3434
|
exports.HtmlSaveOptions = java.import("com.aspose.cells.HtmlSaveOptions");
|
|
3429
3435
|
exports.ImageOrPrintOptions = java.import("com.aspose.cells.ImageOrPrintOptions");
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|