How do I open an excel csv file within perl? I use an IE7 where perl is running from unix (part of the network).
print "Content-Disposition: attachement; filename=test.xls\n\n";
This opens the excel application with the csv file, except that the csv was not properly formatted according to the comma. One line, including the commas, goes to one cell. If you open the csv file from windows, it is correctly formatted.