zdavatz / spreadsheet

The Ruby Spreadsheet by ywesee GmbH
http://spreadsheet.ch
GNU General Public License v3.0
1.13k stars 240 forks source link

In memory or streaming ? #217

Closed MatthiasRMS closed 6 years ago

MatthiasRMS commented 6 years ago

Hi,

I need to parse large excel files (XLS), but I have a limited amount of memory (which is rather small). Is your library reading the whole file in memory or is it streaming each row ?

Thanks!

zdavatz commented 6 years ago

Please try. I guess it is in memory. ;)