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
can't apply styles (background color) on specific range of header
issue : it does not apply only on the range boundary.A1:E1. it occupies the whole line outside AA..
$fileObject
->header($this->columns)
->setRow('A1:E1', 20, (new Format($fileObject->getHandle()))
->background(Format::COLOR_BLACK)->toResource()
)
php 7.1
VERSION="22.04.4 LTS (Jammy Jellyfish)"
The text was updated successfully, but these errors were encountered:
Maybe it's just me, but I feel like this issue report isn't very clear. What exactly is wrong with the documentation on that page? What do you think should be amended?
From manual page: https://php.net/book.xlswriter
can't apply styles (background color) on specific range of header
issue : it does not apply only on the range boundary.A1:E1. it occupies the whole line outside AA..
$fileObject
->header($this->columns)
->setRow('A1:E1', 20, (new Format($fileObject->getHandle()))
->background(Format::COLOR_BLACK)->toResource()
)
The text was updated successfully, but these errors were encountered: