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

column methods support #3

Closed chris-baynes closed 11 years ago

chris-baynes commented 11 years ago

I see that there are methods for last_row and first_row, is it possible to also add support for last_column and first_column (as supported in roo)?

Useful gem btw, thanks.

zenkay commented 11 years ago

It's a good idea! I added methods you suggested in latest release. Thanks for the feedback.