aspose.cells 24.1.0 → 24.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.
@@ -10,7 +10,7 @@ java.asyncOptions = {
10
10
  asyncSuffix: "Async",
11
11
  syncSuffix: "",
12
12
  };
13
- java.classpath.push(__dirname + "/aspose-cells-24.1.jar");
13
+ java.classpath.push(__dirname + "/aspose-cells-24.3.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");
@@ -903,15 +903,6 @@ exports.DataLabelsSeparatorType = {
903
903
  SEMICOLON : 3,
904
904
  SPACE : 1,
905
905
  },
906
- exports.DataLablesSeparatorType = {
907
- AUTO : 0,
908
- COMMA : 2,
909
- CUSTOM : 6,
910
- NEW_LINE : 5,
911
- PERIOD : 4,
912
- SEMICOLON : 3,
913
- SPACE : 1,
914
- },
915
906
  exports.DateTimeGroupingType = {
916
907
  DAY : 0,
917
908
  HOUR : 1,
@@ -1187,6 +1178,7 @@ exports.ExternalLinkType = {
1187
1178
  EXTERNAL : 1,
1188
1179
  },
1189
1180
  exports.FileFormatType = {
1181
+ AZW_3 : 777,
1190
1182
  BMP : 54,
1191
1183
  CSV : 1,
1192
1184
  DIF : 30,
@@ -1228,6 +1220,7 @@ exports.FileFormatType = {
1228
1220
  OTP : 61,
1229
1221
  OTS : 55,
1230
1222
  OTT : 53,
1223
+ OXPS : 776,
1231
1224
  PDF : 13,
1232
1225
  PNG : 262,
1233
1226
  POTM : 43,
@@ -1723,6 +1716,7 @@ exports.LoadDataFilterOptions = {
1723
1716
  },
1724
1717
  exports.LoadFormat = {
1725
1718
  AUTO : 0,
1719
+ AZW_3 : 53,
1726
1720
  CSV : 1,
1727
1721
  EPUB : 52,
1728
1722
  EXCEL_97_TO_2003 : 5,
@@ -1783,6 +1777,11 @@ exports.MemorySetting = {
1783
1777
  MEMORY_PREFERENCE : 1,
1784
1778
  NORMAL : 0,
1785
1779
  },
1780
+ exports.MergeEmptyTdType = {
1781
+ DEFAULT : 0,
1782
+ MERGE_FORCELY : 2,
1783
+ NONE : 1,
1784
+ },
1786
1785
  exports.MetadataType = {
1787
1786
  DECRYPTION : 2,
1788
1787
  DOCUMENT_PROPERTIES : 4,
@@ -2003,6 +2002,12 @@ exports.OoxmlCompressionType = {
2003
2002
  LEVEL_8 : 8,
2004
2003
  LEVEL_9 : 9,
2005
2004
  },
2005
+ exports.OpenDocumentFormatVersionType = {
2006
+ NONE : 0,
2007
+ ODF_11 : 1,
2008
+ ODF_12 : 2,
2009
+ ODF_13 : 3,
2010
+ },
2006
2011
  exports.OperatorType = {
2007
2012
  BETWEEN : 0,
2008
2013
  EQUAL : 1,
@@ -3298,6 +3303,11 @@ exports.ThemeColorType = {
3298
3303
  TEXT_1 : 1,
3299
3304
  TEXT_2 : 3,
3300
3305
  },
3306
+ exports.TickLabelAlignmentType = {
3307
+ CENTER : 0,
3308
+ LEFT : 1,
3309
+ RIGHT : 2,
3310
+ },
3301
3311
  exports.TickLabelPositionType = {
3302
3312
  HIGH : 0,
3303
3313
  LOW : 1,
@@ -3436,7 +3446,6 @@ exports.XAdESType = {
3436
3446
  exports.AboveAverage = java.import("com.aspose.cells.AboveAverage");
3437
3447
  exports.AutoFitterOptions = java.import("com.aspose.cells.AutoFitterOptions");
3438
3448
  exports.AutoNumberedBulletValue = java.import("com.aspose.cells.AutoNumberedBulletValue");
3439
- exports.AxisBins = java.import("com.aspose.cells.AxisBins");
3440
3449
  exports.CalculationOptions = java.import("com.aspose.cells.CalculationOptions");
3441
3450
  exports.CellArea = java.import("com.aspose.cells.CellArea");
3442
3451
  exports.CellsFactory = java.import("com.aspose.cells.CellsFactory");
@@ -3444,6 +3453,7 @@ exports.CellValue = java.import("com.aspose.cells.CellValue");
3444
3453
  exports.CellWatch = java.import("com.aspose.cells.CellWatch");
3445
3454
  exports.CellWatchCollection = java.import("com.aspose.cells.CellWatchCollection");
3446
3455
  exports.CharacterBulletValue = java.import("com.aspose.cells.CharacterBulletValue");
3456
+ exports.ChartCalculateOptions = java.import("com.aspose.cells.ChartCalculateOptions");
3447
3457
  exports.ChartGlobalizationSettings = java.import("com.aspose.cells.ChartGlobalizationSettings");
3448
3458
  exports.Color = java.import("com.aspose.cells.Color");
3449
3459
  exports.CopyOptions = java.import("com.aspose.cells.CopyOptions");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aspose.cells",
3
- "version": "24.1.0",
3
+ "version": "24.3.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": {