What's new
- .docx and .xlsx support — Office documents now work in graphify. Install the optional extra:
pip install graphifyy[office].docx: converted to markdown viapython-docx(headings, lists, tables preserved).xlsx: each sheet converted to a markdown table viaopenpyxl- Converted files are saved to
graphify-out/converted/as.mdsidecars — Claude reads them as normal documents - Graceful fallback if
[office]is not installed: file is skipped with an install hint