PHP 인터페이스 Akeneo\Component\SpreadsheetParser\SpreadsheetInterface

저자: Antoine Guigan ([email protected])
파일 보기 프로젝트 열기: akeneo-labs/spreadsheet-parser 0 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

createRowIterator() 공개 메소드

Returns a row iterator for the current worksheet index
public createRowIterator ( integer $worksheetIndex, array $options = [] ) : Iterator
$worksheetIndex integer
$options array
리턴 Iterator

getWorksheetIndex() 공개 메소드

Returns a worksheet index by name
public getWorksheetIndex ( string $name ) : integer | false
$name string
리턴 integer | false Returns false in case there is no worksheet with this name

getWorksheets() 공개 메소드

The keys of the array should be the indexes of the worksheets
public getWorksheets ( ) : string[]
리턴 string[]