mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
close workbook at end of example
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1716102 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bf3e8364be
commit
650e7ed1e4
@ -76,5 +76,6 @@ public class CellComments {
|
||||
wb.write(out);
|
||||
out.close();
|
||||
|
||||
wb.close();
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user