I have created a XLSX file using spreadsheet gem, not able to open it in microsoft excel due to some MIME type issue.
MIME type of XLSX file created using spreadsheet gem is: vnd.ms-excel
MIME type supported in EXCEL is: vnd.openxmlformats-officedocument.spreadsheetml.sheet
Is there any built in functionality to set custom MIME type ?
Hi @zdavatz
I have created a XLSX file using spreadsheet gem, not able to open it in microsoft excel due to some MIME type issue. MIME type of XLSX file created using spreadsheet gem is: vnd.ms-excel MIME type supported in EXCEL is: vnd.openxmlformats-officedocument.spreadsheetml.sheet
Is there any built in functionality to set custom MIME type ?