ExcelExtractorFactory
Read onlyYes
FinalYes
Methods
- __construct() : mixed
- get() : ExcelExtractor
Methods
__construct()
public
__construct(Path $path[, string $headerOption = 'input-excel-header' ][, string $sheetNameOption = 'input-excel-sheet-name' ][, string $offsetOption = 'input-excel-offset' ]) : mixed
Parameters
- $path : Path
- $headerOption : string = 'input-excel-header'
- $sheetNameOption : string = 'input-excel-sheet-name'
- $offsetOption : string = 'input-excel-offset'
get()
public
get(InputInterface $input) : ExcelExtractor
Parameters
- $input : InputInterface