Re: T4 Excel component

2007-12-16 Thread Joshua Jackson
Ok Thanks Matt, I already looked at jexcelapi and it is much cleaner than POI. I will try to make to component myself. Cheers, On 12/17/07, Matt Brock <[EMAIL PROTECTED]> wrote: > > > Joshua Jackson-3 wrote: > > > > Thanks for replying. I was hoping there's already a T4 component for > > displa

Re: T4 Excel component

2007-12-16 Thread Matt Brock
Joshua Jackson-3 wrote: > > Thanks for replying. I was hoping there's already a T4 component for > displaying excel output so I would not have to re-invent the wheel. > And yes I need multi sheet capability. > Well, the http://jexcelapi.sourceforge.net/ jExcel API has been around for a long

Re: T4 Excel component

2007-12-16 Thread Joshua Jackson
Hi Matt, Thanks for replying. I was hoping there's already a T4 component for displaying excel output so I would not have to re-invent the wheel. And yes I need multi sheet capability. Thanks in advance On 12/16/07, Matt Brock <[EMAIL PROTECTED]> wrote: > > > Joshua Jackson-3 wrote: > > > > Is t

Re: T4 Excel component

2007-12-15 Thread Matt Brock
Joshua Jackson-3 wrote: > > Is there any component for T4 that integrates with excel? > Do you need Excel-specific functionality (multi-sheet), or can you just get by with CSV output? There are quite a few Object->CSV converters out there, and Excel will set itself as the default handler for C

RE: T4 Excel component

2007-12-11 Thread Istvan Szucs
Hi Joshua, You can user honeycomb's excel export (honey-excel module): http://www.javaforge.com/sharedProjectInfo.do?proj_id=481 You need to contact with the project owner (Marcus) because at this time it is not accessible on javaforge. This project broken on last javaforge upgrade process. I t

RE: T4 Excel component

2007-12-07 Thread Lance Semmens
This will help you to write your own http://poi.apache.org/hssf/index.html Cheers, Lance. -Original Message- From: Joshua Jackson [mailto:[EMAIL PROTECTED] Sent: 07 December 2007 10:15 To: Tapestry users Subject: T4 Excel component Dear all, Is there any component for T4 that integrate