mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Disable Excel autosize columns feature
This commit is contained in:
parent
e677569351
commit
75cdaba2d5
@ -148,7 +148,7 @@ return array(
|
|||||||
| an array of columns ( array('A', 'B') )
|
| an array of columns ( array('A', 'B') )
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
'autosize' => true,
|
'autosize' => false,
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user