https://bz.apache.org/bugzilla/show_bug.cgi?id=59158
Alain Fagot Bearez changed:
What|Removed |Added
Resolution|--- |DUPLICATE
Status|NEED
https://bz.apache.org/bugzilla/show_bug.cgi?id=59158
Javen O'Neal changed:
What|Removed |Added
CC||ted...@wellsfargo.com
--- Comment #6 fr
https://bz.apache.org/bugzilla/show_bug.cgi?id=59158
--- Comment #5 from Javen O'Neal ---
> wb.close();
> fo = new FileOutputStream(new
> File(lokacijaResursa+"\\statistika-"+folder+".xlsx"));
> wb.write(fo);
You cannot use a workbook after it has been closed.
Close your workbook after wb.write
https://bz.apache.org/bugzilla/show_bug.cgi?id=59158
Stefan changed:
What|Removed |Added
OS||All
Summary|Error when trying to