xlsx-rows

1.0.0 • Public • Published

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:

  var xlsxRows = require('xlsx-rows');
 
  var rows = xlsxRows('my-workbook.xlsx');
  console.dir(rows); // yay rows of things!

Author: Charlie Robbins

License: MIT

/xlsx-rows/

    Package Sidebar

    Install

    npm i xlsx-rows

    Weekly Downloads

    84

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • indexzero