LICENSE
README.md
pyproject.toml
src/ks_xlsx_parser/__init__.py
src/ks_xlsx_parser/api.py
src/ks_xlsx_parser/pipeline.py
src/ks_xlsx_parser/py.typed
src/ks_xlsx_parser.egg-info/PKG-INFO
src/ks_xlsx_parser.egg-info/SOURCES.txt
src/ks_xlsx_parser.egg-info/dependency_links.txt
src/ks_xlsx_parser.egg-info/entry_points.txt
src/ks_xlsx_parser.egg-info/requires.txt
src/ks_xlsx_parser.egg-info/top_level.txt
src/ks_xlsx_parser/analysis/__init__.py
src/ks_xlsx_parser/analysis/light_block_detector.py
src/ks_xlsx_parser/analysis/llm_artifacts.py
src/ks_xlsx_parser/analysis/pattern_splitter.py
src/ks_xlsx_parser/analysis/table_assembler.py
src/ks_xlsx_parser/analysis/table_grouper.py
src/ks_xlsx_parser/analysis/template_extractor.py
src/ks_xlsx_parser/analysis/tree_builder.py
src/ks_xlsx_parser/annotation/__init__.py
src/ks_xlsx_parser/annotation/block_splitter.py
src/ks_xlsx_parser/annotation/cell_annotator.py
src/ks_xlsx_parser/charts/__init__.py
src/ks_xlsx_parser/charts/chart_extractor.py
src/ks_xlsx_parser/chunking/__init__.py
src/ks_xlsx_parser/chunking/chunker.py
src/ks_xlsx_parser/chunking/segmenter.py
src/ks_xlsx_parser/comparison/__init__.py
src/ks_xlsx_parser/comparison/template_comparator.py
src/ks_xlsx_parser/export/__init__.py
src/ks_xlsx_parser/export/model_exporter.py
src/ks_xlsx_parser/formula/__init__.py
src/ks_xlsx_parser/formula/dependency_builder.py
src/ks_xlsx_parser/formula/formula_parser.py
src/ks_xlsx_parser/models/__init__.py
src/ks_xlsx_parser/models/block.py
src/ks_xlsx_parser/models/cell.py
src/ks_xlsx_parser/models/chart.py
src/ks_xlsx_parser/models/common.py
src/ks_xlsx_parser/models/dependency.py
src/ks_xlsx_parser/models/shape.py
src/ks_xlsx_parser/models/sheet.py
src/ks_xlsx_parser/models/table.py
src/ks_xlsx_parser/models/table_structure.py
src/ks_xlsx_parser/models/template.py
src/ks_xlsx_parser/models/tree.py
src/ks_xlsx_parser/models/workbook.py
src/ks_xlsx_parser/parsers/__init__.py
src/ks_xlsx_parser/parsers/calamine_core.py
src/ks_xlsx_parser/parsers/cell_parser.py
src/ks_xlsx_parser/parsers/sheet_parser.py
src/ks_xlsx_parser/parsers/table_parser.py
src/ks_xlsx_parser/parsers/workbook_parser.py
src/ks_xlsx_parser/rendering/__init__.py
src/ks_xlsx_parser/rendering/html_renderer.py
src/ks_xlsx_parser/rendering/text_renderer.py
src/ks_xlsx_parser/storage/__init__.py
src/ks_xlsx_parser/storage/serializer.py
src/ks_xlsx_parser/utils/__init__.py
src/ks_xlsx_parser/utils/logging_config.py
src/ks_xlsx_parser/verification/__init__.py
src/ks_xlsx_parser/verification/stage_verifier.py
tests/test_charts.py
tests/test_corpus_robustness.py
tests/test_formula_handling.py
tests/test_formula_parser.py
tests/test_llm_artifacts.py
tests/test_models.py
tests/test_multi_table_layout.py
tests/test_parsers.py
tests/test_pipeline.py
tests/test_rendering.py
tests/test_segmentation.py
tests/test_stage_verification.py
tests/test_structural_invariants.py