Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 395 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 395 Bytes

说明

  • EpplusHelper 是基于 "EPPlus" Version="4.5.3.3" 进行开发的一个帮助类库
  • 4.5.3.3是Epplus是最后一个免费使用的版本
  • 不支持 Excel 97-2003 文件(*.xls)。如果您的项目需要支持,请使用其他库,如 ExcelDataReader。

Feature

  • 方便的读取Excel数据
  • 导出数据到Excel中

备注

  1. 仓库中有示例,请自行查看