xlsx2md
Installation
SKILL.md
xlsx2md
Excel (.xlsx) 파일을 병합 셀 해제 + 다단계 헤더 평탄화하여 Markdown 테이블로 변환합니다.
Quick Reference
# 기본 변환 (전체 시트)
/xlsx2md report.xlsx
# 특정 시트만
/xlsx2md report.xlsx --sheet "Sheet1" --sheet "요약"
# 다단계 헤더 (2행 헤더 → "대분류 > 소분류" 형태)
/xlsx2md checklist.xlsx --header-rows 2
# 행 제한 해제
/xlsx2md large-data.xlsx --no-limit