http://www.perlmonks.org?node_id=147649


in reply to Re: export a table to excel
in thread export a table to excel

When I had thsi problem on a linux system I used DBD::CSV to create a tab-seperated database and then used $cgi->redirect to change to it. Systems with Excel installed will treat files with a .csv extension as spreadsheets and convert them to Excel format when loading.

The only problem with this is it will only transmit data, no fancy formatting ;)

This page is intentionally left justified.