Do you mean this:
"* Excel new file format .xlsx"
as mentioned on:
http://roo.rubyforge.org/
> I take it that this means the ruby-roo/ parseexcel cannot read the
> excel xml file type? Are you aware if it is possible and if exists
> another library for this?
I think you need to use the Excelx class for this. I.e.:
file = Excelx.new("path/to/file.xlsx")
But I haven't tried it myself. Not too fond of the latest MS XML formats
and their "standardization" efforts. :P
--
Kent Dahl <ken...@pvv.org> --- http://www.pvv.org/~kentda/
Thanks for the feedback Kent,
What i mean is a file created with excel with the format .xml not
xlsx.