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 e24fe48 commit 7b4dabdCopy full SHA for 7b4dabd
jar/aspose-cells-22.7.jar renamed to jar/aspose-cells-22.8.jar
7.96 MB
lib/aspose.cells.php
@@ -4562,6 +4562,21 @@ function __construct(...$argv) {
4562
}
4563
4564
4565
+class SheetSet extends Java {
4566
+ static private $_className = "com.aspose.cells.SheetSet";
4567
+ function __construct(...$argv) {
4568
+ parent::__construct(self::$_className, ...$argv);
4569
+ }
4570
+
4571
+ static function getAll(...$argv) {
4572
+ return Java(self::$_className)->getAll(...$argv);
4573
4574
4575
+ static function getVisible(...$argv) {
4576
+ return Java(self::$_className)->getVisible(...$argv);
4577
4578
+}
4579
4580
class SignatureLine extends Java {
4581
static private $_className = "com.aspose.cells.SignatureLine";
4582
function __construct(...$argv) {
0 commit comments