Hi,

TableComponentAsXlsHandler helps to save a Wicket Repeater component
to Excel (.xls).
Do you print 90.000 records in the web page and then try to save them in .xls ?
You better print the records with paging and add a button "Print all"
which uses Apache POI directly to create the .xls from your data
(without using TableComponentAsXlsHandler at all).

On Tue, May 8, 2012 at 10:53 AM, khanshan <hakansende...@yahoo.com> wrote:
> Let me give an example,
> I have a resultset with 90.000 records,
> after onclick. it stucks on page and doesnt post excel file.
> I know it stucks on loading from listview to excell file, but there must be
> a better to way fasten it.
>
> --
> View this message in context: 
> http://apache-wicket.1842946.n4.nabble.com/TableComponentAsXlsHandler-Problem-tp4616754p4616832.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
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

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

Reply via email to