Set default excel config setting
This commit is contained in:
parent
eb0ad2479e
commit
b03d7c30dc
1 changed files with 1 additions and 1 deletions
|
|
@ -188,7 +188,7 @@ return array(
|
|||
| having the appropriate fonts installed.
|
||||
|
|
||||
*/
|
||||
'autosize-method' => constant('\PHPExcel_Shared_Font::AUTOSIZE_METHOD_'.env('EXCEL_AUTOSIZE_MODE')),
|
||||
'autosize-method' => constant('\PHPExcel_Shared_Font::AUTOSIZE_METHOD_' . env('EXCEL_AUTOSIZE_MODE', 'APPROX')),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue