zdavatz / spreadsheet

The Ruby Spreadsheet by ywesee GmbH
http://spreadsheet.ch
GNU General Public License v3.0
1.13k stars 240 forks source link

Incorrect MIME type #269

Closed narendra36 closed 1 year ago

narendra36 commented 1 year ago

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 ?

zdavatz commented 1 year ago

We only support XLS binary files. XLSX is not binary, it is XML.