Right now when exporting to Google Docs, all new line characters are removed before the document is sent to Google. Right now there is a limitation in the API that prevents quoted data (and thus new lines) from being handled properly. See http://stackoverflow.com/questions/17643567/upload-a-tsv-file-into-googl...
As long as this limitation exists on the Google side, we may want to think of alternatives. For example if #1140026: Excel-native exporter, fixing new line and UTF-8 importing problems were completed, we could extend the excel class instead of the delimited class and transfer an .xls file to Google instead. Then we'd have a format which supported new line characters that Google could import properly.
Comments
Comment #1
quicksketchThis has been fixed by leveraging the new Excel-native exporter in Webform 4.x-beta1.