doc-en icon indicating copy to clipboard operation
doc-en copied to clipboard

apply styles on range on header

Open yanndeo opened this issue 1 year ago • 1 comments

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() )


  • php 7.1
  • VERSION="22.04.4 LTS (Jammy Jellyfish)"

yanndeo avatar Dec 05 '24 16:12 yanndeo

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?

kamil-tekiela avatar Dec 06 '24 20:12 kamil-tekiela

You could report this at https://github.com/viest/php-ext-xlswriter.

vrana avatar Apr 22 '25 21:04 vrana