Flow PHP

ExcelReadOptions

Read onlyYes
FinalYes

Properties

$convertEmptyToNull  : bool
$format  : ExcelReader|null
$offset  : int
$sheetName  : string|null
$withHeader  : bool

Methods

__construct()  : mixed
withConvertEmptyToNull()  : self
withFormat()  : self
withHeader()  : self
withOffset()  : self
withSheetName()  : self

Properties

Methods

__construct()

public __construct([bool $withHeader = true ][, bool $convertEmptyToNull = true ][, int $offset = 1 ][, string|null $sheetName = null ][, ExcelReader|null $format = null ]) : mixed
Parameters
$withHeader : bool = true
$convertEmptyToNull : bool = true
$offset : int = 1
$sheetName : string|null = null
$format : ExcelReader|null = null

withConvertEmptyToNull()

public withConvertEmptyToNull(bool $convertEmptyToNull) : self
Parameters
$convertEmptyToNull : bool
Return values
self

withHeader()

public withHeader(bool $withHeader) : self
Parameters
$withHeader : bool
Return values
self

withOffset()

public withOffset(int $offset) : self
Parameters
$offset : int
Return values
self

withSheetName()

public withSheetName(string $sheetName) : self
Parameters
$sheetName : string
Return values
self
On this page

Search results