sheetjs/demos/vue
avrtau 43795a43bb Update SheetJS-vue.js 2017-07-06 14:55:10 -04:00
..
README.md vue demo and typing fixes [ci skip] 2017-06-19 03:14:18 -04:00
SheetJS-vue.js Update SheetJS-vue.js 2017-07-06 14:55:10 -04:00
index.html vue demo and typing fixes [ci skip] 2017-06-19 03:14:18 -04:00
xlsx.full.min.js vue demo and typing fixes [ci skip] 2017-06-19 03:14:18 -04:00

VueJS 2

The xlsx.core.min.js and xlsx.full.min.js scripts are designed to be dropped into web pages with script tags e.g.

<script src="xlsx.full.min.js"></script>

Strictly speaking, there should be no need for a Vue.JS demo! You can proceed as you would with any other browser-friendly library.

This demo directly generates HTML using sheet_to_html and adds an element to a pregenerated template. It also has a button for exporting as XLSX.

Single File Components

For Single File Components, a simple import XLSX from 'xlsx' should suffice. The webpack demo includes a sample webpack.config.js.