Got this working with org.apache.poi.hssf.record.BOFRecord; For every new sheet there is a BOFRecord.sid - though also there seems to be an extra one at the start....
tom. On Tue, Jun 3, 2008 at 5:39 PM, tom corcoran <[EMAIL PROTECTED]> wrote: > I'm playing with > http://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/hssf/eventusermodel/examples/XLS2CSVmra.javato > delimt each sheets output with the sheetname. > > the pocess method does HSSFEventFactory.processWorkbookEvents(request, fs) > which cause the spreassheet to be processed a record at a time. Is there any > way to know if a record if the first record in a sheet? > > Thanks, Tom. > > > >
