File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ For now we only provide some usage examples instead of a full documentation.
5757$file = \Yii::createObject([
5858 'class' => 'codemix\excelexport\ExcelFile',
5959
60- // Default writer is Excel 5 . You can use any other writer available from PHPOffice.
60+ // Default writer is `\PHPExcel_Writer_Excel2007` . You can use any other writer available from PHPOffice.
6161 //'writer' => '\PHPExcel_Writer_Excel5',
6262
6363 'sheets' => [
Original file line number Diff line number Diff line change 1111class ExcelFile extends Object
1212{
1313 /**
14- * @var string the writer class to use. Default is `\PHPExcel_Writer_Excel5 `.
14+ * @var string the writer class to use. Default is `\PHPExcel_Writer_Excel2007 `.
1515 */
16- public $ writer = '\PHPExcel_Writer_Excel5 ' ;
16+ public $ writer = '\PHPExcel_Writer_Excel2007 ' ;
1717
1818 protected $ _workbook ;
1919 protected $ _sheets ;
You can’t perform that action at this time.
0 commit comments