# xlsx2md **Repository Path**: mirrors_emicklei/xlsx2md ## Basic Information - **Project Name**: xlsx2md - **Description**: tool to read a (partial) table from an Excel document and convert it to markdown file - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-16 - **Last Updated**: 2026-03-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # xlsx2md go run main.go -i ~/Downloads/MyDoc.xlsx -o mydoc.md -sheet Sheet3 -header A3:E3 -body A4:E148