LightweightExcelReader icon indicating copy to clipboard operation
LightweightExcelReader copied to clipboard

Not disposing underlying resources

Open kikaragyozov opened this issue 5 years ago • 1 comments

The ExcelReader creates streams, like ZippedXlsxFile, but it never disposes them.

kikaragyozov avatar Apr 26 '21 13:04 kikaragyozov

I made a pull-request that solves this problem. I hope it gets accepted soon :)

Shiraiku avatar Apr 14 '22 20:04 Shiraiku