Skip to main content

📝 Markdown API Reference

This page is currently only available in Chinese. Please switch to 简体中文 for the full content.

📝 Markdown API Reference

Sub-package: pomarkdown | Install: pip install pomarkdown Import: import office or import pomarkdown

excel2markdown

office.markdown.excel2markdown(
input_file,
output_file,
sheet_name=None
)

Examples

import office

office.markdown.excel2markdown(input_file='data.xlsx', output_file='output.md')

office.markdown.excel2markdown(
input_file='data.xlsx', output_file='sheet1.md', sheet_name='Sheet1'
)
AI 办公效率课
35 讲 AI 自动化办公实战课用 Python + AI 处理 Excel、Word、PDF、邮件等办公场景。
去学习