pyoo
pyoo copied to clipboard
How to input a multiline string value
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?