> I'm guessing the difference between the usermodel and the eventmodel is similar to DOM and SAX for XML?
Similar, I agree. I've only played with eventmodel. I dug out some old code based on an online example, it probably looks a lot like http://poi.apache.org/hssf/how-to.html#event_api With that, I was able to see all of the 256 column cells and their values in all of the columns (A-IV) in the one row that I put formulas. So it looks like the eventmodel (or eventusermodel) has a chance of being helpful for wide sheets; at least it doesn't stop at some arbitrary column. You may have some refactoring ahead if you go this route, hehe. Cheers, Widmar --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
