Yii - excle扩展
1.下载EExcelBehavior到项目扩展目录下

2.下载phpexcl到扩展目录

2.控制器调用
* @param null string|CDataProvider|array $model the data provider for the grid. * @param null array $columns array with specif columns and its format. Defaults to all attributes. * @param null string $title title for the file * @param null array $documentDetails details of the document * @param null string $exportType format to export (Excel5,Excel2007, PDF, HTML, CSV). Defaults to Excel2007 (xlsx) */public function toExcel($model=null, $columns=array(), $title=null, $documentDetails=array(), $exportType='Excel2007')