Row Formatting Excel Export Array Dynamically #3716
Unanswered
balamurugan1991
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.
-
I want to Format Excel Some rows Need to make as Bold. I try Lots of ways But Noting Working.
I am beginner for Laravel Excel. Can anyone guide me how to Format Custom Rows Dynamically.
For Example : -

I want this Above Format. If age is Above 30 i want to Bold the Rows. If i try Export from View it will take too Much time. becoz 1M records exist in my db. I try excel export from array also this is multiple sheets Export. Can anyone guide me.
I try the Below code to Bold the Headers, using register events : -
`public function registerEvents(): array {
I dont know how to do dynamically.
Beta Was this translation helpful? Give feedback.
All reactions