zdavatz / spreadsheet

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

bugfix opening a spreadsheet with missing format #148

Closed yannp closed 9 years ago

yannp commented 9 years ago

Using the gem roo-xls I encountered an issue while opening an excel file. I saw it came from the spreadsheet gem. From my understanding the problem comes from a missing format in the excel file even though this file is valid and the code was not handling this missing format properly. I wrote a test and a fix for this issue. I'm not very familiar with the gem so tell me if you see some corrections to make.

zdavatz commented 9 years ago

Thank you. Version 1.0.6 is out.