Flow PHP

SheetCells

Read onlyYes
FinalYes
Tags
type

SheetCellValue = null|array<array-key, mixed>|bool|DateInterval|DateTimeInterface|float|int|string

Methods

__construct()  : mixed
rows()  : Generator<int, array<int, SheetCellValue>>

Methods

__construct()

public __construct(SheetInterface $sheet, bool $withHeader, int $offset) : mixed
Parameters
$sheet : SheetInterface
$withHeader : bool
$offset : int

rows()

public rows() : Generator<int, array<int, SheetCellValue>>
Return values
Generator<int, array<int, SheetCellValue>>
On this page

Search results