Socket
Socket
Sign inDemoInstall

vue-js-excel

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    vue-js-excel

Easily export your json data to excel or import your excel file to your json data


Version published
Weekly downloads
23
decreased by-30.3%
Maintainers
1
Install size
2.68 kB
Created
Weekly downloads
 

Readme

Source

Vue Js Excel

Easily export your json data to excel or import your excel file to your json data...

alt text

Usage (Export to Excel)

In your App.vue or another vue file,

import {VueJsExcel} from 'VueJsExcel'
export default {
...
name: 'App',
mixins: [VueJsExcel],
...
}

Then you can call the VueJsExcel like this wherever you want:

this.VueJsExcelExport(this.data, "File Name", this.columns)

data: Your data source.

File Name: Your file name. And all blank / space charachters will be replaced with "_" (underscore). Output will be file_name.csv.

columns: Your header columns. columns paramater might be an array or null. If it is null, there will be no headers in your excel file.

Github

https://github.com/mustafacagri/vue-js-excel

NPM

npm install vue-js-excel

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Keywords

FAQs

Last updated on 09 Nov 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc