markdown-tables

3.0.4 • Public • Published

markdown-tables-logo

CI/CD npm Project uses semantic-release Commitizen friendly

What & Why

Convert Excel (.xlsx) data into markdown tables friendly for GitHub or GitLab.

Use

There are two ways to use Markdown Tables. You can use it in a Node JS project or you can use it directly via the command line.

Use via command line

npm install -g markdown-tables
markdown-tables ./path/to/input/file.xlsx ./output.md

demo

Use via Node JS project

Adding markdown-tables to your Node project for use

npm install markdown-tables --save

You use markdown-tables as such

import markdownTables from "markdown-tables"
const markdownTable = markdownTables(xlsxFilePath)

Want to contribute to Markdown Tables?

Check out the CONTRIBUTING doc.

Changelog

Check out the CHANGELOG doc.

/markdown-tables/

    Package Sidebar

    Install

    npm i markdown-tables

    Weekly Downloads

    33

    Version

    3.0.4

    License

    MIT

    Unpacked Size

    57.6 kB

    Total Files

    24

    Last publish

    Collaborators

    • cujarrett