-
Hello How to put a pattern slicer on a cell ? |
Beta Was this translation helpful? Give feedback.
Answered by
oleibman
Dec 8, 2021
Replies: 1 comment 1 reply
-
There are a number of FILL_PATTERN constants in Style/Fill.php. It looks like FILL_PATTERN_DARKUP matches your request. $sheet->getStyle('G3')->getFill()->setFillType(Fill::FILL_PATTERN_DARKUP); |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
toboul70
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are a number of FILL_PATTERN constants in Style/Fill.php. It looks like FILL_PATTERN_DARKUP matches your request.