* Support for excel tables
* A single dtype that will be used for all columns can now be specified when loading a sheet
* Sheets now have a `visible` attribute indicating wether they're visible, hidden or very hidden
Breaking changes
* The `header_row` parameter now represents the exact index of a row in a sheet. It is more explicit this way, but may break existing code relying on `calamine`'s legacy row skipping behaviour (if empty rows were found at the beginning of the sheet)
All changes
* chore(deps): bump pretty_assertions from 1.4.0 to 1.4.1 in the prod-deps group by dependabot in https://github.com/ToucanToco/fastexcel/pull/286
* feat(ExcelSheet): added a "visible" attribute by lukapeschke in https://github.com/ToucanToco/fastexcel/pull/285
* feat(ci): publish sdist to PyPI as well by lukapeschke in https://github.com/ToucanToco/fastexcel/pull/284
* feat: table support for Excel (XLSX) sheets by wdoppenberg in https://github.com/ToucanToco/fastexcel/pull/282
* feat: introduce ExcelTable object by lukapeschke in https://github.com/ToucanToco/fastexcel/pull/287
* chore(deps): bump rstest from 0.22.0 to 0.23.0 in the prod-deps group by dependabot in https://github.com/ToucanToco/fastexcel/pull/291
* build: add license and other stuff by PrettyWood in https://github.com/ToucanToco/fastexcel/pull/290
* chore(deps): update pre-commit requirement from <4,>=2.20.0 to >=2.20.0,<5 by dependabot in https://github.com/ToucanToco/fastexcel/pull/294
* feat: mimic excel behavior to convert float to string by PrettyWood in https://github.com/ToucanToco/fastexcel/pull/292
* chore(deps): bump calamine from 0.25.0 to 0.26.0 in the prod-deps group by dependabot in https://github.com/ToucanToco/fastexcel/pull/295
* chore(deps): bump calamine from 0.26.0 to 0.26.1 in the prod-deps group by dependabot in https://github.com/ToucanToco/fastexcel/pull/296
* build(deps): bump arrow to 53.1.0 and pyo3 to 0.22.3 by PrettyWood in https://github.com/ToucanToco/fastexcel/pull/298
* build(deps): clean Cargo.toml and update lock file by PrettyWood in https://github.com/ToucanToco/fastexcel/pull/300
* feat!: `header_row` is now the exact index of the row when loading a sheet by PrettyWood in https://github.com/ToucanToco/fastexcel/pull/297
* feat: add support for one dtype for all columns by PrettyWood in https://github.com/ToucanToco/fastexcel/pull/299
* chore: v0.12.0 by lukapeschke in https://github.com/ToucanToco/fastexcel/pull/301
New Contributors
* wdoppenberg made their first contribution in https://github.com/ToucanToco/fastexcel/pull/282
**Full Changelog**: https://github.com/ToucanToco/fastexcel/compare/v0.11.6...v0.12.0