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

Support for Excelx Exporter #63

Open athityakumar opened 7 years ago

athityakumar commented 7 years ago

As mentioned in issue #43, gems like rubyxl / axlsx can be used for exporting to .xlsx format.

athityakumar commented 7 years ago

@zverok - I'll start working on this by tomorrow. It'd be helpful if you could explain what arguments / specific use-case semantics you have in mind. I'm thinking of having the same arguments as the Excel Exporter, but I'm yet to check out on how the xlsx parsing gems have implemented styling.

athityakumar commented 7 years ago

I started implementing this with axlsx, only to realize at the end that axlsx gem hasn't had a new release in the past 2 years. (Check this issue)

Rubyxl is the way to go - I'm re-writing the exporter now.