This patch adds text wrapping in Excel cells when exported data has newline characters (e.g. textarea or table_element components) - without it all lines in cell are glued until first cell edit in Excel...
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | webform-excel_text_wrap-2316497-1.patch | 1.44 KB | danchadwick |
| webform-excel_text_wrap.patch | 1.44 KB | skylord |
Comments
Comment #1
danchadwick commentedI don't know the Excel format, but your patch works as advertised. Committed to 7.x-4.x an 8.x.
One suggestion: if you follow the patch-naming convention, it makes it easier for maintainers:
webform-your_issue_name-ISSUENUMBER-COMMENTNUMBER.patch
One very odd thing is that the patch crashes SourceTree. I could apply it from the git command line, however. Strange.