Add more types

This commit is contained in:
Joey Yakimowich-Payne 2026-01-23 14:24:06 -07:00
commit cac058b643
No known key found for this signature in database
GPG key ID: 6BFE655FA5ABD1E1
2 changed files with 5 additions and 2 deletions

View file

@ -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