Метод | Описание | |
---|---|---|
createRowIterator ( integer $worksheetIndex, array $options = [] ) : Iterator | Returns a row iterator for the current worksheet index | |
getWorksheetIndex ( string $name ) : integer | false | Returns a worksheet index by name | |
getWorksheets ( ) : string[] | Returns an array containing all worksheet names |
public getWorksheetIndex ( string $name ) : integer | false | ||
$name | string | |
Результат | integer | false | Returns false in case there is no worksheet with this name |
public getWorksheets ( ) : string[] | ||
Результат | string[] |