MadeBaruna / paimon-moe

Your best Genshin Impact companion! Help you plan what to farm with ascension calculator and database. Also track your progress with todo and wish counter.
https://paimon.moe
MIT License
1.41k stars 271 forks source link

BUG: Unsupported MIME types for valid spreadsheet files #549

Open jogerj opened 7 months ago

jogerj commented 7 months ago

https://github.com/MadeBaruna/paimon-moe/blob/b791041ed9f21c57bb416a3a5d0f3759646f9925/src/routes/wish/_excelImport.svelte#L588-L604

The following MIME types are valid for excel

application/haansoftxlsx
application/kset
application/vnd.ms-excel.12
 x-softmaker-pm

The rest of these are unclear whether they should be handled as CSV or XLSX, but are valid:

application/excel
application/x-excel
application/x-msexcel
application/docxconverter

Sources:

  1. https://www.pcmatic.com/company/libraries/fileextension/detail.asp?ext=xlsx.html
  2. https://stackblitz.com/edit/test-mime-type?file=src%2Fapp%2Fapp.component.ts