Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 847 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 847 Bytes

Markdown to Excel

This is a little program to convert a Markdown file to an Open Office XML spreadsheet. It uses openpyxl and mistune.

Note: the program requires support for rich text cell content, and actually serves as a "demo" of the feature. As such, you will need a special version of openpyxl (see requirements.txt) or the specific repository

Known limitations

Some features of Markdown are not supported:

  • Tables
  • Images
  • HTML tags
  • Footnotes (for the moment)
  • List item continuation after a nested list (is considered as a new list item)