Skip to content

Claude-Ray/md2xlsx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published