aspose.cells 25.1.0 → 25.7.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.1.jar");
13
+ java.classpath.push(__dirname + "/aspose-cells-25.7.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");
@@ -422,11 +422,15 @@ exports.BevelType = {
422
422
  },
423
423
  exports.BorderType = {
424
424
  BOTTOM_BORDER : 8,
425
+ DIAGONAL : 48,
425
426
  DIAGONAL_DOWN : 16,
426
427
  DIAGONAL_UP : 32,
428
+ DYNAMIC_STYLE_BORDERS : 192,
427
429
  HORIZONTAL : 128,
428
430
  LEFT_BORDER : 1,
431
+ NONE : 0,
429
432
  RIGHT_BORDER : 2,
433
+ SIDE_BORDERS : 15,
430
434
  TOP_BORDER : 4,
431
435
  VERTICAL : 64,
432
436
  },
@@ -1232,6 +1236,7 @@ exports.FileFormatType = {
1232
1236
  BMP : 54,
1233
1237
  CHM : 784,
1234
1238
  CSV : 1,
1239
+ DBF : 515,
1235
1240
  DIF : 30,
1236
1241
  DOC : 31,
1237
1242
  DOCM : 38,
@@ -1404,6 +1409,12 @@ exports.FilterType = {
1404
1409
  NONE : 6,
1405
1410
  TOP_10 : 5,
1406
1411
  },
1412
+ exports.FontFileFormatType = {
1413
+ OTF : 2,
1414
+ TTC : 3,
1415
+ TTF : 1,
1416
+ UNKNOWN : 0,
1417
+ },
1407
1418
  exports.FontSchemeType = {
1408
1419
  MAJOR : 1,
1409
1420
  MINOR : 2,
@@ -1594,6 +1605,11 @@ exports.HtmlOfficeMathOutputType = {
1594
1605
  IMAGE : 0,
1595
1606
  MATH_ML : 1,
1596
1607
  },
1608
+ exports.HtmlVersion = {
1609
+ DEFAULT : 0,
1610
+ HTML_5 : 2,
1611
+ X_HTML : 1,
1612
+ },
1597
1613
  exports.IconSetType = {
1598
1614
  ARROWS_3 : 0,
1599
1615
  ARROWS_4 : 8,
@@ -1785,6 +1801,8 @@ exports.LoadFormat = {
1785
1801
  AZW_3 : 53,
1786
1802
  CHM : 54,
1787
1803
  CSV : 1,
1804
+ DBF : 515,
1805
+ DIF : 30,
1788
1806
  EPUB : 52,
1789
1807
  EXCEL_97_TO_2003 : 5,
1790
1808
  FODS : 59,
@@ -1792,6 +1810,7 @@ exports.LoadFormat = {
1792
1810
  IMAGE : 254,
1793
1811
  JSON : 513,
1794
1812
  M_HTML : 13,
1813
+ MARKDOWN : 55,
1795
1814
  NUMBERS : 56,
1796
1815
  ODS : 14,
1797
1816
  OTS : 31,
@@ -1817,6 +1836,7 @@ exports.LookAtType = {
1817
1836
  },
1818
1837
  exports.LookInType = {
1819
1838
  COMMENTS : 3,
1839
+ FORMATTED_VALUES : 6,
1820
1840
  FORMULAS : 0,
1821
1841
  ONLY_FORMULAS : 4,
1822
1842
  ORIGINAL_VALUES : 5,
@@ -1840,7 +1860,13 @@ exports.MapChartRegionType = {
1840
1860
  DATA_ONLY : 1,
1841
1861
  WORLD : 3,
1842
1862
  },
1863
+ exports.MarkdownTableHeaderType = {
1864
+ COLUMN_HEADER : 1,
1865
+ EMPTY : 2,
1866
+ FIRST_ROW : 0,
1867
+ },
1843
1868
  exports.MemorySetting = {
1869
+ FILE_CACHE : 2,
1844
1870
  MEMORY_PREFERENCE : 1,
1845
1871
  NORMAL : 0,
1846
1872
  },
@@ -2882,6 +2908,7 @@ exports.SaveFormat = {
2882
2908
  AZW_3 : 773,
2883
2909
  BMP : 263,
2884
2910
  CSV : 1,
2911
+ DBF : 515,
2885
2912
  DIF : 30,
2886
2913
  DOCX : 62,
2887
2914
  EMF : 258,
@@ -2925,6 +2952,17 @@ exports.SelectionType = {
2925
2952
  MULTI : 1,
2926
2953
  SINGLE : 0,
2927
2954
  },
2955
+ exports.SensitivityLabelAssignmentType = {
2956
+ PRIVILEGED : 1,
2957
+ STANDARD : 0,
2958
+ },
2959
+ exports.SensitivityLabelMarkType = {
2960
+ ENCRYPTION : 8,
2961
+ FOOTER : 2,
2962
+ HEADER : 1,
2963
+ NONE : 0,
2964
+ WATERMARK : 4,
2965
+ },
2928
2966
  exports.ShapeAnchorType = {
2929
2967
  ONE_CELL_ANCHOR : 1,
2930
2968
  TWO_CELL_ANCHOR : 0,
@@ -3146,6 +3184,7 @@ exports.StyleModifyFlag = {
3146
3184
  DIAGONAL : 12288,
3147
3185
  DIAGONAL_DOWN_BORDER : 4096,
3148
3186
  DIAGONAL_UP_BORDER : 8192,
3187
+ DYNAMIC_STYLE_BORDERS : 96,
3149
3188
  FONT : 31,
3150
3189
  FONT_CAP : 18,
3151
3190
  FONT_CHARSET : 10,
@@ -3173,6 +3212,7 @@ exports.StyleModifyFlag = {
3173
3212
  INDENT : 131072,
3174
3213
  LEFT_BORDER : 256,
3175
3214
  LOCKED : 67108864,
3215
+ NONE : 0,
3176
3216
  NUMBER_FORMAT : 16384,
3177
3217
  PATTERN : 4194304,
3178
3218
  PROTECTION_SETTINGS : 201326592,
@@ -3180,12 +3220,17 @@ exports.StyleModifyFlag = {
3180
3220
  RIGHT_BORDER : 512,
3181
3221
  ROTATION : 262144,
3182
3222
  SHRINK_TO_FIT : 1048576,
3223
+ SIDE_BORDERS : 3840,
3183
3224
  TEXT_DIRECTION : 2097152,
3184
3225
  TOP_BORDER : 1024,
3185
3226
  VERTICAL_ALIGNMENT : 65536,
3186
3227
  VERTICAL_BORDER : 64,
3187
3228
  WRAP_TEXT : 524288,
3188
3229
  },
3230
+ exports.SvgEmbeddedFontType = {
3231
+ NONE : 0,
3232
+ WOFF : 1,
3233
+ },
3189
3234
  exports.TableDataSourceType = {
3190
3235
  QUERY_TABLE : 3,
3191
3236
  SHARE_POINT : 1,
@@ -3594,6 +3639,7 @@ exports.XAdESType = {
3594
3639
  },
3595
3640
 
3596
3641
  exports.AboveAverage = java.import("com.aspose.cells.AboveAverage");
3642
+ exports.AbstractLowCodeProtectionProvider = java.import("com.aspose.cells.AbstractLowCodeProtectionProvider");
3597
3643
  exports.AutoFitterOptions = java.import("com.aspose.cells.AutoFitterOptions");
3598
3644
  exports.AutoNumberedBulletValue = java.import("com.aspose.cells.AutoNumberedBulletValue");
3599
3645
  exports.CalculationOptions = java.import("com.aspose.cells.CalculationOptions");
@@ -3611,11 +3657,15 @@ exports.CustomFilterCollection = java.import("com.aspose.cells.CustomFilterColle
3611
3657
  exports.CustomFunctionDefinition = java.import("com.aspose.cells.CustomFunctionDefinition");
3612
3658
  exports.CustomPiovtFieldGroupItem = java.import("com.aspose.cells.CustomPiovtFieldGroupItem");
3613
3659
  exports.CustomProperty = java.import("com.aspose.cells.CustomProperty");
3660
+ exports.CustomRenderSettings = java.import("com.aspose.cells.CustomRenderSettings");
3614
3661
  exports.DataSorterKeyCollection = java.import("com.aspose.cells.DataSorterKeyCollection");
3615
3662
  exports.DateTime = java.import("com.aspose.cells.DateTime");
3616
3663
  exports.DateTimeGroupItem = java.import("com.aspose.cells.DateTimeGroupItem");
3664
+ exports.DbfLoadOptions = java.import("com.aspose.cells.DbfLoadOptions");
3665
+ exports.DbfSaveOptions = java.import("com.aspose.cells.DbfSaveOptions");
3617
3666
  exports.DeleteBlankOptions = java.import("com.aspose.cells.DeleteBlankOptions");
3618
3667
  exports.DeleteOptions = java.import("com.aspose.cells.DeleteOptions");
3668
+ exports.DifLoadOptions = java.import("com.aspose.cells.DifLoadOptions");
3619
3669
  exports.DifSaveOptions = java.import("com.aspose.cells.DifSaveOptions");
3620
3670
  exports.DigitalSignature = java.import("com.aspose.cells.DigitalSignature");
3621
3671
  exports.DigitalSignatureCollection = java.import("com.aspose.cells.DigitalSignatureCollection");
@@ -3647,6 +3697,15 @@ exports.JsonUtility = java.import("com.aspose.cells.JsonUtility");
3647
3697
  exports.License = java.import("com.aspose.cells.License");
3648
3698
  exports.LoadFilter = java.import("com.aspose.cells.LoadFilter");
3649
3699
  exports.LoadOptions = java.import("com.aspose.cells.LoadOptions");
3700
+ exports.LowCodeHtmlSaveOptions = java.import("com.aspose.cells.LowCodeHtmlSaveOptions");
3701
+ exports.LowCodeImageSaveOptions = java.import("com.aspose.cells.LowCodeImageSaveOptions");
3702
+ exports.LowCodeLoadOptions = java.import("com.aspose.cells.LowCodeLoadOptions");
3703
+ exports.LowCodeMergeOptions = java.import("com.aspose.cells.LowCodeMergeOptions");
3704
+ exports.LowCodePdfSaveOptions = java.import("com.aspose.cells.LowCodePdfSaveOptions");
3705
+ exports.LowCodeSaveOptions = java.import("com.aspose.cells.LowCodeSaveOptions");
3706
+ exports.LowCodeSaveOptionsProviderOfAssembling = java.import("com.aspose.cells.LowCodeSaveOptionsProviderOfAssembling");
3707
+ exports.LowCodeSaveOptionsProviderOfPlaceHolders = java.import("com.aspose.cells.LowCodeSaveOptionsProviderOfPlaceHolders");
3708
+ exports.LowCodeSplitOptions = java.import("com.aspose.cells.LowCodeSplitOptions");
3650
3709
  exports.MarkdownSaveOptions = java.import("com.aspose.cells.MarkdownSaveOptions");
3651
3710
  exports.MemoryFontSource = java.import("com.aspose.cells.MemoryFontSource");
3652
3711
  exports.MetadataOptions = java.import("com.aspose.cells.MetadataOptions");
@@ -3679,6 +3738,7 @@ exports.RenderingFont = java.import("com.aspose.cells.RenderingFont");
3679
3738
  exports.RenderingWatermark = java.import("com.aspose.cells.RenderingWatermark");
3680
3739
  exports.ReplaceOptions = java.import("com.aspose.cells.ReplaceOptions");
3681
3740
  exports.RevisionHeader = java.import("com.aspose.cells.RevisionHeader");
3741
+ exports.SensitivityLabelCollection = java.import("com.aspose.cells.SensitivityLabelCollection");
3682
3742
  exports.SeriesLayoutProperties = java.import("com.aspose.cells.SeriesLayoutProperties");
3683
3743
  exports.SettableChartGlobalizationSettings = java.import("com.aspose.cells.SettableChartGlobalizationSettings");
3684
3744
  exports.SettableGlobalizationSettings = java.import("com.aspose.cells.SettableGlobalizationSettings");
@@ -3698,6 +3758,7 @@ exports.SqlScriptColumnTypeMap = java.import("com.aspose.cells.SqlScriptColumnTy
3698
3758
  exports.SqlScriptSaveOptions = java.import("com.aspose.cells.SqlScriptSaveOptions");
3699
3759
  exports.Style = java.import("com.aspose.cells.Style");
3700
3760
  exports.StyleFlag = java.import("com.aspose.cells.StyleFlag");
3761
+ exports.SvgImageOptions = java.import("com.aspose.cells.SvgImageOptions");
3701
3762
  exports.SvgSaveOptions = java.import("com.aspose.cells.SvgSaveOptions");
3702
3763
  exports.SystemTimeInterruptMonitor = java.import("com.aspose.cells.SystemTimeInterruptMonitor");
3703
3764
  exports.TableToRangeOptions = java.import("com.aspose.cells.TableToRangeOptions");
@@ -3721,7 +3782,6 @@ exports.WorkbookPrintingPreview = java.import("com.aspose.cells.WorkbookPrinting
3721
3782
  exports.WorkbookRender = java.import("com.aspose.cells.WorkbookRender");
3722
3783
  exports.XlsbSaveOptions = java.import("com.aspose.cells.XlsbSaveOptions");
3723
3784
  exports.XlsSaveOptions = java.import("com.aspose.cells.XlsSaveOptions");
3724
- exports.XmlColumnProperty = java.import("com.aspose.cells.XmlColumnProperty");
3725
3785
  exports.XmlLoadOptions = java.import("com.aspose.cells.XmlLoadOptions");
3726
3786
  exports.XmlSaveOptions = java.import("com.aspose.cells.XmlSaveOptions");
3727
3787
  exports.XpsSaveOptions = java.import("com.aspose.cells.XpsSaveOptions");
@@ -3733,7 +3793,16 @@ exports.ConversionUtility = java.import("com.aspose.cells.ConversionUtility");
3733
3793
  exports.Encoding = java.import("com.aspose.cells.Encoding");
3734
3794
  exports.EquationNode = java.import("com.aspose.cells.EquationNode");
3735
3795
  exports.FileFormatUtil = java.import("com.aspose.cells.FileFormatUtil");
3796
+ exports.HtmlConverter = java.import("com.aspose.cells.HtmlConverter");
3797
+ exports.ImageConverter = java.import("com.aspose.cells.ImageConverter");
3736
3798
  exports.ImageFormat = java.import("com.aspose.cells.ImageFormat");
3799
+ exports.JsonConverter = java.import("com.aspose.cells.JsonConverter");
3800
+ exports.PdfConverter = java.import("com.aspose.cells.PdfConverter");
3801
+ exports.SpreadsheetConverter = java.import("com.aspose.cells.SpreadsheetConverter");
3802
+ exports.SpreadsheetLocker = java.import("com.aspose.cells.SpreadsheetLocker");
3803
+ exports.SpreadsheetMerger = java.import("com.aspose.cells.SpreadsheetMerger");
3804
+ exports.SpreadsheetSplitter = java.import("com.aspose.cells.SpreadsheetSplitter");
3805
+ exports.TextConverter = java.import("com.aspose.cells.TextConverter");
3737
3806
 
3738
3807
 
3739
3808
  exports.License.setLicenseFromStream = function(license, licenseStream, callback) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aspose.cells",
3
- "version": "25.1.0",
3
+ "version": "25.7.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": {