tfk-saksbehandling-soknad-to-xslx

2.0.3 • Public • Published

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

Package Sidebar

Install

npm i tfk-saksbehandling-soknad-to-xslx

Weekly Downloads

0

Version

2.0.3

License

MIT

Unpacked Size

7.31 kB

Total Files

12

Last publish

Collaborators

  • cybermelmac
  • maccyber
  • telemark
  • zrrrzzt