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,
/*
|--------------------------------------------------------------------------