tphyahoo has asked for the wisdom of the Perl Monks concerning the following question:
I am on a winxp machine, with activestate installed. Since my perl is better than my vba, and I like perl better than vba, but I work with excel a lot, I have done some research on the various ways to deal with excel using perl.
spreadsheet::writeexcel is installed and working nicely. There are lots of little examples included which demo how it works, which I like a lot. But this is mainly for writing excel files.
What about reading excel in? I will be munging in many autogenerated excel click reports from various search engines we're working with. (Some have cvs export but not all, or I would be going with text::xsv, which seems a little easier.)
Unfortunately spreadsheet::parseexcel doesn't seem to have any examples included :( so I couldn't easily verify that everything works, or how well it works. Hoping to get some feedback here!
Cultured Perl: Reading and writing Excel files with Perl claims that on windows
"Win32::OLE is the easiest way to get Excel data right now, although the Spreadsheet::WriteExcel and Spreadsheet::ParseExcel modules are catching up."
Is this still true? (Article is a year old.)
Should I use spreadsheet::parseexcel or is it still too beta?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Best way to read excel files?
by dragonchild (Archbishop) on Apr 27, 2005 at 17:15 UTC | |
Re: Best way to read excel files?
by JanneVee (Friar) on Apr 27, 2005 at 15:33 UTC | |
by tphyahoo (Vicar) on Apr 27, 2005 at 15:50 UTC | |
Re: Best way to read excel files?
by sekitan (Beadle) on Apr 27, 2005 at 17:39 UTC |