📝 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 pomarkdownImport:import officeorimport 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'
)