Answer the question
In order to leave comments, you need to log in
Why do xls documents have such a mimetype?
Allowed types
let allowedMimetypes = [
'image/jpeg',
'image/jpg',
'image/png',
'image/gif',
'application/pdf',
'application/zip',
'application/x-rar-compressed',
'application/vnd.ms-excel',
'application/vnd.ms-office',
'application/vnd-xls',
'application/msword',
'application/doc',
'application/vnd.msword',
'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet',
'application/xls',
'application/x-xls',
'text/plain',
'application/vnd.ms-excel',
'application/msexcel',
'application/x-msexcel',
'application/x-ms-excel',
'application/x-excel',
'application/x-dos_ms_excel',
'application/excel'
];
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question