zdavatz / spreadsheet

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

Mention XLSX unsupported in README? #236

Closed tom-lord closed 5 years ago

tom-lord commented 5 years ago

A common question raised in this gem (and sometimes on other forums) is: "Does this project support xlsx?"

The answer is, understandably, no.

But can I suggest making this clearer in the README?

tom-lord commented 5 years ago

On a related note, the README currently says:

Spreadsheet supports Ruby 1.8.6, 1.8.7, 1.9.2, 1.9.3, 2.0.0, 2.1.1, 2.2.2

But it's actually tested against versions 1.8.7 - 2.6.1 (TravisCI doesn't support 1.8.6,)

zdavatz commented 5 years ago

Good point, thank you for noting. Can you send me a Pull-Request to update the README?