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

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

공개 메소드들

메소드 설명
__construct ( Workbook $workbook, PHPExcel_Worksheet $phpExcelWorksheet = null )
addCell ( ExcelAnt\Cell\CellInterface $cell, ExcelAnt\Coordinate\Coordinate $coordinate )
addTable ( ExcelAnt\Table\TableInterface $table, ExcelAnt\Coordinate\Coordinate $coordinate )
getCells ( )
getColumnWidth ( $index )
getDefaultRowHeight ( )
getRawClass ( ) : PHPExcel_Worksheet Get the raw class
getRowHeight ( $index )
getTables ( )
getTitle ( )
importImage ( )
setColumnWidth ( $width, $index )
setDefaultRowHeight ( $height )
setRowHeight ( $height, $index )
setTitle ( $name )

메소드 상세

__construct() 공개 메소드

public __construct ( Workbook $workbook, PHPExcel_Worksheet $phpExcelWorksheet = null )
$workbook ExcelAnt\Adapter\PhpExcel\Workbook\Workbook The parent Workbook where the Sheet will live
$phpExcelWorksheet PHPExcel_Worksheet

addCell() 공개 메소드

public addCell ( ExcelAnt\Cell\CellInterface $cell, ExcelAnt\Coordinate\Coordinate $coordinate )
$cell ExcelAnt\Cell\CellInterface
$coordinate ExcelAnt\Coordinate\Coordinate

addTable() 공개 메소드

public addTable ( ExcelAnt\Table\TableInterface $table, ExcelAnt\Coordinate\Coordinate $coordinate )
$table ExcelAnt\Table\TableInterface
$coordinate ExcelAnt\Coordinate\Coordinate

getCells() 공개 메소드

public getCells ( )

getColumnWidth() 공개 메소드

public getColumnWidth ( $index )

getDefaultRowHeight() 공개 메소드

public getDefaultRowHeight ( )

getRawClass() 공개 메소드

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

getRowHeight() 공개 메소드

public getRowHeight ( $index )

getTables() 공개 메소드

public getTables ( )

getTitle() 공개 메소드

public getTitle ( )

importImage() 공개 메소드

public importImage ( )

setColumnWidth() 공개 메소드

public setColumnWidth ( $width, $index )

setDefaultRowHeight() 공개 메소드

public setDefaultRowHeight ( $height )

setRowHeight() 공개 메소드

public setRowHeight ( $height, $index )

setTitle() 공개 메소드

public setTitle ( $name )