Replies: 1 comment
-
Thanks for your feedback.
- excelize.Cell{StyleID: style, Value: "DummyH1"},
+ excelize.Cell{StyleID: style, Value: "Dummy\r\nH1"},
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
None of the alignment properties work with Stream writer. In this example the third column shows up too wide with two long words adjacent to each other. WrapText is not getting enforced.
PS: I also like to know what is the correct ReadingOrder value for "Left to Right".
Beta Was this translation helpful? Give feedback.
All reactions