Stop formatting header and tab names with str_slug by default #3025
VinceHPicton
started this conversation in
Ideas
Replies: 1 comment 14 replies
-
This package already does this for almost 7 years, it's following similar conventions to Laravel's Eloquent. You can change the behavior in the config : https://github.com/Maatwebsite/Laravel-Excel/blob/3.1/config/excel.php#L112 to your liking. |
Beta Was this translation helpful? Give feedback.
14 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Unsure why the library does this by default but it's made adopting it significantly more difficult as I had to find out the hard way that this is what it's doing.
Would strongly suggest you don't have the library convert my strings with str_slug() unless I ask it to!!!!
Beta Was this translation helpful? Give feedback.
All reactions