Export CSV and Excel from Java web apps With Data Pipeline
This post shows how to download data from your Java web applications as Microsoft Excel spreadsheets or CSV (Comma Separated Value) files. ... The second file is served up using getEventsAsExcel(). This method takes the record stream from getEvents() and
northconcepts.com |