support .xls files

This commit is contained in:
liunux4odoo 2023-12-08 15:04:08 +08:00
parent 7b70776810
commit 2e9319846e
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 9a3fa7a77f8748748b1c656fe8919ad5c4c63e3f
Subproject commit 4c6f1a9748563b5d3ae81a628ff8a71f3e5686d1

View File

@ -95,7 +95,7 @@ LOADER_DICT = {"UnstructuredHTMLLoader": ['.html'],
"RapidOCRLoader": ['.png', '.jpg', '.jpeg', '.bmp'],
"UnstructuredEmailLoader": ['.eml', '.msg'],
"UnstructuredEPubLoader": ['.epub'],
"UnstructuredExcelLoader": ['.xlsx', '.xlsd'],
"UnstructuredExcelLoader": ['.xlsx', '.xls', '.xlsd'],
"NotebookLoader": ['.ipynb'],
"UnstructuredODTLoader": ['.odt'],
"PythonLoader": ['.py'],