LICENSE
README.md
pyproject.toml
src/xlspy/__init__.py
src/xlspy/_accel.py
src/xlspy/biff_reader.py
src/xlspy/biff_utils.py
src/xlspy/formats.py
src/xlspy/reader.py
src/xlspy/updater_utils.py
src/xlspy/writer.py
src/xlspy/xlsb_updater.py
src/xlspy/xlsx_updater.py
src/xlspy/xlsx_writer.py
src/xlspy.egg-info/PKG-INFO
src/xlspy.egg-info/SOURCES.txt
src/xlspy.egg-info/dependency_links.txt
src/xlspy.egg-info/requires.txt
src/xlspy.egg-info/top_level.txt
src/xlspy/c_ext/_c_core.c
src/xlspy/c_ext/setup.py
tests/test_comprehensive.py
tests/test_excel_com_updaters.py
tests/test_reader.py
tests/test_real_data.py
tests/test_streaming_updaters.py
tests/test_updaters.py