2.0.3 • Published 6 years ago

tfk-saksbehandling-soknad-to-xslx v2.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Build Status js-standard-style

tfk-saksbehandling-soknad-to-xslx

Parses all .json-files in a directory and creates an .xlsx-file.

Systems supported

  • tilskudd

Usage

'use strict'

const reportGenerator = require('tfk-saksbehandling-soknad-to-xslx')
const options = {
  dataPath: 'test/data',
  reportPath: 'test/data/report.xlsx'
}

reportGenerator(options, (error, message) => {
  if (error) {
    console.error(error)
  } else {
    console.log(message)
  }
})

License

MIT

2.0.3

6 years ago

2.0.2

7 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.0.5

8 years ago

1.0.3

8 years ago

1.0.1

8 years ago

1.0.0

9 years ago