dotnetcore / NPOI

A .NET library for reading and writing Microsoft Office binary and OOXML file formats.
Apache License 2.0
1.93k stars 413 forks source link

No Dispose method for XSSFWorkbook #161

Open 9555213555 opened 4 years ago

9555213555 commented 4 years ago

Class XSSFWorkbook is not implementing the IDispose. So cant be use in using Statement.