https://github.com/indexzero/xlsx-rows
Parses an *.xlsx file into rows
https://github.com/indexzero/xlsx-rows
Last synced: about 1 year ago
JSON representation
Parses an *.xlsx file into rows
- Host: GitHub
- URL: https://github.com/indexzero/xlsx-rows
- Owner: indexzero
- License: apache-2.0
- Created: 2014-09-08T02:49:48.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-08T03:40:30.000Z (almost 12 years ago)
- Last Synced: 2024-04-14T09:53:31.529Z (about 2 years ago)
- Language: JavaScript
- Size: 107 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xlsx-rows
Parses an *.xlsx file into rows
### Usage
All you have to do is pass it an Excel (`*.xlsx`) file and you get rows of information:
``` js
var xlsxRows = require('xlsx-rows');
var rows = xlsxRows('my-workbook.xlsx');
console.dir(rows); // yay rows of things!
```
#### Author: [Charlie Robbins](http://github.com/indexzero)
#### License: MIT