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: SheetIteratorInterface.php
<?php declare(strict_types=1); namespace OpenSpout\Reader; use Iterator; /** * @template T of SheetInterface * * @extends Iterator<T> */ interface SheetIteratorInterface extends Iterator { /** * @return T of SheetInterface */ public function current(): SheetInterface; }
Upload File
Create Folder