zdavatz / spreadsheet

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

add instance method "<<" to Spreadsheet::Worksheet #249

Closed tetsuya-ogawa closed 4 years ago

tetsuya-ogawa commented 4 years ago

Add instance method "<<" to Spreadsheet::Worksheet for duck typing with CSV library.

zdavatz commented 4 years ago

Thank you for the PR, @tetsuya-ogawa - can you make the tests pass please for 1.8.7 and 1.9.2 as well? See Build Jobs

tetsuya-ogawa commented 4 years ago

@zdavatz Thank you for reply! Tests are passed. Please check this PR.

zdavatz commented 4 years ago

merged. I will now release a new version. Thank you!

tetsuya-ogawa commented 4 years ago

Thanks!

zdavatz commented 4 years ago

New release 1.2.6 is out.