1.1.6 • Published 3 years ago

iotdb-xlsx v1.1.6

Weekly downloads
7
License
Apache-2.0
Repository
github
Last release
3 years ago

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)
    }))
1.1.6

3 years ago

1.1.5

4 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago