You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When setting the font name globally, and then set a bold font style for the header row as an example, the font name is "reset" and has to be set again.
When setting the font name globally, and then set a bold font style for the header row as an example, the font name is "reset" and has to be set again.
here's my code where that happens:
I then have to do this so the header has the default font agian:
$sheet->writeHeader(array_keys($headerData))->applyFontStyleBold()->applyFontName(self::DEFAULT_FONT_NAME);
The text was updated successfully, but these errors were encountered: