I would like to put the variable length text to an Excel file - some text are shorten, and another are longer. These cells are one above the other, so the width of cells are equal.
I'm trying to do this:
sheet.row(rownr).height = 0
with combination if
sheet.row(rownr).height_mismatch = True
The first line produces a higher line than the "normal", but when the text wrapped more that 2 lines, the height doesn't follow, so the text aren't showed.
What would be the right way?
Thanks:
a.