these are warnings are usually about unimplemented formula features. What this generally means is that formulas will be deserialized as is, but you cannot get sensible results by manipulating the formula at that cell (for eg, getFormulaString will not work) ... other than that, mostly its harmless. In the link you referenced, the exception was a bug that has been fixed a while ago.
So, in general, i believe that if you are using a recent version (we suggest 2.0pre3 at this time).. then any such warnings u get are harmless. There is no simple was AFAIK to find the version of POI you got installed. Maybe there should be??? HTH - Avik On Sun, 2003-11-16 at 15:41, Tim Wilkins wrote: > Can anyone shed some light on this error I've encountered? > > I have been developing some excel manipulation s/w at work which was going > well. However I'm working from home today so I have had to set up an > environment here at home to continue. However when I run the same code here > at home as I have at work I get a new error popping up: > > [WARNING] Unknown Ptg 0 (0) at cell (18,0) > [WARNING] Unknown Ptg 2 (2) at cell (16,2) > > So I have two questions really: > > 1. What does this error message mean, what is Ptg???? (I'm guessing its the > byte data of the cell but I'm not sure). What consequences does it have for > me about the operations I can perform on these cells??? > > 2. I have a suspicion that I've unzipped a different build at home to the > one I'm using at work but how would I go about checking which builds I have?? > > I've done a search on the web for this error but all I get is some CVS > build scripts, the most relevant link I've found is > http://forum.java.sun.com/thread.jsp?thread=432480&forum=1&message=1935379 > which is a forum post of someone with a similar problem to me but the > replys to this are not very helpful. > > Many Thanks > > Tim Wilkins > > > > > --------------------------------------------------------------------- > 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]
