Creating a new PHPExcel Object.
$this->PHPExcel = new PHPExcel();
Creating a new sheet:
/** | |
* | |
*/ | |
(function ($) { | |
PluginName = function () { | |
this.init.apply(this, arguments); | |
}; | |
<?php | |
/*** PHPExcel Object ***/ | |
/* Get the default Style object */ | |
(PHPExcel_Style) $style = ((PHPExcel) $excel)->getDefaultStyle() | |
/*** PHPExcel_Cell Object ***/ | |
/* Get the Style object for a Cell */ |