We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ecfdcc commit b9f8c04Copy full SHA for b9f8c04
jar/aspose-cells-22.2.jar renamed to jar/aspose-cells-22.3.jar
7.89 MB
lib/aspose.cells.php
@@ -1629,6 +1629,7 @@ final class LoadFormat {
1629
const M_HTML = 13;
1630
const NUMBERS = 56;
1631
const ODS = 14;
1632
+ const OTS = 31;
1633
const SPREADSHEET_ML = 15;
1634
const SXC = 60;
1635
const TAB_DELIMITED = 11;
@@ -2686,6 +2687,7 @@ final class SaveFormat {
2686
2687
const MARKDOWN = 57;
2688
2689
2690
2691
const PDF = 13;
2692
const PNG = 262;
2693
const PPTX = 61;
@@ -2701,6 +2703,7 @@ final class SaveFormat {
2701
2703
const XLSB = 16;
2702
2704
const XLSM = 7;
2705
const XLSX = 6;
2706
+ const XLT = 32;
2707
const XLTM = 9;
2708
const XLTX = 8;
2709
const XML = 51;
0 commit comments