Skip to content

Commit 3475531

Browse files
committed
v24.2
1 parent 512a833 commit 3475531

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
Binary file not shown.

lib/aspose.cells.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1246,6 +1246,7 @@ final class FileFormatType {
12461246
const OTP = 61;
12471247
const OTS = 55;
12481248
const OTT = 53;
1249+
const OXPS = 776;
12491250
const PDF = 13;
12501251
const PNG = 262;
12511252
const POTM = 43;
@@ -3710,6 +3711,13 @@ function __construct(...$argv) {
37103711
}
37113712
}
37123713

3714+
class ChartCalculateOptions extends Java {
3715+
static private $_className = "com.aspose.cells.ChartCalculateOptions";
3716+
function __construct(...$argv) {
3717+
parent::__construct(self::$_className, ...$argv);
3718+
}
3719+
}
3720+
37133721
class ChartGlobalizationSettings extends Java {
37143722
static private $_className = "com.aspose.cells.ChartGlobalizationSettings";
37153723
function __construct(...$argv) {

0 commit comments

Comments
 (0)