Feature/ Add xls support (#169)

* add xlrd
* add xls converter with tests
This commit is contained in:
yeungadrian
2025-01-03 21:58:17 +00:00
committed by GitHub
parent d248621ba4
commit 08ed32869e
4 changed files with 39 additions and 1 deletions
+1
View File
@@ -32,6 +32,7 @@ dependencies = [
"python-pptx",
"pandas",
"openpyxl",
"xlrd",
"pdfminer.six",
"puremagic",
"pydub",