LightweightExcelReader
LightweightExcelReader copied to clipboard
Not disposing underlying resources
The ExcelReader creates streams, like ZippedXlsxFile, but it never disposes them.
I made a pull-request that solves this problem. I hope it gets accepted soon :)