Nick, Just reading this. Thanks so much for taking the time to trubleshoot & fix.
I have a temp fix in my code to remove the blank lines after poi output and before additonl processing. I may live it there for now and see if the fix makes 3.1 final! Cheers, Tom. On Sat, Jun 28, 2008 at 7:22 PM, Nick Burch <[EMAIL PROTECTED]> wrote: > On Mon, 23 Jun 2008, tom corcoran wrote: > >> and it contains a number of blank lines before the last line. If I delete >> any line from the excel sheet and then output it to csv, the blank lines >> return. Does anyone have an explanation? >> > > Your file had a RowRecord in the middle of all the cell records, which > confused things (normally you have all the row records, then all the cell > records) > > I've just committed a fix to svn to work around this problem in files like > yours > > Nick > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
