2.0.0 • Published 7 years ago

tfk-json-to-xlsx v2.0.0

Weekly downloads
16
License
MIT
Repository
github
Last release
7 years ago

Build Status js-standard-style

tfk-json-to-xlsx

Write an xlsx file from json data.

This is basically just the compiled source from node-xlsx-writestream with an updated version of https://github.com/archiverjs/node-archiver

Usage

const xlsx = require('tfk-json-to-xlsx')

const data = [
  {
    'Name': 'Bob',
    'Location': 'Sweden'
  },
  {
    'Name': 'Alice',
    'Location': 'France'
  }
]

xlsx.write('mySpreadsheet.xlsx', data, function (error) {
  // Error handling here
  if (error) {
    console.error(error)
  }
})

License

MIT

2.0.0

7 years ago

1.0.11

8 years ago

1.0.10

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago