Styling Excel without using model #3007
Unanswered
dinacuatro
asked this question in
Q&A
Replies: 1 comment
-
You have to create an export class if you want to apply custom styles |
Beta Was this translation helpful? Give feedback.
0 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.
-
The data of the excel file I generate do not come from a specific model, so I chose generating it directly:
(
$data
is a two-dimensional array with data of the unique data-sheet)I wonder if there is any way to apply some style on columns (width, font-weight, etc.).
As far as I see it is possible ( like explained here) if I create a model for this excel.
Is it possible without?
Beta Was this translation helpful? Give feedback.
All reactions