Hi,
I am trying to create a page on which a client can provide their data in the form of an Excel file, and a script on our server can then process this into a slightly different format for import into a software package.
At the moment they are are uploading Excel, and we are then manually converting the file to CSV and then running the script on it.
While accepting the file upload, is it possible to convert the Excel file to a CSV file on the server using Content-type headers or anything else? We are hosted on Linux.
Many Thanks