SpringBoot+Vue实现简单的文件上传(Excel篇)
创始人
2025-01-07 07:33:51
0

SpringBoot+Vue实现简单的文件上传

1 环境 SpringBoot 3.2.1,Vue 2,ElementUI
2 页面
在这里插入图片描述

3 效果:只能上传xls文件且大小限制为2M,选择文件后自动上传。
4 前端代码

      

5 后端代码

package org.wjg.onlinexml.service.impl;  import org.apache.poi.hssf.usermodel.HSSFWorkbook; import org.apache.poi.ss.usermodel.Cell; import org.apache.poi.ss.usermodel.Row; import org.apache.poi.ss.usermodel.Sheet; import org.apache.poi.ss.usermodel.Workbook; import org.springframework.stereotype.Service; import org.springframework.web.multipart.MultipartFile; import org.wjg.onlinexml.po.Result; import org.wjg.onlinexml.service.FileService;  import java.io.IOException;  @Service("xls") public class XLSServiceImpl implements FileService {      @Override     public Result upload(MultipartFile file) {         if (file.isEmpty()) {             return Result.builder().code(500).msg("上传失败!").build();         }           try (Workbook workbook = new HSSFWorkbook(file.getInputStream())) {             //获取第一个sheet页             Sheet sheet = workbook.getSheetAt(0);             //遍历每行             for (Row row : sheet) {                 //遍历每个单元格                 for (Cell cell : row) {                     System.out.print(cell.getStringCellValue() + " ");                 }                 System.out.println();             }         } catch (IOException e) {             e.printStackTrace();         }          return Result.builder().code(200).msg("上传成功").build();     } }   

相关内容

热门资讯

技术分享!微乐小程序免费黑科技... 技术分享!微乐小程序免费黑科技(外挂),微乐小程序辅助工具2025真是有挂详细1、有没有辅助教程、有...
据公告内容!福建众娱辅助透视系... 据公告内容!福建众娱辅助透视系统,边锋老友圈怎么开辅助(其实真的有软件)-哔哩哔哩1、打开软件启动之...
推荐一款!!微信小程序免费黑科... 推荐一款!!微信小程序免费黑科技(外挂),微信微乐辅助ios总是有挂规律1、不需要AI权限,帮助你快...
受玩家影响!新星游辅助真的假的... 受玩家影响!新星游辅助真的假的,四川乐易麻将辅助脚本(总是存在有下载)-哔哩哔哩1.四川乐易麻将辅助...
最新通报!微信小程序黑科技(外... 最新通报!微信小程序黑科技(外挂),微乐家乡游戏攻略其实有挂猫腻暗藏猫腻,小编详细说明破解器有用吗(...
迎来新发展!wepoker专用... 迎来新发展!wepoker专用辅助,佛手十三道大菠萝辅助(确实是真的修改器)-哔哩哔哩1、打开软件启...
我来教教大家!微乐小程序免费黑... 我来教教大家!微乐小程序免费黑科技(外挂),微乐辅助软件购买平台果然有挂分享1、上手简单,内置详细流...
据统计!咸宁方片十三张透视脚本... 据统计!咸宁方片十三张透视脚本,网易游戏辅助软件(确实真的是有平台)-哔哩哔哩1)咸宁方片十三张透视...
备受关注的!湖南牵手胡子跑改脚... 备受关注的!湖南牵手胡子跑改脚本,h5能反杀吗(切实是真的工具)-哔哩哔哩1、湖南牵手胡子跑改脚本透...
最新研发!微乐小程序黑科技(外... 最新研发!微乐小程序黑科技(外挂),微乐自建房辅助工具2025在哪其实有挂技术1、不需要AI权限,帮...