Skip to content

Instantly share code, notes, and snippets.

@do-me
Created May 26, 2026 08:16
Show Gist options
  • Select an option

  • Save do-me/afed7309eb69658fb614ad76f2b2ff16 to your computer and use it in GitHub Desktop.

Select an option

Save do-me/afed7309eb69658fb614ad76f2b2ff16 to your computer and use it in GitHub Desktop.
Docx and xlsx to markdown with inline comments from reviewers
# One-shot run — uvx fetches the repo into an isolated env, runs the CLI, then cleans up
uvx --from git+https://github.com/do-me/docx-comments-to-text docx-comments-to-text path/to/file.docx
uvx --from git+https://github.com/do-me/docx-comments-to-text docx-comments-to-text path/to/file.xlsx --sheet "Sheet1" -o out.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment