Laravel-excel: import column header text is converted to lowercase

Created on 9 Oct 2015  ·  3Comments  ·  Source: Maatwebsite/Laravel-Excel

Hi,
How can I prevent that the column header text is converted to lowercase?

thx

Most helpful comment

In your config->excel.php line 374 option 'heading'
change 'slugged' to 'original'

All 3 comments

just type uppercase to your table head

<th>EXAMPLE</th>
<th>EXAMPLE</th>
<th>EXAMPLE</th>
<th>EXAMPLE</th>

In your config->excel.php line 374 option 'heading'
change 'slugged' to 'original'

We are closing all old tickets, because version 2.* is reaching the End-of-Life stage. Our full attention is now allocated to version 3.0. It's still possible to use 2.*, but there will be no active support anymore.

Was this page helpful?
0 / 5 - 0 ratings