Socket
Socket
Sign inDemoInstall

md2sheet

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

md2sheet

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


Maintainers
1

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:

h1h2h3h4h5
ComicsDetective Comics (DC)BatmanFamilyBatman...
ComicsDetective Comics (DC)BatmanFamilyCat woman...
ComicsMarvel ComicsAvengersIron Man...
ComicsMarvel ComicsAvengersCaptain 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

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc