You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Altuğ Bilgin Altıntaş <al...@gmail.com> on 2010/08/30 15:34:39 UTC

Listview excel

Hi all;

Is it possible to export a ListView to excel. Should i use always Datatable
?

Thanks.

Re: Listview excel

Posted by Altuğ Bilgin Altıntaş <al...@gmail.com>.
Thanks;

I added table in to WebMarkupContainer and WebMarkupContainer in to
getRequestCycle().setRequestTarget(
                        new ComponentRequestTarget(table));

It works.



2010/8/30 Martin Makundi <ma...@koodaripalvelut.com>

> Hi!
>
> Just change  the mime type of the page to "application/vnd.ms-excel".
>
> **
> Martin
>
> 2010/8/30 Altuğ Bilgin Altıntaş <al...@gmail.com>:
> > Hi all;
> >
> > Is it possible to export a ListView to excel. Should i use always
> Datatable
> > ?
> >
> > Thanks.
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

Re: Listview excel

Posted by Martin Makundi <ma...@koodaripalvelut.com>.
Hi!

Just change  the mime type of the page to "application/vnd.ms-excel".

**
Martin

2010/8/30 Altuğ Bilgin Altıntaş <al...@gmail.com>:
> Hi all;
>
> Is it possible to export a ListView to excel. Should i use always Datatable
> ?
>
> Thanks.
>

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