sheetjs/demos/vue
Josh Soref e34b6e78d2 spelling [ci skip]
- fixed spelling errors in README and code (fixes #802)
- replaced garbled names in property tests (fixes #803)
2017-09-04 03:55:10 +00:00
..
README.md vue demo and typing fixes [ci skip] 2017-06-19 03:14:18 -04:00
SheetJS-vue.js spelling [ci skip] 2017-09-04 03:55:10 +00: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.