X7ROOT File Manager
Current Path:
/home/cbholdings/pasukulu/lib/openspout/src/Reader
home
/
cbholdings
/
pasukulu
/
lib
/
openspout
/
src
/
Reader
/
📁
..
📄
AbstractReader.php
(5.34 KB)
📁
CSV
📁
Common
📁
Exception
📁
ODS
📄
ReaderInterface.php
(830 B)
📄
RowIteratorInterface.php
(233 B)
📄
SheetInterface.php
(576 B)
📄
SheetIteratorInterface.php
(297 B)
📄
SheetWithVisibilityInterface.php
(312 B)
📁
Wrapper
📁
XLSX
Editing: SheetWithVisibilityInterface.php
<?php declare(strict_types=1); namespace OpenSpout\Reader; /** * @template T of RowIteratorInterface * * @extends SheetInterface<T> */ interface SheetWithVisibilityInterface extends SheetInterface { /** * @return bool Whether the sheet is visible */ public function isVisible(): bool; }
Upload File
Create Folder