RE: Excel download

2005-07-12 Thread MATHOT Jacques
Hello all, I agree, look at POI. It worked perfectly for me for upload and download. I put hereunder an example of code for download to an excel file. Regards, Jacques public static void exportExcel(String file_name) { ArrayList states = OperatorsQ1.query(); HSSFWorkbo

RE: Excel download

2005-07-12 Thread MATHOT Jacques
part of the output page(view) as Excel file i.e.., part of html. Thanks and Regards, Senthilrajan VS - Original Message - From: "MATHOT Jacques" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" Sent: Tuesday, July 12, 2005 12:44 PM Subject: