>From what I can see, this would require significant restudy and refactoring. At this point, I'm just going to use my awkward workaround. I don't have time to redesign and reimplement this using the event model.
> -----Original Message----- > From: Steve Widmar [mailto:[EMAIL PROTECTED] > Sent: Monday, August 06, 2007 7:37 PM > To: POI Users List > Subject: RE: Still struggling with "Coding Error: Expected > ExpPtg to be converted from Shared to Non-Shared Formula" > > > 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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
