aspose.cells 23.4.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.
@@ -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=http://www.aspose.com/corporate/purchase/end-user-license-agreement.aspx" />
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="http://www.aspose.com/corporate/purchase/end-user-license-agreement.aspx">http://www.aspose.com/corporate/purchase/end-user-license-agreement.aspx</a></p>
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>
@@ -10,9 +10,9 @@ java.asyncOptions = {
10
10
  asyncSuffix: "Async",
11
11
  syncSuffix: "",
12
12
  };
13
- java.classpath.push(__dirname + "/aspose-cells-23.4.jar");
14
- java.classpath.push(__dirname + "/bcprov-jdk15on-160.jar");
15
- java.classpath.push(__dirname + "/bcpkix-jdk15on-1.60.jar");
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,
@@ -2185,6 +2190,15 @@ exports.PdfOptimizationType = {
2185
2190
  MINIMUM_SIZE : 1,
2186
2191
  STANDARD : 0,
2187
2192
  },
2193
+ exports.PivotAreaType = {
2194
+ ALL : 3,
2195
+ BUTTON : 5,
2196
+ DATA : 2,
2197
+ NONE : 0,
2198
+ NORMAL : 1,
2199
+ ORIGIN : 4,
2200
+ TOP_RIGHT : 6,
2201
+ },
2188
2202
  exports.PivotConditionFormatRuleType = {
2189
2203
  ALL : 1,
2190
2204
  COLUMN : 3,
@@ -3415,6 +3429,7 @@ exports.FontConfigs = java.import("com.aspose.cells.FontConfigs");
3415
3429
  exports.FontSetting = java.import("com.aspose.cells.FontSetting");
3416
3430
  exports.FormulaParseOptions = java.import("com.aspose.cells.FormulaParseOptions");
3417
3431
  exports.GlobalizationSettings = java.import("com.aspose.cells.GlobalizationSettings");
3432
+ exports.HighlightChangesOptions = java.import("com.aspose.cells.HighlightChangesOptions");
3418
3433
  exports.HtmlLoadOptions = java.import("com.aspose.cells.HtmlLoadOptions");
3419
3434
  exports.HtmlSaveOptions = java.import("com.aspose.cells.HtmlSaveOptions");
3420
3435
  exports.ImageOrPrintOptions = java.import("com.aspose.cells.ImageOrPrintOptions");
@@ -3446,11 +3461,15 @@ exports.PdfSecurityOptions = java.import("com.aspose.cells.PdfSecurityOptions");
3446
3461
  exports.PicFormatOption = java.import("com.aspose.cells.PicFormatOption");
3447
3462
  exports.PictureBulletValue = java.import("com.aspose.cells.PictureBulletValue");
3448
3463
  exports.PivotArea = java.import("com.aspose.cells.PivotArea");
3464
+ exports.PivotAreaFilter = java.import("com.aspose.cells.PivotAreaFilter");
3465
+ exports.PivotAreaFilterCollection = java.import("com.aspose.cells.PivotAreaFilterCollection");
3449
3466
  exports.PivotGlobalizationSettings = java.import("com.aspose.cells.PivotGlobalizationSettings");
3450
3467
  exports.PivotPageFields = java.import("com.aspose.cells.PivotPageFields");
3451
3468
  exports.PowerQueryFormulaParameter = java.import("com.aspose.cells.PowerQueryFormulaParameter");
3452
3469
  exports.PowerQueryFormulaParameterCollection = java.import("com.aspose.cells.PowerQueryFormulaParameterCollection");
3453
3470
  exports.PptxSaveOptions = java.import("com.aspose.cells.PptxSaveOptions");
3471
+ exports.RenderingFont = java.import("com.aspose.cells.RenderingFont");
3472
+ exports.RenderingWatermark = java.import("com.aspose.cells.RenderingWatermark");
3454
3473
  exports.ReplaceOptions = java.import("com.aspose.cells.ReplaceOptions");
3455
3474
  exports.RevisionHeader = java.import("com.aspose.cells.RevisionHeader");
3456
3475
  exports.SeriesLayoutProperties = java.import("com.aspose.cells.SeriesLayoutProperties");
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aspose.cells",
3
- "version": "23.4.0",
3
+ "version": "23.6.0",
4
4
  "description": "A powerful library for manipulating and converting Excel (XLS, XLSX, XLSB), ODS, CSV and HTML files.",
5
5
  "main": "index.js",
6
6
  "scripts": {
Binary file
Binary file