aspose.cells 25.10.0 → 25.12.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-25.10.jar");
13
+ java.classpath.push(__dirname + "/aspose-cells-25.12.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");
@@ -665,7 +665,6 @@ exports.ChartType = {
665
665
  RADAR : 57,
666
666
  RADAR_FILLED : 59,
667
667
  RADAR_WITH_DATA_MARKERS : 58,
668
- RADIAL_HISTOGRAM : 81,
669
668
  SCATTER : 60,
670
669
  SCATTER_CONNECTED_BY_CURVES_WITH_DATA_MARKER : 61,
671
670
  SCATTER_CONNECTED_BY_CURVES_WITHOUT_DATA_MARKER : 62,
@@ -903,6 +902,10 @@ exports.DataBarNegativeColorType = {
903
902
  COLOR : 0,
904
903
  SAME_AS_POSITIVE : 1,
905
904
  },
905
+ exports.DataBarRenderMode = {
906
+ BACKGROUND_COLOR : 1,
907
+ IMAGE : 2,
908
+ },
906
909
  exports.DataLabelShapeType = {
907
910
  BENT_LINE_CALLOUT : 11,
908
911
  BENT_LINE_WITH_ACCENT_BAR_CALLOUT : 13,
@@ -1615,6 +1618,10 @@ exports.HtmlHiddenRowDisplayType = {
1615
1618
  HIDDEN : 0,
1616
1619
  REMOVE : 1,
1617
1620
  },
1621
+ exports.HtmlLayoutMode = {
1622
+ NORMAL : 0,
1623
+ PRINT : 1,
1624
+ },
1618
1625
  exports.HtmlLinkTargetType = {
1619
1626
  BLANK : 0,
1620
1627
  PARENT : 1,
@@ -3689,7 +3696,6 @@ exports.CopyOptions = java.import("com.aspose.cells.CopyOptions");
3689
3696
  exports.CustomFilterCollection = java.import("com.aspose.cells.CustomFilterCollection");
3690
3697
  exports.CustomFunctionDefinition = java.import("com.aspose.cells.CustomFunctionDefinition");
3691
3698
  exports.CustomPiovtFieldGroupItem = java.import("com.aspose.cells.CustomPiovtFieldGroupItem");
3692
- exports.CustomProperty = java.import("com.aspose.cells.CustomProperty");
3693
3699
  exports.CustomRenderSettings = java.import("com.aspose.cells.CustomRenderSettings");
3694
3700
  exports.DataSorterKeyCollection = java.import("com.aspose.cells.DataSorterKeyCollection");
3695
3701
  exports.DateTime = java.import("com.aspose.cells.DateTime");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aspose.cells",
3
- "version": "25.10.0",
3
+ "version": "25.12.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": {