Add more types
This commit is contained in:
parent
8fda8aa49a
commit
cac058b643
2 changed files with 5 additions and 2 deletions
|
|
@ -35,6 +35,9 @@ export const OFFICEPARSER_TYPES = [
|
|||
'application/vnd.openxmlformats-officedocument.wordprocessingml.document', // .docx
|
||||
'application/vnd.openxmlformats-officedocument.presentationml.presentation', // .pptx
|
||||
'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', // .xlsx
|
||||
'application/msword', // .doc
|
||||
'application/vnd.ms-powerpoint', // .ppt
|
||||
'application/vnd.ms-excel', // .xls
|
||||
'application/vnd.oasis.opendocument.text', // .odt
|
||||
'application/vnd.oasis.opendocument.presentation', // .odp
|
||||
'application/vnd.oasis.opendocument.spreadsheet', // .ods
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue