# EpplusHelper **Repository Path**: hzgel/EpplusHelper ## Basic Information - **Project Name**: EpplusHelper - **Description**: Helper methods to easily work with EPPlus to generate Excel(.xlsx) and get excel data - **Primary Language**: C# - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-06-11 - **Last Updated**: 2026-03-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 说明 - EpplusHelper 是基于 "EPPlus" Version="4.5.3.3" 进行开发的一个帮助类库 - 4.5.3.3是Epplus是最后一个免费使用的版本 - 不支持 Excel 97-2003 文件(*.xls)。如果您的项目需要支持,请使用其他库,如 ExcelDataReader。 # Feature - 方便的读取Excel数据 - 导出数据到Excel中 # 备注 1. 仓库中有示例,请自行查看