读书人

Yii - excle扩充

发布时间: 2013-03-13 10:56:58 作者: rapoo

Yii - excle扩展

1.下载EExcelBehavior到项目扩展目录下

Yii - excle扩充

2.下载phpexcl到扩展目录

Yii - excle扩充


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')

读书人网 >其他相关

热点推荐