Method | Description | |
---|---|---|
__construct ( PHPExcel $phpExcel = null ) | ||
addSheet ( ExcelAnt\Sheet\SheetInterface $sheet, $index = null, $insert = false ) | ||
addStyles ( ExcelAnt\Collections\StyleCollection $styles ) | ||
countSheets ( ) | ||
createSheet ( ) | ||
getAllSheets ( ) | ||
getCompany ( ) | ||
getCreator ( ) | ||
getDescription ( ) | ||
getRawClass ( ) : PHPExcel | Get the raw class | |
getSheet ( $index ) | ||
getStyles ( ) | ||
getSubject ( ) | ||
getTitle ( ) | ||
hasStyles ( ) | ||
removeSheet ( $index ) | ||
setCompany ( $company ) | ||
setCreator ( $creator ) | ||
setDescription ( $description ) | ||
setSubject ( $subject ) | ||
setTitle ( $title ) |
Method | Description | |
---|---|---|
checkIndexParameter ( integer $index ) | Check if the index parameter used by many method to handle the sheetCollection answers the requirements |
public addSheet ( ExcelAnt\Sheet\SheetInterface $sheet, $index = null, $insert = false ) | ||
$sheet | ExcelAnt\Sheet\SheetInterface |
public addStyles ( ExcelAnt\Collections\StyleCollection $styles ) | ||
$styles | ExcelAnt\Collections\StyleCollection |