You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2003/01/05 07:55:48 UTC

DO NOT REPLY [Bug 15556] - Unknown Ptg error occurrs

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15556>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15556

Unknown Ptg error occurrs

lists@aviksengupta.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID
            Summary|Unknown Ptg error occurrs   |Unknown Ptg error occurrs



------- Additional Comments From lists@aviksengupta.com  2003-01-05 06:55 -------
"Unknown Ptg" warning is expected, since POI cannot at the moment read logical
formulaes. The null pointer exception is has nothing to do with that. IF the
code you have pasted here is what you are running, then you WILL get such an
exception, since your "sheet" variable IS null. You need to assing to sheet as
sheet=wb.getSheetAt(0); 
that should work for you. 

BTW, which version of POI are you using?