LICENSE
pyproject.toml
readme.md
src/excelminer/__init__.py
src/excelminer/api.py
src/excelminer/parallel.py
src/excelminer/reporting.py
src/excelminer.egg-info/PKG-INFO
src/excelminer.egg-info/SOURCES.txt
src/excelminer.egg-info/dependency_links.txt
src/excelminer.egg-info/requires.txt
src/excelminer.egg-info/top_level.txt
src/excelminer/backends/__init__.py
src/excelminer/backends/base.py
src/excelminer/backends/calamine_backend.py
src/excelminer/backends/com_backend.py
src/excelminer/backends/ooxml_zip.py
src/excelminer/backends/openpyxl_backend.py
src/excelminer/backends/pivot_zip.py
src/excelminer/backends/powerquery_zip.py
src/excelminer/backends/vba_zip.py
src/excelminer/model/__init__.py
src/excelminer/model/entities.py
src/excelminer/model/graph.py
src/excelminer/model/normalize.py
src/excelminer/rationalization/__init__.py
src/excelminer/rationalization/distill.py
src/excelminer/rationalization/formulas.py
src/excelminer/rationalization/module.py
tests/test_analyze.py
tests/test_api_backend_behavior.py
tests/test_calamine_backend.py
tests/test_com_backend_excel.py
tests/test_com_safety.py
tests/test_entities.py
tests/test_graph.py
tests/test_more_coverage.py
tests/test_ooxml_zip_backend.py
tests/test_openpyxl_backend.py
tests/test_parallel.py
tests/test_pivot_zip_backend.py
tests/test_post_analysis_distillation.py
tests/test_powerquery_zip_backend.py
tests/test_rationalization_formulas.py
tests/test_reporting_connections.py
tests/test_reporting_sources.py
tests/test_vba_zip_backend.py