How-To: Read an Excel (.xls) file with Perl
Jun.17, 2008 in
Development, How To
I’ve been working on a data import recently that required me to pull in the contents of a folder full of excel documents, all with the same structure containing data that needed to be collated into a single file. There really isn’t an easy way to read Excel (xls files) in PHP so I’ve reverted [...]
