A "PTG" is a "Parse Thing"... No kidding. We didn't come up with this phrasing BTW :-)
This warning is serious, it means you're parsing a spreadsheet with formulas that we can't yet understand because they use PTGs that we don't understand. The way to make this go away is to help up implement them by: 1. giving us samples including them (attach them to a bug in bugzilla) 2. possibly helping implement them. It shouldn't make a difference as long as you don't mess with the formulas in cells 18,0 and 16,2...we'll just write them where they are. The main implication is that we "give" in parsing that formula. -Andy On 11/16/03 6:11 AM, "Tim Wilkins" <[EMAIL PROTECTED]> 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] > -- Andrew C. Oliver http://www.superlinksoftware.com/poi.jsp Custom enhancements and Commercial Implementation for Jakarta POI http://jakarta.apache.org/poi For Java and Excel, Got POI? The views expressed in this email are those of the author and are almost definitely not shared by the Apache Software Foundation, its board or its general membership. In fact they probably most definitively disagree with everything espoused in the above email. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
