1.0.1 • Published 11 months ago

xlsx2html v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months ago

xlsx2html

Getting started

Module convert xlsx to html

Install:

npm i xlsx2html

Example:

const x2h = require('xlsx2html');
const fs = require('fs');

const fileData = fs.readFileSync('./test.xlsx');
x2h.xlsx2html(fileData).then( (html) => {
	// html use
	
})

Authors and acknowledgment

Sargis Kazaryan

License

MGLC

1.0.1

11 months ago

1.0.0

11 months ago