Open
Description
I discovered this issue in current versions of Roo while looking into #264.
When a StringIO
is used, Roo fails to open the file properly. This failure stems from the fact that Roo::Excelx::Extractor
(and its child classes) do not properly handle streams.
Based on the CHANGELOG.md
, this behavior has been broken since at least Roo 2.2.0
.
Activity