Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 440 Bytes

File metadata and controls

15 lines (11 loc) · 440 Bytes

python-document-tools

Small Python tools for document processing and automation.

Word to Excel Converter (Structured)

Converts a Word (.docx) file into an Excel (.xlsx) file while preserving basic structure.

Features

  • 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

Install

pip install -r requirements.txt