I\'m working on a PHP application that must import an excel file into MySQL. So I need to convert the excel file to .csv format. But when I want to get its type using
All of the mime-types you listed show up as common mime-types for csv files on http://filext.com/file-extension/CSV
So basically I'd say it comes down to which program generated the .csv file and which mime-type they decided to use.