https://bugs.documentfoundation.org/show_bug.cgi?id=147279
--- Comment #3 from Mike Kaganski <[email protected]> --- OTOH, when I enable DDE in Excel (see https://stackoverflow.com/questions/55868217), and put the following formula into a spreadsheet there: ="abc"&CHAR(9)&"def"&CHAR(13)&"ghi" then run the following VBA from Word: Sub DDETest() ch = DDEInitiate("Excel", "D:\Documents\DDETest.xlsm") s = DDERequest(ch, "R1C1") DDETerminate ch MsgBox s End Sub the text arriving from Excel is exactly "abc def ghi" including the double quotes. It actually looks to me that Excel uses normal TSV, with double quotes according to CSV standard... -- You are receiving this mail because: You are the assignee for the bug.
