摘要: <template> <div> <el-upload action="#" :style="fileList.length 0?'margin:10px;':'margin-top: 10px;'" list-type="picture-card" :on-change="uploadChange 阅读全文
posted @ 2021-05-25 14:49 guohf 阅读(341) 评论(0) 推荐(0) 编辑
摘要: 1.后端:public void getExcelTemplate(HttpServletResponse response) throws UnsupportedEncodingException { //文件名最好不要用中文,会出现中文乱码 InputStream inputStream = n 阅读全文
posted @ 2021-05-25 14:32 guohf 阅读(387) 评论(0) 推荐(0) 编辑
摘要: 注意:导入的图片需为浮动图片 官方API:http://easypoi.mydoc.io 1.依赖 <dependency> <groupId>cn.afterturn</groupId> <artifactId>easypoi-base</artifactId> <version>3.2.0</v 阅读全文
posted @ 2021-05-25 14:26 guohf 阅读(4171) 评论(0) 推荐(0) 编辑