dhatim / fastexcel

Generate and read big Excel files quickly
Other
677 stars 122 forks source link

Add Closeable to enjoy try with resources. #275

Closed zorglube closed 1 year ago

zorglube commented 1 year ago

I'd keep the finish() method and make close() call it. So that this would not be an API breaking change that forces every user to migrate from finish to close calls

You're right. It's fixed.