Skip to main content

A cli tool for convert markdown into sheet(xlsx).

Project description

PyPI - Version PyPI - Downloads

PyPI - Python Version Static Badge

Convert structed markdown content into sheet(XLSX).

Is this for me?

If you want convert a markdown like this:

# Comics
## Detective Comics (DC)
### Batman Family
#### Batman
...
#### Catwoman
...

## Marvel Comics
### Avengers
#### Iron Man
...
#### Captain America
...

into sheet like this:

h1 h2 h3 h4 h5
Comics Detective Comics (DC) BatmanFamily Batman ...
Comics Detective Comics (DC) BatmanFamily Cat woman ...
Comics Marvel Comics Avengers Iron Man ...
Comics Marvel Comics Avengers Captain America ...

then you are on the right place.

💡Futhuremore, you can use office tools to modifiy the sheet according to your preferences: use office tools to modify sheet

Requirements

Python 3.11+

The md2Sheet stands on the shoulders of giants:

Installation

pip install md2sheet

Usage

md2xlsx [OPTIONS] IN_FILE OUT_FILE

Options:

  • --install-completion: Install completion for the current shell.
  • --show-completion: Show completion for the current shell, to copy it or customize the installation.
  • --help: Show this message and exit.

Arguments:

  • IN_FILE: Enter the markdown filepath [required]
  • OUT_FILE: Enter the xlsx filepath [required]

License

This project is licensed under the terms of the MIT license.

Contract

Static Badge

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

md2sheet-0.2.2.tar.gz (3.9 kB view hashes)

Uploaded Source

Built Distribution

md2sheet-0.2.2-py3-none-any.whl (4.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page