Open jogerj opened 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:
https://github.com/MadeBaruna/paimon-moe/blob/b791041ed9f21c57bb416a3a5d0f3759646f9925/src/routes/wish/_excelImport.svelte#L588-L604
The following MIME types are valid for excel
The rest of these are unclear whether they should be handled as CSV or XLSX, but are valid:
Sources: