In my opinion, even easier than Scott's POI-based stuff is iSeries
Python and xlwt:
http://www.iseriespython.com
http://pypi.python.org/pypi/xlwt
Using those, I've written a utility which automatically converts
physical files to Excel files:
http://code.midrange.com/13ccf4d70e.html
John