LICENSE
README.md
pyproject.toml
src/analysis/__init__.py
src/analysis/light_block_detector.py
src/analysis/llm_artifacts.py
src/analysis/pattern_splitter.py
src/analysis/table_assembler.py
src/analysis/table_grouper.py
src/analysis/template_extractor.py
src/analysis/tree_builder.py
src/annotation/__init__.py
src/annotation/block_splitter.py
src/annotation/cell_annotator.py
src/charts/__init__.py
src/charts/chart_extractor.py
src/chunking/__init__.py
src/chunking/chunker.py
src/chunking/segmenter.py
src/comparison/__init__.py
src/comparison/template_comparator.py
src/export/__init__.py
src/export/model_exporter.py
src/formula/__init__.py
src/formula/dependency_builder.py
src/formula/formula_parser.py
src/ks_xlsx_parser/__init__.py
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/models/__init__.py
src/models/block.py
src/models/cell.py
src/models/chart.py
src/models/common.py
src/models/dependency.py
src/models/shape.py
src/models/sheet.py
src/models/table.py
src/models/table_structure.py
src/models/template.py
src/models/tree.py
src/models/workbook.py
src/parsers/__init__.py
src/parsers/calamine_core.py
src/parsers/cell_parser.py
src/parsers/sheet_parser.py
src/parsers/table_parser.py
src/parsers/workbook_parser.py
src/rendering/__init__.py
src/rendering/html_renderer.py
src/rendering/text_renderer.py
src/storage/__init__.py
src/storage/serializer.py
src/utils/__init__.py
src/utils/logging_config.py
src/verification/__init__.py
src/verification/stage_verifier.py
tests/test_charts.py
tests/test_corpus_robustness.py
tests/test_cross_validation.py
tests/test_enterprise_scoring.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_real_world_datasets.py
tests/test_rendering.py
tests/test_segmentation.py
tests/test_stage_verification.py
tests/test_structural_invariants.py
tests/test_testbench_roundtrip.py