sheetJSON

Vue 使用 sheetJS 通过 sheetJSON 解析 Excel 文件

安装 $ npm install xlsx 处理 import XLSX from 'xlsx'; /** * @param {string} data 文件名.xlsx */ export const read = (data, type, headerType=null) => { // 获取 ......
sheetJSON sheetJS 文件 Excel Vue
共1篇  :1/1页 首页上一页1下一页尾页