aspose.cells 24.7.1 → 24.10.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/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  Aspose.Cells for Node.js via Java is a scalable and feature-rich API to create, process, manipulate & convert Excel & OpenOffice spreadsheets using Node.js. API offers Excel file generation, conversion, worksheets styling, Pivot Table & chart management & rendering, reliable formula calculation engine and much more - all without any dependency on Office Automation or Microsoft Excel®.
2
2
 
3
- # Node
3
+ # Note
4
4
  We have released **[Aspose.Cells for Node.js via C++](https://www.npmjs.com/package/aspose.cells.node)** since v24.7.0. It is highly recommended to use it to replace Aspose.Cells for Node.js via Java. We will gradually reduce the release frequency of Aspose.Cells for Node.js via Java and focus on **[Aspose.Cells for Node.js via C++](https://www.npmjs.com/package/aspose.cells.node)** in the future.
5
5
 
6
6
  ## Node.js Spreadsheet API Features
package/index.js CHANGED
@@ -1,2 +1,2 @@
1
-
2
- module.exports = require("./lib/aspose.cells");
1
+
2
+ module.exports = require("./lib/aspose.cells");
@@ -10,7 +10,7 @@ java.asyncOptions = {
10
10
  asyncSuffix: "Async",
11
11
  syncSuffix: "",
12
12
  };
13
- java.classpath.push(__dirname + "/aspose-cells-24.7.jar");
13
+ java.classpath.push(__dirname + "/aspose-cells-24.10.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");
@@ -1092,33 +1092,53 @@ exports.EquationMathematicalOperatorType = {
1092
1092
  VOLUME_INTEGRAL : 27,
1093
1093
  },
1094
1094
  exports.EquationNodeType = {
1095
+ ACCENT : 211,
1095
1096
  ACCENT_EQUATION : 211,
1097
+ ARRAY_EQUATION : 317,
1098
+ BAR : 212,
1096
1099
  BAR_EQUATION : 212,
1097
1100
  BASE : 100,
1101
+ BORDER_BOX : 213,
1098
1102
  BORDER_BOX_EQUATION : 213,
1103
+ BOX : 214,
1099
1104
  BOX_EQUATION : 214,
1100
1105
  DEGREE : 106,
1106
+ DELIMITER : 204,
1101
1107
  DELIMITER_EQUATION : 204,
1102
1108
  DENOMINATOR : 101,
1103
1109
  EQUATION_PARAGRAPH : 200,
1110
+ FRACTION : 202,
1104
1111
  FRACTION_EQUATION : 202,
1112
+ FUNCTION : 203,
1105
1113
  FUNCTION_EQUATION : 203,
1106
1114
  FUNCTION_NAME : 103,
1107
1115
  GROUP_CHARACTER_EQUATION : 215,
1116
+ GROUP_CHR : 215,
1117
+ LIMIT : 108,
1118
+ LOWER_LIMIT : 217,
1119
+ MATHEMATICAL : 201,
1108
1120
  MATHEMATICAL_EQUATION : 201,
1121
+ MATRIX : 216,
1109
1122
  MATRIX_EQUATION : 216,
1110
1123
  MATRIX_ROW : 107,
1124
+ NARY : 205,
1111
1125
  NARY_EQUATION : 205,
1112
1126
  NUMERATOR : 102,
1127
+ PRE_SUB_SUP : 210,
1113
1128
  PRE_SUB_SUP_EQUATION : 210,
1129
+ RADICAL : 206,
1114
1130
  RADICAL_EQUATION : 206,
1131
+ SUB : 208,
1132
+ SUB_SUP : 209,
1115
1133
  SUB_SUP_EQUATION : 209,
1116
1134
  SUBSCRIPT : 104,
1117
1135
  SUBSCRIPT_EQUATION : 208,
1136
+ SUP : 207,
1118
1137
  SUPERSCRIPT : 105,
1119
1138
  SUPERSCRIPT_EQUATION : 207,
1120
1139
  TEXT : 1,
1121
1140
  UN_KNOW : 0,
1141
+ UPPER_LIMIT : 218,
1122
1142
  },
1123
1143
  exports.EquationVerticalJustificationType = {
1124
1144
  BOTTOM : 2,
@@ -1180,6 +1200,13 @@ exports.ExceptionType = {
1180
1200
  UNSUPPORTED_FEATURE : 20,
1181
1201
  UNSUPPORTED_STREAM : 21,
1182
1202
  },
1203
+ exports.ExternalConnectionClassType = {
1204
+ DATA_MODEL : 3,
1205
+ DATABASE : 0,
1206
+ TEXT_BASED : 2,
1207
+ UNKOWN : 4,
1208
+ WEB_QUERY : 1,
1209
+ },
1183
1210
  exports.ExternalLinkType = {
1184
1211
  DDE_LINK : 0,
1185
1212
  EXTERNAL : 1,
@@ -1187,6 +1214,7 @@ exports.ExternalLinkType = {
1187
1214
  exports.FileFormatType = {
1188
1215
  AZW_3 : 777,
1189
1216
  BMP : 54,
1217
+ CHM : 784,
1190
1218
  CSV : 1,
1191
1219
  DIF : 30,
1192
1220
  DOC : 31,
@@ -1221,6 +1249,7 @@ exports.FileFormatType = {
1221
1249
  ODP : 48,
1222
1250
  ODS : 14,
1223
1251
  ODT : 47,
1252
+ OLE : 64,
1224
1253
  OLE_10_NATIVE : 35,
1225
1254
  ONE_NOTE : 772,
1226
1255
  OOXML : 46,
@@ -1536,6 +1565,10 @@ exports.HtmlLinkTargetType = {
1536
1565
  SELF : 2,
1537
1566
  TOP : 3,
1538
1567
  },
1568
+ exports.HtmlOfficeMathOutputType = {
1569
+ IMAGE : 0,
1570
+ MATH_ML : 1,
1571
+ },
1539
1572
  exports.IconSetType = {
1540
1573
  ARROWS_3 : 0,
1541
1574
  ARROWS_4 : 8,
@@ -1725,6 +1758,7 @@ exports.LoadDataFilterOptions = {
1725
1758
  exports.LoadFormat = {
1726
1759
  AUTO : 0,
1727
1760
  AZW_3 : 53,
1761
+ CHM : 54,
1728
1762
  CSV : 1,
1729
1763
  EPUB : 52,
1730
1764
  EXCEL_97_TO_2003 : 5,
@@ -1785,6 +1819,11 @@ exports.MemorySetting = {
1785
1819
  MEMORY_PREFERENCE : 1,
1786
1820
  NORMAL : 0,
1787
1821
  },
1822
+ exports.MergedCellsShrinkType = {
1823
+ KEEP_HEADER_ONLY : 2,
1824
+ NONE : 0,
1825
+ SHRINK_TO_FIT : 1,
1826
+ },
1788
1827
  exports.MergeEmptyTdType = {
1789
1828
  DEFAULT : 0,
1790
1829
  MERGE_FORCELY : 2,
@@ -1992,6 +2031,7 @@ exports.OLEDBCommandType = {
1992
2031
  DEFAULT_INFORMATION : 4,
1993
2032
  NONE : 0,
1994
2033
  SQL_STATEMENT : 2,
2034
+ TABLE_COLLECTION : 6,
1995
2035
  TABLE_NAME : 3,
1996
2036
  WEB_BASED_LIST : 5,
1997
2037
  },
@@ -2381,11 +2421,21 @@ exports.PivotItemPositionType = {
2381
2421
  NEXT : 1,
2382
2422
  PREVIOUS : 0,
2383
2423
  },
2424
+ exports.PivotLineType = {
2425
+ BLANK : 3,
2426
+ GRAND_TOTAL : 2,
2427
+ REGULAR : 0,
2428
+ SUBTOTAL : 1,
2429
+ },
2384
2430
  exports.PivotMissingItemLimitType = {
2385
2431
  AUTOMATIC : 0,
2386
2432
  MAX : 1,
2387
2433
  NONE : 2,
2388
2434
  },
2435
+ exports.PivotRefreshState = {
2436
+ SUCCESS : 0,
2437
+ UNSUPPORTED_EXTERNAL_DATA_SOURCE : 1,
2438
+ },
2389
2439
  exports.PivotTableAutoFormatType = {
2390
2440
  CLASSIC : 1,
2391
2441
  NONE : 0,
@@ -2415,6 +2465,13 @@ exports.PivotTableSelectionType = {
2415
2465
  DATA_ONLY : 2,
2416
2466
  LABEL_ONLY : 1,
2417
2467
  },
2468
+ exports.PivotTableSourceType = {
2469
+ CONSOLIDATION : 4,
2470
+ EXTERNAL : 2,
2471
+ SCENARIO : 8,
2472
+ SHEET : 1,
2473
+ UNKNOWN : 9,
2474
+ },
2418
2475
  exports.PivotTableStyleType = {
2419
2476
  CUSTOM : 85,
2420
2477
  NONE : 0,
@@ -2658,6 +2715,7 @@ exports.PrintCommentsType = {
2658
2715
  PRINT_IN_PLACE : 0,
2659
2716
  PRINT_NO_COMMENTS : 1,
2660
2717
  PRINT_SHEET_END : 2,
2718
+ PRINT_WITH_THREADED_COMMENTS : 3,
2661
2719
  },
2662
2720
  exports.PrintErrorsType = {
2663
2721
  PRINT_ERRORS_BLANK : 0,
@@ -2910,6 +2968,7 @@ exports.SortOnType = {
2910
2968
  exports.SortOrder = {
2911
2969
  ASCENDING : 0,
2912
2970
  DESCENDING : 1,
2971
+ NATURAL : 2,
2913
2972
  },
2914
2973
  exports.SparklineAxisMinMaxType = {
2915
2974
  AUTO_INDIVIDUAL : 0,
package/package.json CHANGED
@@ -1,42 +1,42 @@
1
- {
2
- "name": "aspose.cells",
3
- "version": "24.7.1",
4
- "description": "A powerful library for manipulating and converting Excel (XLS, XLSX, XLSB), ODS, CSV and HTML files.",
5
- "main": "index.js",
6
- "scripts": {
7
- "test": "echo \"Error: no test specified\" && exit 1"
8
- },
9
- "keywords": [
10
- "Excel",
11
- "XLS",
12
- "XLSX",
13
- "XLSB",
14
- "CSV",
15
- "to",
16
- "PDF",
17
- "JPG",
18
- "PNG",
19
- "HTML",
20
- "ODS",
21
- "Numbers",
22
- "XLSM",
23
- "Spreadsheet",
24
- "Markdown",
25
- "XPS",
26
- "DOCX",
27
- "PPTX",
28
- "MHTML",
29
- "SVG",
30
- "JSON",
31
- "SQL",
32
- "XML"
33
- ],
34
- "author": "Aspose",
35
- "license": "End User License Agreement.html",
36
- "dependencies": {
37
- "java": ">=0.14.0"
38
- },
39
- "directories": {
40
- "lib": "lib"
41
- }
42
- }
1
+ {
2
+ "name": "aspose.cells",
3
+ "version": "24.10.0",
4
+ "description": "A powerful library for manipulating and converting Excel (XLS, XLSX, XLSB), ODS, CSV and HTML files.",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "keywords": [
10
+ "Excel",
11
+ "XLS",
12
+ "XLSX",
13
+ "XLSB",
14
+ "CSV",
15
+ "to",
16
+ "PDF",
17
+ "JPG",
18
+ "PNG",
19
+ "HTML",
20
+ "ODS",
21
+ "Numbers",
22
+ "XLSM",
23
+ "Spreadsheet",
24
+ "Markdown",
25
+ "XPS",
26
+ "DOCX",
27
+ "PPTX",
28
+ "MHTML",
29
+ "SVG",
30
+ "JSON",
31
+ "SQL",
32
+ "XML"
33
+ ],
34
+ "author": "Aspose",
35
+ "license": "End User License Agreement.html",
36
+ "dependencies": {
37
+ "java": ">=0.14.0"
38
+ },
39
+ "directories": {
40
+ "lib": "lib"
41
+ }
42
+ }