LICENSE
README.md
pyproject.toml
src/excel_vis/__init__.py
src/excel_vis/__main__.py
src/excel_vis/app.py
src/excel_vis/cli.py
src/excel_vis/config.py
src/excel_vis.egg-info/PKG-INFO
src/excel_vis.egg-info/SOURCES.txt
src/excel_vis.egg-info/dependency_links.txt
src/excel_vis.egg-info/entry_points.txt
src/excel_vis.egg-info/requires.txt
src/excel_vis.egg-info/top_level.txt
src/excel_vis/api/__init__.py
src/excel_vis/api/columns.py
src/excel_vis/api/data.py
src/excel_vis/api/file_ops.py
src/excel_vis/services/__init__.py
src/excel_vis/services/excel_service.py
src/excel_vis/templates/index.html
tests/test_api.py
tests/test_cli.py
tests/test_excel_service.py