项目作者: damontangh

项目描述 :
Excel和java对象映射转换的项目; Excel file and java pojo can be interconverted
高级语言: Java
项目地址: git://github.com/damontangh/springbootExcelDemo.git
创建时间: 2018-12-08T15:11:50Z
项目社区:https://github.com/damontangh/springbootExcelDemo

开源协议:

下载


springbootExcelDemo

项目介绍

配置文件内容置空,包含隐私。
excel和java对象互相转换的项目
项目包含前端代码,非本人所创,其功能是用户可以在网页上传和下载Excel,支持xls和xlsx格式。
重点代码在excelUtil包下,
ExcelUtil有不少方法,最主要的方法是mapUploadedExcelToPOJO(),
它的作用是,在网页上,上传一个Excel文件,然后把其转为java实体类。
使用的技术:java反射机制;注解Annotation
ExcelUtil类中其它几个方法使用频率较低,在此不作解释。
另外前端代码非本人所创,非喜勿喷。

English version:
application.properties is blank because it includes private information.
This is a project that Excel file and java pojo can be converted to each other.
Those front-end code is not created by me,and with it user can upload or download Excel,
the project support format of xls and xlsx.
The major code is in package excelUtil,
The class ExcelUtil contains several methods,and the one matters most is mapUploadedExcelToPOJO(),
its function is that you can upload Excel and the project will convert the file into java pojo.
Technology inclued:java reflection;the Annotation

软件架构

软件架构说明

安装教程

  1. xxxx
  2. xxxx
  3. xxxx

使用说明

  1. xxxx
  2. xxxx
  3. xxxx

参与贡献

  1. Fork 本项目
  2. 新建 Feat_xxx 分支
  3. 提交代码
  4. 新建 Pull Request

码云特技

  1. 使用 Readme_XXX.md 来支持不同的语言,例如 Readme_en.md, Readme_zh.md
  2. 码云官方博客 blog.gitee.com
  3. 你可以 https://gitee.com/explore 这个地址来了解码云上的优秀开源项目
  4. GVP 全称是码云最有价值开源项目,是码云综合评定出的优秀开源项目
  5. 码云官方提供的使用手册 http://git.mydoc.io/
  6. 码云封面人物是一档用来展示码云会员风采的栏目 https://gitee.com/gitee-stars/