Skip to content

Commit b9f8c04

Browse files
committed
22.3
1 parent 7ecfdcc commit b9f8c04

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed
Binary file not shown.

lib/aspose.cells.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1629,6 +1629,7 @@ final class LoadFormat {
16291629
const M_HTML = 13;
16301630
const NUMBERS = 56;
16311631
const ODS = 14;
1632+
const OTS = 31;
16321633
const SPREADSHEET_ML = 15;
16331634
const SXC = 60;
16341635
const TAB_DELIMITED = 11;
@@ -2686,6 +2687,7 @@ final class SaveFormat {
26862687
const MARKDOWN = 57;
26872688
const NUMBERS = 56;
26882689
const ODS = 14;
2690+
const OTS = 31;
26892691
const PDF = 13;
26902692
const PNG = 262;
26912693
const PPTX = 61;
@@ -2701,6 +2703,7 @@ final class SaveFormat {
27012703
const XLSB = 16;
27022704
const XLSM = 7;
27032705
const XLSX = 6;
2706+
const XLT = 32;
27042707
const XLTM = 9;
27052708
const XLTX = 8;
27062709
const XML = 51;

0 commit comments

Comments
 (0)