Method |
Description |
|
__construct ( $phpExcelIO = '\PHPExcel_IOFactory' ) |
|
|
createHelperHTML ( ) : PHPExcel_Helper_HTML |
Create a PHPExcel Helper HTML Object |
|
createPHPExcelObject ( string $filename = null ) : PHPExcel |
Creates an empty PHPExcel Object if the filename is empty, otherwise loads the file into the object. |
|
createPHPExcelWorksheetDrawing ( ) : PHPExcel_Worksheet_Drawing |
Create a worksheet drawing |
|
createStreamedResponse ( PHPExcel_Writer_IWriter $writer, integer $status = 200, array $headers = [] ) : Symfony\Component\HttpFoundation\StreamedResponse |
Stream the file as Response. |
|
createWriter ( PHPExcel $phpExcelObject, string $type = 'Excel5' ) : PHPExcel_Writer_IWriter |
Create a writer given the PHPExcelObject and the type,
the type coul be one of PHPExcel_IOFactory::$_autoResolveClasses |
|