Fix bug: Excel Backend

Signed-off-by: Andrew Tran <48397302+ctandrewtran@users.noreply.github.com>
This commit is contained in:
Andrew Tran 2024-12-02 12:05:05 -05:00 committed by GitHub
parent 33cff98d36
commit 36bffc3cc7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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