PHP Class ExcelAnt\Adapter\PhpExcel\Sheet\Sheet

Inheritance: implements ExcelAnt\Adapter\PhpExcel\Sheet\SheetExcelInterface
Afficher le fichier Open project: wisembly/excelant Class Usage Examples

Méthodes publiques

Méthode Description
__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 )

Method Details

__construct() public méthode

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 méthode

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

addTable() public méthode

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

getCells() public méthode

public getCells ( )

getColumnWidth() public méthode

public getColumnWidth ( $index )

getDefaultRowHeight() public méthode

public getDefaultRowHeight ( )

getRawClass() public méthode

Get the raw class
public getRawClass ( ) : PHPExcel_Worksheet
Résultat PHPExcel_Worksheet

getRowHeight() public méthode

public getRowHeight ( $index )

getTables() public méthode

public getTables ( )

getTitle() public méthode

public getTitle ( )

importImage() public méthode

public importImage ( )

setColumnWidth() public méthode

public setColumnWidth ( $width, $index )

setDefaultRowHeight() public méthode

public setDefaultRowHeight ( $height )

setRowHeight() public méthode

public setRowHeight ( $height, $index )

setTitle() public méthode

public setTitle ( $name )