Use pandas to read xlsx file

This commit is contained in:
Laborratte 5 2025-06-01 13:31:43 +02:00
parent 7d095d1237
commit 4aedc246a3
Signed by: Laborratte5
GPG key ID: 3A30072E35202C02
3 changed files with 38 additions and 20 deletions

View file

@ -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]