joaomede / vue3-xlsx

XLSX manipulation made easy by Vue.js 3 (next) - (fork vue-xlsx)
https://joaomede.github.io/vue3-xlsx/
MIT License
12 stars 3 forks source link

Examples are correct? #6

Open aebrs opened 1 year ago

aebrs commented 1 year ago

In your examples you used: 1- import { XlsxRead, XlsxTable, XlsxSheets, XlsxJson, XlsxWorkbook, XlsxSheet, XlsxDownload } from "../../dist/vue3-xlsx.cjs.prod.js"; that we ususally write: import { XlsxRead, XlsxTable, XlsxSheets, XlsxJson, XlsxWorkbook, XlsxSheet, XlsxDownload } from "vue3-xlsx"; 2- imported: XlsxRead used: (in template) xlsx-read!!! 3- vuejs 3 use setup: wrong definition. Thank you

aebrs commented 1 year ago

https://joaomede.github.io/vue3-xlsx/guide/#example