xlsx-to-md
v1.0.0
Published
Convert XLSX to Markdown table
Downloads
3
Readme
xlsx2md
将 XLSX 文件转成 Markdown 表格。
按准过
npm install -g xlsx2md
使用
xlsx2md --file <path-to-xlsx> --sheet <sheet-name> --columns <comma-separated-columns> [--output <output-file>]
例子🌰:
xlsx2md --file data.xlsx --sheet Sheet1 --columns Name,Age,Location --output table.md