mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-31 14:34:40 +00:00
Fix bug: Excel Backend
Signed-off-by: Andrew Tran <48397302+ctandrewtran@users.noreply.github.com>
This commit is contained in:
parent
33cff98d36
commit
36bffc3cc7
@ -94,7 +94,7 @@ class MsExcelDocumentBackend(DeclarativeDocumentBackend):
|
||||
|
||||
origin = DocumentOrigin(
|
||||
filename=self.file.name or "file.xlsx",
|
||||
mimetype="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
|
||||
mimetype="application/vnd.openxmlformats-officedocument.spreadsheet.ml.sheet",
|
||||
binary_hash=self.document_hash,
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user