aspose.cells 25.1.0 → 25.4.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.
|
Binary file
|
package/lib/aspose.cells.js
CHANGED
|
@@ -10,7 +10,7 @@ java.asyncOptions = {
|
|
|
10
10
|
asyncSuffix: "Async",
|
|
11
11
|
syncSuffix: "",
|
|
12
12
|
};
|
|
13
|
-
java.classpath.push(__dirname + "/aspose-cells-25.
|
|
13
|
+
java.classpath.push(__dirname + "/aspose-cells-25.4.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,6 +1860,11 @@ 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 = {
|
|
1844
1869
|
MEMORY_PREFERENCE : 1,
|
|
1845
1870
|
NORMAL : 0,
|
|
@@ -2882,6 +2907,7 @@ exports.SaveFormat = {
|
|
|
2882
2907
|
AZW_3 : 773,
|
|
2883
2908
|
BMP : 263,
|
|
2884
2909
|
CSV : 1,
|
|
2910
|
+
DBF : 515,
|
|
2885
2911
|
DIF : 30,
|
|
2886
2912
|
DOCX : 62,
|
|
2887
2913
|
EMF : 258,
|
|
@@ -2925,6 +2951,17 @@ exports.SelectionType = {
|
|
|
2925
2951
|
MULTI : 1,
|
|
2926
2952
|
SINGLE : 0,
|
|
2927
2953
|
},
|
|
2954
|
+
exports.SensitivityLabelAssignmentType = {
|
|
2955
|
+
PRIVILEGED : 1,
|
|
2956
|
+
STANDARD : 0,
|
|
2957
|
+
},
|
|
2958
|
+
exports.SensitivityLabelMarkType = {
|
|
2959
|
+
ENCRYPTION : 8,
|
|
2960
|
+
FOOTER : 2,
|
|
2961
|
+
HEADER : 1,
|
|
2962
|
+
NONE : 0,
|
|
2963
|
+
WATERMARK : 4,
|
|
2964
|
+
},
|
|
2928
2965
|
exports.ShapeAnchorType = {
|
|
2929
2966
|
ONE_CELL_ANCHOR : 1,
|
|
2930
2967
|
TWO_CELL_ANCHOR : 0,
|
|
@@ -3146,6 +3183,7 @@ exports.StyleModifyFlag = {
|
|
|
3146
3183
|
DIAGONAL : 12288,
|
|
3147
3184
|
DIAGONAL_DOWN_BORDER : 4096,
|
|
3148
3185
|
DIAGONAL_UP_BORDER : 8192,
|
|
3186
|
+
DYNAMIC_STYLE_BORDERS : 96,
|
|
3149
3187
|
FONT : 31,
|
|
3150
3188
|
FONT_CAP : 18,
|
|
3151
3189
|
FONT_CHARSET : 10,
|
|
@@ -3173,6 +3211,7 @@ exports.StyleModifyFlag = {
|
|
|
3173
3211
|
INDENT : 131072,
|
|
3174
3212
|
LEFT_BORDER : 256,
|
|
3175
3213
|
LOCKED : 67108864,
|
|
3214
|
+
NONE : 0,
|
|
3176
3215
|
NUMBER_FORMAT : 16384,
|
|
3177
3216
|
PATTERN : 4194304,
|
|
3178
3217
|
PROTECTION_SETTINGS : 201326592,
|
|
@@ -3180,12 +3219,17 @@ exports.StyleModifyFlag = {
|
|
|
3180
3219
|
RIGHT_BORDER : 512,
|
|
3181
3220
|
ROTATION : 262144,
|
|
3182
3221
|
SHRINK_TO_FIT : 1048576,
|
|
3222
|
+
SIDE_BORDERS : 3840,
|
|
3183
3223
|
TEXT_DIRECTION : 2097152,
|
|
3184
3224
|
TOP_BORDER : 1024,
|
|
3185
3225
|
VERTICAL_ALIGNMENT : 65536,
|
|
3186
3226
|
VERTICAL_BORDER : 64,
|
|
3187
3227
|
WRAP_TEXT : 524288,
|
|
3188
3228
|
},
|
|
3229
|
+
exports.SvgEmbeddedFontType = {
|
|
3230
|
+
NONE : 0,
|
|
3231
|
+
WOFF : 1,
|
|
3232
|
+
},
|
|
3189
3233
|
exports.TableDataSourceType = {
|
|
3190
3234
|
QUERY_TABLE : 3,
|
|
3191
3235
|
SHARE_POINT : 1,
|
|
@@ -3594,6 +3638,7 @@ exports.XAdESType = {
|
|
|
3594
3638
|
},
|
|
3595
3639
|
|
|
3596
3640
|
exports.AboveAverage = java.import("com.aspose.cells.AboveAverage");
|
|
3641
|
+
exports.AbstractLowCodeProtectionProvider = java.import("com.aspose.cells.AbstractLowCodeProtectionProvider");
|
|
3597
3642
|
exports.AutoFitterOptions = java.import("com.aspose.cells.AutoFitterOptions");
|
|
3598
3643
|
exports.AutoNumberedBulletValue = java.import("com.aspose.cells.AutoNumberedBulletValue");
|
|
3599
3644
|
exports.CalculationOptions = java.import("com.aspose.cells.CalculationOptions");
|
|
@@ -3614,8 +3659,11 @@ exports.CustomProperty = java.import("com.aspose.cells.CustomProperty");
|
|
|
3614
3659
|
exports.DataSorterKeyCollection = java.import("com.aspose.cells.DataSorterKeyCollection");
|
|
3615
3660
|
exports.DateTime = java.import("com.aspose.cells.DateTime");
|
|
3616
3661
|
exports.DateTimeGroupItem = java.import("com.aspose.cells.DateTimeGroupItem");
|
|
3662
|
+
exports.DbfLoadOptions = java.import("com.aspose.cells.DbfLoadOptions");
|
|
3663
|
+
exports.DbfSaveOptions = java.import("com.aspose.cells.DbfSaveOptions");
|
|
3617
3664
|
exports.DeleteBlankOptions = java.import("com.aspose.cells.DeleteBlankOptions");
|
|
3618
3665
|
exports.DeleteOptions = java.import("com.aspose.cells.DeleteOptions");
|
|
3666
|
+
exports.DifLoadOptions = java.import("com.aspose.cells.DifLoadOptions");
|
|
3619
3667
|
exports.DifSaveOptions = java.import("com.aspose.cells.DifSaveOptions");
|
|
3620
3668
|
exports.DigitalSignature = java.import("com.aspose.cells.DigitalSignature");
|
|
3621
3669
|
exports.DigitalSignatureCollection = java.import("com.aspose.cells.DigitalSignatureCollection");
|
|
@@ -3647,6 +3695,15 @@ exports.JsonUtility = java.import("com.aspose.cells.JsonUtility");
|
|
|
3647
3695
|
exports.License = java.import("com.aspose.cells.License");
|
|
3648
3696
|
exports.LoadFilter = java.import("com.aspose.cells.LoadFilter");
|
|
3649
3697
|
exports.LoadOptions = java.import("com.aspose.cells.LoadOptions");
|
|
3698
|
+
exports.LowCodeHtmlSaveOptions = java.import("com.aspose.cells.LowCodeHtmlSaveOptions");
|
|
3699
|
+
exports.LowCodeImageSaveOptions = java.import("com.aspose.cells.LowCodeImageSaveOptions");
|
|
3700
|
+
exports.LowCodeLoadOptions = java.import("com.aspose.cells.LowCodeLoadOptions");
|
|
3701
|
+
exports.LowCodeMergeOptions = java.import("com.aspose.cells.LowCodeMergeOptions");
|
|
3702
|
+
exports.LowCodePdfSaveOptions = java.import("com.aspose.cells.LowCodePdfSaveOptions");
|
|
3703
|
+
exports.LowCodeSaveOptions = java.import("com.aspose.cells.LowCodeSaveOptions");
|
|
3704
|
+
exports.LowCodeSaveOptionsProviderOfAssembling = java.import("com.aspose.cells.LowCodeSaveOptionsProviderOfAssembling");
|
|
3705
|
+
exports.LowCodeSaveOptionsProviderOfPlaceHolders = java.import("com.aspose.cells.LowCodeSaveOptionsProviderOfPlaceHolders");
|
|
3706
|
+
exports.LowCodeSplitOptions = java.import("com.aspose.cells.LowCodeSplitOptions");
|
|
3650
3707
|
exports.MarkdownSaveOptions = java.import("com.aspose.cells.MarkdownSaveOptions");
|
|
3651
3708
|
exports.MemoryFontSource = java.import("com.aspose.cells.MemoryFontSource");
|
|
3652
3709
|
exports.MetadataOptions = java.import("com.aspose.cells.MetadataOptions");
|
|
@@ -3679,6 +3736,7 @@ exports.RenderingFont = java.import("com.aspose.cells.RenderingFont");
|
|
|
3679
3736
|
exports.RenderingWatermark = java.import("com.aspose.cells.RenderingWatermark");
|
|
3680
3737
|
exports.ReplaceOptions = java.import("com.aspose.cells.ReplaceOptions");
|
|
3681
3738
|
exports.RevisionHeader = java.import("com.aspose.cells.RevisionHeader");
|
|
3739
|
+
exports.SensitivityLabelCollection = java.import("com.aspose.cells.SensitivityLabelCollection");
|
|
3682
3740
|
exports.SeriesLayoutProperties = java.import("com.aspose.cells.SeriesLayoutProperties");
|
|
3683
3741
|
exports.SettableChartGlobalizationSettings = java.import("com.aspose.cells.SettableChartGlobalizationSettings");
|
|
3684
3742
|
exports.SettableGlobalizationSettings = java.import("com.aspose.cells.SettableGlobalizationSettings");
|
|
@@ -3698,6 +3756,7 @@ exports.SqlScriptColumnTypeMap = java.import("com.aspose.cells.SqlScriptColumnTy
|
|
|
3698
3756
|
exports.SqlScriptSaveOptions = java.import("com.aspose.cells.SqlScriptSaveOptions");
|
|
3699
3757
|
exports.Style = java.import("com.aspose.cells.Style");
|
|
3700
3758
|
exports.StyleFlag = java.import("com.aspose.cells.StyleFlag");
|
|
3759
|
+
exports.SvgImageOptions = java.import("com.aspose.cells.SvgImageOptions");
|
|
3701
3760
|
exports.SvgSaveOptions = java.import("com.aspose.cells.SvgSaveOptions");
|
|
3702
3761
|
exports.SystemTimeInterruptMonitor = java.import("com.aspose.cells.SystemTimeInterruptMonitor");
|
|
3703
3762
|
exports.TableToRangeOptions = java.import("com.aspose.cells.TableToRangeOptions");
|
|
@@ -3733,7 +3792,16 @@ exports.ConversionUtility = java.import("com.aspose.cells.ConversionUtility");
|
|
|
3733
3792
|
exports.Encoding = java.import("com.aspose.cells.Encoding");
|
|
3734
3793
|
exports.EquationNode = java.import("com.aspose.cells.EquationNode");
|
|
3735
3794
|
exports.FileFormatUtil = java.import("com.aspose.cells.FileFormatUtil");
|
|
3795
|
+
exports.HtmlConverter = java.import("com.aspose.cells.HtmlConverter");
|
|
3796
|
+
exports.ImageConverter = java.import("com.aspose.cells.ImageConverter");
|
|
3736
3797
|
exports.ImageFormat = java.import("com.aspose.cells.ImageFormat");
|
|
3798
|
+
exports.JsonConverter = java.import("com.aspose.cells.JsonConverter");
|
|
3799
|
+
exports.PdfConverter = java.import("com.aspose.cells.PdfConverter");
|
|
3800
|
+
exports.SpreadsheetConverter = java.import("com.aspose.cells.SpreadsheetConverter");
|
|
3801
|
+
exports.SpreadsheetLocker = java.import("com.aspose.cells.SpreadsheetLocker");
|
|
3802
|
+
exports.SpreadsheetMerger = java.import("com.aspose.cells.SpreadsheetMerger");
|
|
3803
|
+
exports.SpreadsheetSplitter = java.import("com.aspose.cells.SpreadsheetSplitter");
|
|
3804
|
+
exports.TextConverter = java.import("com.aspose.cells.TextConverter");
|
|
3737
3805
|
|
|
3738
3806
|
|
|
3739
3807
|
exports.License.setLicenseFromStream = function(license, licenseStream, callback) {
|