On Thu, 7 Jul 2011, Eric B. wrote:
Is this a POI error, or a file structure error? If the later, is there any way to tell POI to ignore a LeftOverDataException?

This error is telling you that an assumption POI has made about the structure of one of the records has turned out incorrect

The fix is to look at the excel file format specs, and compare the POI record code and the file to them. If POI is wrong, POI needs fixing. (This will typically happen when we don't check for an extension flag or similar). If the file isn't spec compliant, then we need to decide if it's salvagable or not, and put in a workaround if possible

Nick

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to