co-excel

0.0.1 • Public • Published

Excel.js

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

Install

npm install co-excel

Use

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

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

	console.log(json);
};

Test

Run npm test

MIT License.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.1
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.1
    1

Package Sidebar

Install

npm i co-excel

Weekly Downloads

1

Version

0.0.1

License

ISC

Last publish

Collaborators

  • enmoon