Skip to content

Simple NodeJS Excel to JSON, ECMAScript 2015 Generator Funtion

Notifications You must be signed in to change notification settings

enmoon/co-excel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Excel.js

Native node.js Excel file ES2015 Generator Funtion parser. Only supports xlsx for now.

Install

npm install co-excel

Use

var execl = require('co-excel');

var handelr = function *(next) {
	var uri = 'xxxx.xlsx';
	var json = yield excel(uri);

	console.log(json);
};

Test

Run npm test

MIT License.

About

Simple NodeJS Excel to JSON, ECMAScript 2015 Generator Funtion

Resources

Stars

Watchers

Forks

Packages

No packages published