RE: How do i export the currently open document to excel? Wayne Gibbons 23.Jan.11 05:34 PM a Web browser Domino Designer -- LotusScript All ReleasesWindows XP
Every man and his dog has written an "export to Excel" class library at some point. Look in OpenNTF and the old Sandbox (archived somewhere; search the Notes 6/7 forum for its location).
If none of them work for you, then you need to write your own custom export. You would create an object of type Excel.Application, then use the Excel properties and methods to place your Notes data in the right cells. Search this forum or the Notes 6/7 forum for plenty of examples of automating Excel from Notes.