A lightweight vue js component uses [xlsx](https://github.com/SheetJS/js-xlsx) library to export json data into an excel file.
npm install vue-json2excelA lightweight vue js component uses xlsx library to export json data into an excel file.
npm install vue-json2-excel --save
`
or
`
yarn add vue-json2-excel
`
Usage
`vue
:data="data"
:header="headers"
:details="{text:'This is a test text appears in details section of execl file'}">
export
``