mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 05:54:29 -04:00
Set default excel config setting
This commit is contained in:
parent
eb0ad2479e
commit
b03d7c30dc
@ -188,7 +188,7 @@ return array(
|
|||||||
| having the appropriate fonts installed.
|
| 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…
x
Reference in New Issue
Block a user