aspose.cells 22.1.0 → 22.2.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-22.1.jar");
13
+ java.classpath.push(__dirname + "/aspose-cells-22.2.jar");
14
14
  java.classpath.push(__dirname + "/bcprov-jdk15on-160.jar");
15
15
  java.classpath.push(__dirname + "/bcpkix-jdk15on-1.60.jar");
16
16
  java.classpath.push(__dirname + "/JavaClassBridge.jar");
@@ -1670,7 +1670,7 @@ exports.MsoDrawingType = {
1670
1670
  LABEL : 14,
1671
1671
  LINE : 1,
1672
1672
  LIST_BOX : 18,
1673
- MODEL_3_D : 35,
1673
+ MODEL_3_D : 36,
1674
1674
  OLE_OBJECT : 24,
1675
1675
  OVAL : 3,
1676
1676
  PICTURE : 8,
@@ -1682,6 +1682,7 @@ exports.MsoDrawingType = {
1682
1682
  SMART_ART : 33,
1683
1683
  SPINNER : 16,
1684
1684
  TEXT_BOX : 6,
1685
+ TIMELINE : 35,
1685
1686
  UNKNOWN : 29,
1686
1687
  WEB_EXTENSION : 32,
1687
1688
  },
@@ -1778,6 +1779,11 @@ exports.MsoPresetTextEffectShape = {
1778
1779
  WAVE_1 : 156,
1779
1780
  WAVE_2 : 157,
1780
1781
  },
1782
+ exports.NameScopeType = {
1783
+ ALL : 0,
1784
+ WORKBOOK : 1,
1785
+ WORKSHEET : 2,
1786
+ },
1781
1787
  exports.NumberCategoryType = {
1782
1788
  DATE : 3,
1783
1789
  FRACTION : 5,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aspose.cells",
3
- "version": "22.1.0",
3
+ "version": "22.2.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": {