diff --git a/config/excel.php b/config/excel.php index 7acea7bc07bd..3151039dee9f 100644 --- a/config/excel.php +++ b/config/excel.php @@ -148,7 +148,7 @@ return array( | an array of columns ( array('A', 'B') ) | */ - 'autosize' => true, + 'autosize' => false, /* |--------------------------------------------------------------------------