A CLI tool that converts Mermaid diagrams into Excel (.xlsx) files.
✅ Full support ·
| Name | Status |
|---|---|
| Sequence Diagram | |
| Flowchart | ❌ |
| Class Diagram | ❌ |
| State Diagram | ❌ |
| Entity Relationship Diagram | ❌ |
| User Journey Diagram | ✅ |
| Gantt Diagram | |
| Pie Chart Diagram | ✅ |
| Quadrant Chart | ✅ |
| Requirement Diagram | ❌ |
| GitGraph Diagram | ❌ |
| C4 Diagram | ❌ |
| Mindmap | ❌ |
| Timeline Diagram | ✅ |
go build cmd/mrxl.go
./mrxl -src examples/SequenceDiagram.mmdmrxl -src INPUT_FILE -out OUTPUT_FILE-src: Input file (required)-out: Output file (optional, default:mermaid.out.xlsx)
Bug reports and feature requests are welcome — please use the issue templates.
Pull requests are appreciated. See CONTRIBUTING.md for setup instructions, project structure, and commit style guidelines.
