Skip to main content

๐Ÿ“ 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ใ€้‚ฎไปถ็ญ‰ๅŠžๅ…ฌๅœบๆ™ฏใ€‚
ๅŽปๅญฆไน