Hi there,

I am almost handled my problem but. I have annoying problem with excel. 
I get excell output file via

 ByteArrayResource byteArrayResource = new
ByteArrayResource("application/vnd.ms-excel", bai, "ayrint.xls");
RequestCycle.get().scheduleRequestHandlerAfterCurrent(new
ResourceRequestHandler(byteArrayResource, null));

when I try to open excell file, it gives error as "errors on file" and
doesnt open, Do I have to add some more attributes in some functions or I do
mistakes while generating excell file?

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/TableComponentAsXlsHandler-Problem-tp4616754p4620321.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to