0.2.8 • Published 3 years ago

icg-json-to-xlsx-gps-plan v0.2.8

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

icg-json-to-xlsx-gps-plan

A simple module to convert JSON to XLSX files. This is really just a thin wrapper on the awesome XLSX module.

ABOUT THIS CLONE: This clone just wants to add the option to use some XLSX template files.

Installation

[sudo] npm install icg-json-to-xlsx-gps-plan

Overview

This was originally constructed for use in ICG's Email notification service to convert data pulled from an API into attachements that could be sent to users. As such, it has been constructed with that primary use case in mind.

The icg-json-to-xlsx exports a function that accepts three paramaters

ParameterDescription
filenameThe path to the output file
dataThe JSON data
optionsAn options object that can contain a headers array with header values and a sheetName value for the title of the workbook sheet