Small Python tools for document processing and automation.
Converts a Word (.docx) file into an Excel (.xlsx) file while preserving basic structure.
- Detects headings (Heading 1/2/3) and marks them as sections
- Exports content into a clean Excel table (No / Type / HeadingLevel / Text)
- Simple CLI usage
pip install -r requirements.txt