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
{{ message }}
This repository was archived by the owner on May 26, 2022. It is now read-only.
However, any cell added that has no content (WriterEntityFactory::createCell('')) is using the default font-size of 12 pt rather than my preset default of 11. Adding a space (WriterEntityFactory::createCell(' ')) will use the correct font (but then you have a cell with a textual space in)
Explicitly setting the style also does not work WriterEntityFactory::createCell('', $style_default)