Looking at the BiffViewer output, I see that there is an EOF for each
sheet, and one for the actual End Of File.
So my test code was wrong, I need to change one line to
if (eofCount == totalNumberOfSheets + 1) {
Thanks, Nick, for your help
On 8/5/11 11:30 AM, Nick Burch wrote:
On Fri, 5 Aug 2011, Mck wrote:
I set the record listener parameter to null (see code below) and ran it.
Just run it on the command line, eg
java -classpath poi-3.8-beta4-20110806.jar
org.apache.poi.hssf.dev.BiffViewer problem.xls > dump.txt
Nick
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]