support .xls files
This commit is contained in:
parent
7b70776810
commit
2e9319846e
|
|
@ -1 +1 @@
|
|||
Subproject commit 9a3fa7a77f8748748b1c656fe8919ad5c4c63e3f
|
||||
Subproject commit 4c6f1a9748563b5d3ae81a628ff8a71f3e5686d1
|
||||
|
|
@ -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'],
|
||||
|
|
|
|||
Loading…
Reference in New Issue