You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by henry <he...@yahoo.com> on 2011/04/07 16:40:13 UTC

wicket datatable to excel

Hi guys,

please i need a code to export my dataTable values into an excel format on
click of a button.

Any help will do.

Thanks................

--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/wicket-datatable-to-excel-tp3433610p3433610.html
Sent from the Users forum mailing list archive at Nabble.com.

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


Re: wicket datatable to excel

Posted by Jered Myers <je...@maplewoodsoftware.com>.
I haven't used Apache POI, so that may be the way to go.  For my exports 
I use JExcel (http://jexcelapi.sourceforge.net/resources/faq/).  With 
JExcel you will need to loop through the cells in you data table and 
create the Excel cells to match.  There is example code in the FAQ I linked.

On 4/8/2011 6:55 AM, Rafał Krupiński wrote:
> On Thu, Apr 7, 2011 at 16:40, henry<he...@yahoo.com>  wrote:
>> Hi guys,
>>
>> please i need a code to export my dataTable values into an excel format on
>> click of a button.
>>
>> Any help will do.
> Use Apache POI to create excel file/stream and IResourceListener to
> hook it to Wicket.
>
> Next time research on your own and ask more specific questions ;-).
>

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


Re: wicket datatable to excel

Posted by Rafał Krupiński <r....@gmail.com>.
On Thu, Apr 7, 2011 at 16:40, henry <he...@yahoo.com> wrote:
> Hi guys,
>
> please i need a code to export my dataTable values into an excel format on
> click of a button.
>
> Any help will do.

Use Apache POI to create excel file/stream and IResourceListener to
hook it to Wicket.

Next time research on your own and ask more specific questions ;-).

-- 
Pozdrawiam / Best Regards
Rafal Krupinski

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


Re: wicket datatable to excel

Posted by Abigail <ab...@yahoo.com>.
Hi there
It is more difficult to  export  dataTable values into an excel format on
click of a button using a code.You can jsut add one of the  excel processing
<http://www.rasteredge.com/how-to/csharp-imaging/excel-processing/>   tool
to help you out.That would be more convenient.

--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/wicket-datatable-to-excel-tp3433610p4664637.html
Sent from the Users forum mailing list archive at Nabble.com.

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