Is there a way to read Excel 97-2003 files from Ruby?
Background
I am currently using parseexcel Ruby Gem - http://raa.ruby-lang.org/project/parseexcel/ But this is the old perl module port. It works great, but the last format it analyzes is Excel 95. And guess what? Excel 2007 will not release Excel 95 format.
John McNamara took over as keeper for the Perl Excel analyzer, see http://metacpan.org/pod/Spreadsheet::ParseExcel The current version will analyze Excel 95-2003. But is there a port for Ruby?
My other thought is to create some Ruby to Perl cloning code to enable the use of the Ruby Perl library itself. For example, see What is the best way to export UTF8 data to Excel?
(I think it would be much faster to write the glue code than to transfer the parser.)
Thanks,
Larry
ruby excel
Larry k
source share