.coveragerc
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.md
CHANGELOG.md
CONTRIBUTING.rst
LICENSE.txt
README.md
pyproject.toml
requirements.txt
setup.cfg
setup.py
tox.ini
.github/workflows/test-and-publish.yaml
docs/Makefile
docs/authors.md
docs/changelog.md
docs/conf.py
docs/contributing.rst
docs/index.md
docs/license.rst
docs/readme.md
docs/requirements.txt
docs/_static/.gitignore
docs/_static/xlsx_table.png
docs/_static/xlsx_table_2.png
src/pandas_xlsx_tables/__init__.py
src/pandas_xlsx_tables/from_xlsx_tables.py
src/pandas_xlsx_tables/to_xlsx_table.py
src/pandas_xlsx_tables/utils.py
src/pandas_xlsx_tables.egg-info/PKG-INFO
src/pandas_xlsx_tables.egg-info/SOURCES.txt
src/pandas_xlsx_tables.egg-info/dependency_links.txt
src/pandas_xlsx_tables.egg-info/not-zip-safe
src/pandas_xlsx_tables.egg-info/requires.txt
src/pandas_xlsx_tables.egg-info/top_level.txt
tests/conftest.py
tests/import pandas as pd.py
tests/test_convert_xlsx.py