@@ -487,13 +487,13 @@ final class CellValueFormatStrategy {
487
487
};
488
488
489
489
final class CellValueType {
490
- const IS_BOOL = 0 ;
491
- const IS_DATE_TIME = 1 ;
492
- const IS_ERROR = 2 ;
493
- const IS_NULL = 3 ;
494
- const IS_NUMERIC = 4 ;
495
- const IS_STRING = 5 ;
496
- const IS_UNKNOWN = 6 ;
490
+ const IS_BOOL = 16 ;
491
+ const IS_DATE_TIME = 4 ;
492
+ const IS_ERROR = 32 ;
493
+ const IS_NULL = 1 ;
494
+ const IS_NUMERIC = 2 ;
495
+ const IS_STRING = 8 ;
496
+ const IS_UNKNOWN = 0 ;
497
497
};
498
498
499
499
final class ChartLineFormattingType {
@@ -645,6 +645,8 @@ final class ColorType {
645
645
final class CommentTitleType {
646
646
const CELL = 0 ;
647
647
const COMMENT = 1 ;
648
+ const NOTE = 2 ;
649
+ const REPLY = 3 ;
648
650
};
649
651
650
652
final class ConsolidationFunction {
@@ -1202,6 +1204,7 @@ final class FileFormatType {
1202
1204
const DOTM = 40 ;
1203
1205
const DOTX = 39 ;
1204
1206
const EMF = 258 ;
1207
+ const EPUB = 775 ;
1205
1208
const EXCEL_2 = 25 ;
1206
1209
const EXCEL_3 = 24 ;
1207
1210
const EXCEL_4 = 23 ;
@@ -1770,6 +1773,7 @@ final class LoadDataFilterOptions {
1770
1773
final class LoadFormat {
1771
1774
const AUTO = 0 ;
1772
1775
const CSV = 1 ;
1776
+ const EPUB = 52 ;
1773
1777
const EXCEL_97_TO_2003 = 5 ;
1774
1778
const FODS = 59 ;
1775
1779
const HTML = 12 ;
@@ -2857,6 +2861,7 @@ final class SaveFormat {
2857
2861
const DIF = 30 ;
2858
2862
const DOCX = 62 ;
2859
2863
const EMF = 258 ;
2864
+ const EPUB = 772 ;
2860
2865
const EXCEL_97_TO_2003 = 5 ;
2861
2866
const FODS = 59 ;
2862
2867
const GIF = 322 ;
@@ -3644,6 +3649,13 @@ function __construct(...$argv) {
3644
3649
}
3645
3650
}
3646
3651
3652
+ class CellValue extends Java {
3653
+ static private $ _className = "com.aspose.cells.CellValue " ;
3654
+ function __construct (...$ argv ) {
3655
+ parent ::__construct (self ::$ _className , ...$ argv );
3656
+ }
3657
+ }
3658
+
3647
3659
class CellWatch extends Java {
3648
3660
static private $ _className = "com.aspose.cells.CellWatch " ;
3649
3661
function __construct (...$ argv ) {
@@ -4265,6 +4277,13 @@ function __construct(...$argv) {
4265
4277
}
4266
4278
}
4267
4279
4280
+ class CustomFunctionDefinition extends Java {
4281
+ static private $ _className = "com.aspose.cells.CustomFunctionDefinition " ;
4282
+ function __construct (...$ argv ) {
4283
+ parent ::__construct (self ::$ _className , ...$ argv );
4284
+ }
4285
+ }
4286
+
4268
4287
class CustomProperty extends Java {
4269
4288
static private $ _className = "com.aspose.cells.CustomProperty " ;
4270
4289
function __construct (...$ argv ) {
@@ -4332,6 +4351,20 @@ function __construct(...$argv) {
4332
4351
}
4333
4352
}
4334
4353
4354
+ class EbookLoadOptions extends Java {
4355
+ static private $ _className = "com.aspose.cells.EbookLoadOptions " ;
4356
+ function __construct (...$ argv ) {
4357
+ parent ::__construct (self ::$ _className , ...$ argv );
4358
+ }
4359
+ }
4360
+
4361
+ class EbookSaveOptions extends Java {
4362
+ static private $ _className = "com.aspose.cells.EbookSaveOptions " ;
4363
+ function __construct (...$ argv ) {
4364
+ parent ::__construct (self ::$ _className , ...$ argv );
4365
+ }
4366
+ }
4367
+
4335
4368
class ExportRangeToJsonOptions extends Java {
4336
4369
static private $ _className = "com.aspose.cells.ExportRangeToJsonOptions " ;
4337
4370
function __construct (...$ argv ) {
0 commit comments