Except win32ole
is there any other package to drive excel,CSV operations using Ruby?
Thanks
Except win32ole
is there any other package to drive excel,CSV operations using Ruby?
Thanks
http://rubygems.org/search?utf8=%E2%9C%93&query=excel
Choose what you like. If you specify what you want to do, maybe we can help you more. Until then, look at the gems on this list, they should help you :)
I can't vouch for it, but roo exists. It's pretty old though.
writeexcel is newer, but I think it can only write to spreadsheets, not read.
edit
spreadsheet also appears to be up to date, but it's only compatible with MS excel, according to the documentation.