In case anyone is interested I worked out this. The first lines of the outputed CSV are now: SheetName0=name1 SheetName1=name2 SheetName2=name3 etc.
I did this by adding to processRecord: *case* BoundSheetRecord.*sid*: BoundSheetRecord bsrec = (BoundSheetRecord) record; sheetNumber++; sheetName = bsrec.getSheetname(); *break*; Tom. On Tue, Jun 3, 2008 at 3:32 PM, tom corcoran <[EMAIL PROTECTED]> wrote: > Hi Andy, > > That was the trick! I took this file and added it so my packge, which was > the only change I have made so far to it. I ould ot find it on any of the > jars for 3.0.2, though there seemed to be suggesioons it should be in the > scratchpad jar. > > It work great. I am now trying to figure out how to export the sheetname as > well as this is vital for me.I'm not sure if I can tweak the code to do a > setIncludeSheetNames... >
