ExcelGenerator

2022-10-15 Thread Gino Pacitti via Webobjects-dev
Hi.. I was trying to use ExcelGenerator to build a report but the output is 3 bytes.. I have the wrapper around a Table see below: I can debug output the er.excel.EGWrapper - Converting content string Which shows the Table and results in the er.excel.EGSimpleTableParser also shows content but

Re: ExcelGenerator

2022-10-15 Thread Patrick Robinson via Webobjects-dev
Hi Gino, I just built one of these, myself, and remember getting the 3 byte output, but now I can't remember why. But just looking at what you have there, if that's your actual HTML, then it looks like you're missing the closing ">" on your " On Oct 15, 2022, at 3:01 AM, Gino Pacitti via Webob

Re: ExcelGenerator

2022-10-15 Thread Gino Pacitti via Webobjects-dev
thanks Patrick That was just a typo.. the closing tag is there in the component… Its bugging me now why it won’t work because I have used this several times before and it worked great.. Gino > On Oct 15, 2022, at 10:56 PM, Patrick Robinson wrote: > > Hi Gino, > > I just built one of these,