Re: can't download excel file correctly

2011-10-19 Thread raygrrr
ries > University of Rochester > Rochester, NY  14627 > (585) 275-0692 > > -Original Message- > From: raygrrr [mailto:[hidden email]] > Sent: Wednesday, October 19, 2011 5:18 AM > To: [hidden email] > Subject: can't download excel file correctly > >

RE: can't download excel file correctly

2011-10-19 Thread Sarr, Nathan
. -Nate Nathan Sarr Senior Software Engineer River Campus Libraries University of Rochester Rochester, NY  14627 (585) 275-0692 -Original Message- From: raygrrr [mailto:rayg...@gmail.com] Sent: Wednesday, October 19, 2011 5:18 AM To: user@struts.apache.org Subject: can't download

Re: can't download excel file correctly

2011-10-19 Thread raygrrr
- >> View this message in context: >> >> http://struts.1045723.n5.nabble.com/can-t-download-excel-file-correctly-tp4917014p4917014.html >> Sent from the Struts - User mailing list archive at Nabble.com. >> >> ---

Re: can't download excel file correctly

2011-10-19 Thread Brian Thompson
If you rename actionClassName.zip to actionClassName.xls, can you open it in Excel? Where is the 'fileName' variable defined? Brian On Wed, Oct 19, 2011 at 4:17 AM, raygrrr wrote: > Dear Experts, > > I have this action class to perform file downloading function, however, it > doesn't export

can't download excel file correctly

2011-10-19 Thread raygrrr
Dear Experts, I have this action class to perform file downloading function, however, it doesn't export excel file correctly, it give me a 'actionClassName.zip' file instead of the excel file, but other format files like pdf file, jpg file and text file are fine though, can't figure it out why