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 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID Summary|Unknown Ptg error occurrs |Unknown Ptg error occurrs ------- Additional Comments From [EMAIL PROTECTED] 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? -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
