# easy-excel-demo **Repository Path**: lis1314/easy-excel-demo ## Basic Information - **Project Name**: easy-excel-demo - **Description**: easy-excel spring boot mvc环境使用例子 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2020-12-23 - **Last Updated**: 2023-01-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # easy-excel-demo #### 介绍 easy-excel spring boot mvc环境使用例子 #### 使用案例 直接启动 访问:localhost:8080/export ... 建议下载一个postman客户端 进行上传功能,下载的excel可以用作导入 根据导入的规则校验可以修改相关的数据进行实验 具体代码在 com.example.easyexceldemo.controller.DemoController