Hi!

On Mon, 29 Mar 2010 16:55:18 -0300, faye alaska <haifeizh...@gmail.com> wrote:

Does anyone here have experience of import and exporting to an .xls form the grid component in Tapestry5 or point me to a good example?

The import part would need some library to do the file parsing. Apache has one: http://poi.apache.org/spreadsheet/index.html. The export part would need some part to generate a .xls you you could just output a .csv. I guess POI could help you in this front too. Grid can be used to shown anything as long as you pass the data as a List or a GridDataSource. This component does no conversion itself.

--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor Owner, software architect and developer, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br

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

Reply via email to