pydantic-xlsx
pydantic-xlsx copied to clipboard
Parsing and dumping from and to Excel's xlsx files using pydantic Models.
Results
2
pydantic-xlsx issues
Sort by
recently updated
recently updated
newest added
Hi, For my project I would need another model to excel transformation like described below. Let's say I have this model: ``` class Project(XlsxModel): project_name: str customer_name: str class Config:...
Hi, Can you document how to install this module ?