Justin Onstine
unread,Nov 2, 2011, 7:44:04 PM11/2/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-docum...@googlegroups.com
Hi. I am trying to write a string with one or more carriage returns (newline, linefeed, \n, whatever) into a spreadsheet using the python UpdateCell() function and in the spreadsheet it is being rendered as a space. I've done some fairly extensive searching around the web and tried simply using a '\n' or a '\r' or both in my string to no avail. Is there a way to do this programatically?
Thank you,
Justin