Exporting Lotus Notes document to CSV & Excel Files
问题 Can Anyone suggest me which method (freefile or ole object creation) is Efficient to export lotus notes documents to CSV and Excel files? 回答1: i used formula as well to export as csv & excel. @Command([FileExport]; "Comma Separated Value"; "c:\text.csv") 回答2: Efficient? Use a NotesDXLExporter to export to DXL/XML. See link. Easy? Select the document in a view and use File/Export, Save as type: Comma Separated Value. You can prepare your own view with the data you need exported. 回答3: i got the