iotdb-xlsx

1.1.6 • Public • Published

iotdb-xlsx

POP XLXS and CSV spreadsheet handling

Examples

Load a spreadsheet, remove empty rows

const _ = require("iotdb-helpers")
const xlsx = require("iotdb-xlsx")

_.promise.make(self)
    .then(xlsx.load.p("spreadsheet.xlsx"))
    .then(xlsx.filter.empty)
    .then(_.promise.make(sd => {
        console.log(sd.jsons)
    }))

/iotdb-xlsx/

    Package Sidebar

    Install

    npm i iotdb-xlsx

    Weekly Downloads

    16

    Version

    1.1.6

    License

    Apache-2.0

    Unpacked Size

    37.3 kB

    Total Files

    16

    Last publish

    Collaborators

    • dpjanes