Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

what's gem can operate Excel on linux?

My users will update their Excel to my system and I will get some information from it, I know the gem that named "win32OLE" on windows is run well, but my system is ubuntu, so how can I operate it?

like image 325
ethan Avatar asked Sep 05 '25 20:09

ethan


2 Answers

The Ruby Spreadsheet gem will work for you https://rubygems.org/gems/spreadsheet

like image 180
Simpleton Avatar answered Sep 08 '25 12:09

Simpleton


You can have a look at roo and parseescelas well.

like image 29
nkm Avatar answered Sep 08 '25 12:09

nkm