polaris0070
2022/4/19 18:47:23
yangjun19790
2021/11/24 14:13:50
<template>
<section>
<div class="container" id="container">
</div>
</section>
</template>
import {Xlsx} from "../../../common/js/Xlsx"
export default {
data() {
return {
}
},
mounted() {
var nContainer = document.getElementById('container')
var xlsx = new Plus.Xlsx(nContainer)
xlsx.readFile('static/test.xlsx')
}
}
😥😥
ELLIPSIS1
2021/11/25 13:54:30
可能是路径的问题,你试试用绝对路径一层一层的往外找
ELLIPSIS0
2022/3/22 11:26:13
回复
vue项目里怎么使用。。一直报错 new Plus 找不到
ELLIPSIS1
2021/11/17 16:58:17
作用域的问题,你试试 new window.Plus
回复
yangjx0
2021/6/2 17:45:39
图片为什么无法预览?是插件不支持吗?希望告知!
ELLIPSIS0
2021/6/3 17:56:11
回复
December-meu0
2021/5/25 17:07:45
空的工作簿会报错,怎么解决呢?上传时候不能确保文档都会把空的工作簿删除
回复
IE报错:对象不支持“slice”属性或方法
ELLIPSIS0
2021/4/29 14:07:33
回复
预览都报错?
ELLIPSIS0
2021/3/28 19:48:06
回复
别慌 稳住??0
2020/12/21 11:18:31
为什么会报错,Invalid HTML: could not find <table>
ELLIPSIS1
2021/3/28 19:48:23
回复
静静沉默0
2020/11/18 10:21:21
非常实用
ELLIPSIS0
2020/11/19 10:30:00
回复
ad25320
2020/7/29 9:17:19
怎么下载了本地打开不行?
ad25320
2020/7/29 9:31:16
好像必须放在网站目录下运行。直接下载打开INDEX浏览无效。
因为加载了外部test.xlsx文件,新版的chrome浏览器本地预览会有跨域问题。需要在服务端运行
ELLIPSIS0
2020/7/29 13:35:15
ELLIPSIS0
2020/7/29 13:35:42
回复
讨论这个项目(23)回答他人问题或分享插件使用方法奖励jQ币 评论用户自律公约