where can I find a good ruby excel parser that also had good documentation?
Posted
by Chris Drappier
on Stack Overflow
See other posts from Stack Overflow
or by Chris Drappier
Published on 2010-04-05T20:55:42Z
Indexed on
2010/04/05
21:13 UTC
Read the original article
Hit count: 229
Hi All,
I've spent some time today looking for a pure ruby library that will parse an excel workbook. I could find the parseexcel gem in the repos, but the problem is that I can't find any documentation on it. and the rdoc is pitiful. so, my question is 1) is there good documentation out there for this gem? 2) if not, is there another gem that does the same thing that has good documentation?
thx :)
-C
© Stack Overflow or respective owner