Excel Markdown Converter#

PyPI Status Python Version License

Read the documentation at https://exmc.readthedocs.io/ Tests

pre-commit Black

Features#

  • copy excel content from clipboard, so you need paste excel content to clipboard

  • type exmc to convert excel string to markdown table string

  • type exmc -r convert markdown table string to excel string

Requirements#

  • clipboard

Installation#

You can install Excel Markdown Converter via pip from PyPI:

$ pip install exmc

Usage#

demo video below

https://user-images.githubusercontent.com/61551277/215328281-79cb339f-8d92-4c11-91a3-a6ba54642c24.mp4

the details below

  • exmc

copy content from excel sheet

type exmc in terminal/cmd,

then markdown table string will copy to clipboard automatically

so you can paste in markdown file

  • exmc -r

-r stands for reverse

use -r flag convert markdown table string to excel string

so, you need copy raw markdown table string

then paste to excel file

Contributing#

Contributions are very welcome. To learn more, see the Contributor Guide.

License#

Distributed under the terms of the MIT license, Excel Markdown Converter is free and open source software.

Issues#

If you encounter any problems, please file an issue along with a detailed description.

Credits#

This project was generated from @cjolowicz’s Hypermodern Python Cookiecutter template.