felixbuenemann / xlsxtream

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

Rework the IO wrapper stack #59

Open julik opened 8 months ago

julik commented 8 months ago

The IO wrappers were not really needed except in tests. Also, some work needed to be done to allow the gem to use the ZipKit streaming helper, as there were questions about how to stream from Rails.

Most examples for usage must still work (output to a file via path, to an IO etc.)

julik commented 8 months ago

This includes #58 fwiw

julik commented 7 months ago

@felixbuenemann @denysivanov wdyt?