https://issues.apache.org/ooo/show_bug.cgi?id=120495
Shan Zhu <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Shan Zhu <[email protected]> --- (In reply to comment #0) > In DDE() function you can build the link with other functions and cell > contents. > Shouldn't it be possible also for 'file:///xxx'? (unless it is already > possible and I did not find out how). > > Thanks. > > Arnaldo Hi, Arnaldo If your means use DDE() to get content from another file, you can tried like this: Get cell content =DDE("soffice";"E:\New Spreadsheet.ods";"sheet1.B2") Get content from named range =DDE("soffice";"E:\New Spreadsheet.ods";"RangeNameString") Get content from section in a .odt file =DDE("soffice";"e:\New Document.odt";"SectionNameString") ... Thanks -- You are receiving this mail because: You are the assignee for the bug.
