Skip to content

Cilyan/md2xlsx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

A (very) simple Markdown to Excel converter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages