pyoo icon indicating copy to clipboard operation
pyoo copied to clipboard

How to input a multiline string value

Open tauferp opened this issue 3 years ago • 0 comments

Is there a way to input a multiline string value into a cell?

Doing cell.value = 'a\nb' does produce a cell that seems to contain "ab". The newline is there but is rendered only after manual edit in the spreadsheet - is there any way to do this programmatically through the pyoo please?

tauferp avatar Feb 21 '22 00:02 tauferp