From 75cdaba2d54ebe1966f7574b6ac25592a1fa7783 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Wed, 2 Nov 2016 08:41:12 +0200 Subject: [PATCH] Disable Excel autosize columns feature --- config/excel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, /* |--------------------------------------------------------------------------