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 has been 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)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Am setting my default style as follows
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)
The text was updated successfully, but these errors were encountered: