felixbuenemann / xlsxtream

Streaming & Fast XLSX Spreadsheet Writer for Ruby
MIT License
216 stars 38 forks source link

Don't close IOs passed to Workbook constructor #12

Closed felixbuenemann closed 7 years ago

felixbuenemann commented 7 years ago

If Xlsxtream does not own the IO object that is used to write the XLSX ZIP file, it will no longer try to close it.

Fixes #6