PHP 클래스 ExcelAnt\Adapter\PhpExcel\Workbook\Workbook

상속: implements ExcelAnt\Adapter\PhpExcel\Workbook\WorkbookExcelInterface
파일 보기 프로젝트 열기: wisembly/excelant 1 사용 예제들

공개 메소드들

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

비공개 메소드들

메소드 설명
checkIndexParameter ( integer $index ) Check if the index parameter used by many method to handle the sheetCollection answers the requirements

메소드 상세

__construct() 공개 메소드

public __construct ( PHPExcel $phpExcel = null )
$phpExcel PHPExcel

addSheet() 공개 메소드

public addSheet ( ExcelAnt\Sheet\SheetInterface $sheet, $index = null, $insert = false )
$sheet ExcelAnt\Sheet\SheetInterface

addStyles() 공개 메소드

public addStyles ( ExcelAnt\Collections\StyleCollection $styles )
$styles ExcelAnt\Collections\StyleCollection

countSheets() 공개 메소드

public countSheets ( )

createSheet() 공개 메소드

public createSheet ( )

getAllSheets() 공개 메소드

public getAllSheets ( )

getCompany() 공개 메소드

public getCompany ( )

getCreator() 공개 메소드

public getCreator ( )

getDescription() 공개 메소드

public getDescription ( )

getRawClass() 공개 메소드

Get the raw class
public getRawClass ( ) : PHPExcel
리턴 PHPExcel

getSheet() 공개 메소드

public getSheet ( $index )

getStyles() 공개 메소드

public getStyles ( )

getSubject() 공개 메소드

public getSubject ( )

getTitle() 공개 메소드

public getTitle ( )

hasStyles() 공개 메소드

public hasStyles ( )

removeSheet() 공개 메소드

public removeSheet ( $index )

setCompany() 공개 메소드

public setCompany ( $company )

setCreator() 공개 메소드

public setCreator ( $creator )

setDescription() 공개 메소드

public setDescription ( $description )

setSubject() 공개 메소드

public setSubject ( $subject )

setTitle() 공개 메소드

public setTitle ( $title )