Skip to content

Commit d69dd55

Browse files
Bug: Support XLSX Mimetype (#88)
Signed-off-by: Andrew Tran <[email protected]> Signed-off-by: Christoph Auer <[email protected]> Co-authored-by: Christoph Auer <[email protected]>
1 parent 437c498 commit d69dd55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docling_core/types/doc/document.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,7 @@ class DocumentOrigin(BaseModel):
380380
"application/vnd.openxmlformats-officedocument.presentationml.template",
381381
"application/vnd.openxmlformats-officedocument.presentationml.slideshow",
382382
"application/vnd.openxmlformats-officedocument.presentationml.presentation",
383+
"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
383384
"text/asciidoc",
384385
"text/markdown",
385386
]

0 commit comments

Comments
 (0)