๐ Markdown Module Guide
This page is currently only available in Chinese. Please switch to ็ฎไฝไธญๆ for the full content.
๐ Markdown Module Guide
The Markdown module provides bidirectional conversion between Excel and Markdown.
Core Scenariosโ
Excel to Markdownโ
import office
office.markdown.excel2markdown(
input_file='./data.xlsx',
output_file='./output.md'
)
Convert a Specific Sheetโ
office.markdown.excel2markdown(
input_file='./data.xlsx',
output_file='./sheet1.md',
sheet_name='Sheet1'
)
Use Casesโ
- Document writing: embed Excel data into Markdown documents
- Blog publishing: publish tabular data to Markdown-friendly platforms
- README generation: auto-generate table docs for GitHub projects
Full API see Markdown API Reference
AI ๅๅ
ฌๆ็่ฏพ
35 ่ฎฒ AI ่ชๅจๅๅๅ
ฌๅฎๆ่ฏพ็จ Python + AI ๅค็ ExcelใWordใPDFใ้ฎไปถ็ญๅๅ
ฌๅบๆฏใ
ๅปๅญฆไน