SciRuby / daru-io

daru-io is a plugin gem to the existing daru gem, which aims to add support to Importing DataFrames from / Exporting DataFrames to multiple formats.
http://www.rubydoc.info/github/athityakumar/daru-io/master/
MIT License
25 stars 9 forks source link

Excel Exporter - gem dependency #43

Open athityakumar opened 7 years ago

athityakumar commented 7 years ago

Redirecting from PR #37.

Currently, the Excel Exporter depends on 'Spreadsheet' gem which supports only .xls format. Support for .xlsx format has to provided by some other gem like rubyxl / axlsx.