Re: Import and Export to .xls in Tapestry 5

2010-03-29 Thread Daniel Jue
Sorry, for importing I would suggest using POI. On Mon, Mar 29, 2010 at 8:40 PM, Daniel Jue wrote: > IMHO, you should really have an intermediate model (with column > definitions, and a list of rows containing a list of cells) > From there you can pretty much load it into anything (including your

Re: Import and Export to .xls in Tapestry 5

2010-03-29 Thread Daniel Jue
IMHO, you should really have an intermediate model (with column definitions, and a list of rows containing a list of cells) >From there you can pretty much load it into anything (including your Tapestry Grid). You're going to want this when you eventually need cell styles/formatting/borders/etc th

Re: Import and Export to .xls in Tapestry 5

2010-03-29 Thread Thiago H. de Paula Figueiredo
Hi! On Mon, 29 Mar 2010 16:55:18 -0300, faye alaska 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.

Import and Export to .xls in Tapestry 5

2010-03-29 Thread faye alaska
this message in context: http://old.nabble.com/Import-and-Export-to-.xls-in-Tapestry-5-tp28074328p28074328.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr