https://issues.apache.org/bugzilla/show_bug.cgi?id=48493
Yegor Kozlov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO --- Comment #1 from Yegor Kozlov <[email protected]> 2010-01-10 05:49:56 UTC --- Can you submit a unit test reproducing the problem? The test code should use ExcelObj and throw exception as described. The following simple code works fine with the latest POI-3.6: ExcelObj obj = new ExcelObj(); obj.open("First Argument", "Header String", "Footer String"); obj.startRow(2); obj.setCell("test"); obj.close(); I guess the problem happens only with a certain combination of input arguments and method calls. So, we need more information to help you. Also, which version of POI are you using? The lines in the stack trace differ from current code. Please try the latest POI-3.6 or the latest build from trunk. Nightly builds can be downloaded from http://encore.torchbox.com/poi-svn-build/ Yegor -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
