How to set all cell background color white with Laravel-Excel #3286
Unanswered
saeed-sikandar
asked this question in
Q&A
Replies: 0 comments
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.
-
Hello fellows,
I want to Set all cell background color to white at default with laravel excel and with blade view
I add inline style at table background-color:#ffffff; but it's not work
I try external styling as they mention in their documentation but thats still not work
I try to add background color in td and trs with external css but won't work
I want to achieve above result is there any possible way to set this configuration by default
using FROMVIEW concern ?
If yes then kindly guide me to solve this problem
Thank You
Beta Was this translation helpful? Give feedback.
All reactions