roo-rb / roo-xls

Roo::Xls add support for legacy Excel file standards to Roo.
MIT License
82 stars 82 forks source link

Memory Issues when opening files. #4

Closed stevendaniels closed 6 years ago

stevendaniels commented 9 years ago

There have been problems reported when opening Excel files like this one from Freedom House.

Code that causes the memory growth (roo-1.13.2):

require 'roo'
require 'uri'  # Needed to prevent a NameError on URI

# Where the xls is a renamed copy of the mentioned sheet ...
sheet = Roo::Spreadsheet.open('freedomhouse-press.xls')

See: https://github.com/roo-rb/roo/issues/179 https://github.com/roo-rb/roo/issues/168

AlfonsoUceda commented 8 years ago

Hi @stevendaniels thanks for your work, I was wondering if you figured out something related this leak because I'm affected by it.

tgturner commented 6 years ago

duplicate of issues in roo base