zenkay / simple-spreadsheet

Simple spreadsheet is a Ruby Gem reader for common spreadsheet formats: Excel (.xls, .xlsx), Open-office (.ods) and CSV (standard, excel, tab separated)
https://rubygems.org/gems/simple-spreadsheet
MIT License
98 stars 32 forks source link

method missing #11

Closed chritchens closed 9 years ago

chritchens commented 9 years ago

format2type is missing. This method is used in lib/simple-spreadsheet/classes/excelx_extended.rb but not defined. A definition of a method format2type is present only in dullard and excelx_preview.

zenkay commented 9 years ago

Hi Christian,

I'm not able to reproduce this issue. Could you post a sample code?

Thanks

zenkay commented 9 years ago

Please reopen the issues if you still get this error with version 0.4.1.