0.0.1 • Published 7 years ago

xlsx-tables-to-json v0.0.1

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

xlsx-to-json

It's a npm module to convert drawn table in excel sheet to json.

Installation

npm install xlsx-tables-to-json --save

Getting started

var conv_data = require('xlsx-tables-to-json')('_path');

---or---

var xtj = require('xlsx-tables-to-json');
var json_data = xtj('_path');

Run Example

npm test

It just convert drawn tables in sheets into json

alt image

Supported Format

  • xlsx
  • xls
  • ods
  • ots
  • other sheet Formats