2022年5月17日
摘要: 1、安装xlsx npm install xlsx --save-dev 2、引入xlsx并封装读取excel方法 import * as XLSX from "xlsx"; /** * 读取excel内容 * @param {*} file * @returns */ export const r 阅读全文
posted @ 2022-05-17 18:01 随心的博客 阅读(1071) 评论(0) 推荐(0) 编辑