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') )
|
||||
|
|
||||
*/
|
||||
'autosize' => true,
|
||||
'autosize' => false,
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Reference in New Issue