Hi
I am new to Ruby. I am working on a code wherein I need to read data from
excel, sort on a particular column, write data into the excel etc.
I came across win32ole, roo, parseexcel etc. on the web for this. Need to
know which one/s I should use to get going.
Thanks in advance!
I tried roo and spreadsheet. First one works perfect with Google
Spreadsheet, but has just read ability for Microsoft Excel. Better solution
is spreadsheet gem.
Look at:
···
2012/10/10 aakash bambal <skyaltitude@gmail.com>
Hi
I am new to Ruby. I am working on a code wherein I need to read data from
excel, sort on a particular column, write data into the excel etc.
I came across win32ole, roo, parseexcel etc. on the web for this. Need to
know which one/s I should use to get going.
Thanks in advance!