1
0
Fork 0

feat(inbox): .xlsx extraction — formula gate, hidden sheets, cell comments (stage 2h)

This commit is contained in:
Kjell Tore Guttormsen 2026-07-07 07:41:00 +02:00
commit ca26e117ea
3 changed files with 132 additions and 1 deletions

View file

@ -27,7 +27,7 @@ judge = [] # LLM-judge / source-grounding implementation (placeholder)
# §247). Deliberately in `dev`, NOT the core `dependencies` (which stays []) and
# NOT a public `[extract]` extra — the front-end is an in-repo demonstration, not
# v1 shipped code. They pull lxml/Pillow transitively; that footprint is dev-only.
dev = ["pytest>=8", "python-docx>=1.2", "python-pptx>=1.0"]
dev = ["pytest>=8", "python-docx>=1.2", "python-pptx>=1.0", "openpyxl>=3.1"]
[tool.hatch.build.targets.wheel]
packages = ["src/llm_ingestion_guard"]