Writing strings containing escape sequence to merged cells using xlwt module - write_merge

97 views Asked by At

I have seen that this question was answered for write() by setting the wrap alignment for a style. I tried the same thing for write_merge() which didn't work. How do I write the strings with escape sequence (\n, \r) using write_merge?

0

There are 0 answers