Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

md2xlsx

Build Status codecov

Convert markdown table to xlsx file

Install

npm install md2xlsx

Usage

const md2xlsx = require('md2xlsx');
md2xlsx('./test/test.md', { extname: 'xls' });

options

  • workbook: Default false. Return js-xlsx workbook object without saving to xlsx file when set to true.
  • extname: Default xlsx.
  • basename: Default is equal to the source file's name.

About

Convert markdown table to xlsx file

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages