Moodle PHP Documentation 5.1
Moodle 5.1dev (Build: 20250711) (9addea9f0ac)
OpenSpout\Reader\ODS\Sheet Class Reference
Inheritance diagram for OpenSpout\Reader\ODS\Sheet:
OpenSpout\Reader\SheetWithVisibilityInterface OpenSpout\Reader\SheetInterface

Public Member Functions

 __construct (RowIterator $rowIterator, int $sheetIndex, string $sheetName, bool $isSheetActive, bool $isSheetVisible)
 
 getIndex ()
 
 getName ()
 
 getRowIterator ()
 
 isActive ()
 
 isVisible ()
 

Constructor & Destructor Documentation

◆ __construct()

OpenSpout\Reader\ODS\Sheet::__construct ( RowIterator $rowIterator,
int $sheetIndex,
string $sheetName,
bool $isSheetActive,
bool $isSheetVisible )
Parameters
RowIterator$rowIteratorThe corresponding row iterator
int$sheetIndexIndex of the sheet, based on order in the workbook (zero-based)
string$sheetNameName of the sheet
bool$isSheetActiveWhether the sheet was defined as active
bool$isSheetVisibleWhether the sheet is visible

Member Function Documentation

◆ getIndex()

OpenSpout\Reader\ODS\Sheet::getIndex ( )
Return values
intIndex of the sheet, based on order in the workbook (zero-based)

Implements OpenSpout\Reader\SheetInterface.

◆ getName()

OpenSpout\Reader\ODS\Sheet::getName ( )
Return values
stringName of the sheet

Implements OpenSpout\Reader\SheetInterface.

◆ getRowIterator()

OpenSpout\Reader\ODS\Sheet::getRowIterator ( )
Return values
Titerator to iterate over the sheet's rows

Implements OpenSpout\Reader\SheetInterface.

◆ isActive()

OpenSpout\Reader\ODS\Sheet::isActive ( )
Return values
boolWhether the sheet was defined as active

Implements OpenSpout\Reader\SheetInterface.

◆ isVisible()

OpenSpout\Reader\ODS\Sheet::isVisible ( )
Return values
boolWhether the sheet is visible

Implements OpenSpout\Reader\SheetWithVisibilityInterface.


The documentation for this class was generated from the following file: