Use pandas to read xlsx file
This commit is contained in:
parent
7d095d1237
commit
4aedc246a3
3 changed files with 38 additions and 20 deletions
|
|
@ -9,8 +9,8 @@ license = {text = "MIT"}
|
|||
readme = "README.md"
|
||||
requires-python = ">=3.9"
|
||||
dependencies = [
|
||||
"xlrd (>=2.0.1,<3.0.0)",
|
||||
"pandas (>=2.2.3,<3.0.0)"
|
||||
"pandas (>=2.2.3,<3.0.0)",
|
||||
"openpyxl (>=3.1.5,<4.0.0)"
|
||||
]
|
||||
|
||||
[tool.poetry]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue