1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-19 16:01:34 +02:00

Disable Excel autosize columns feature

This commit is contained in:
Hillel Coren 2016-11-02 08:41:12 +02:00
parent e677569351
commit 75cdaba2d5

View File

@ -148,7 +148,7 @@ return array(
| an array of columns ( array('A', 'B') )
|
*/
'autosize' => true,
'autosize' => false,
/*
|--------------------------------------------------------------------------