Releases: rigofunc/NPOI.Extension
Releases · rigofunc/NPOI.Extension
v2.1
- Support fluent configuration api;
- Support more custom cell formartters;
- Fixed some issues;
v2.0
Features:
- Support
fluent api
, decouple the configuration from the POCO model by using fluent api. (doesn't poison your POCO)
Fixed bugs:
- Fixed the cells merge behaviors crash when the will be merged cell's value isn't string value.
v1.4.1
hotfix the file exist check logic error
v1.4.0
- Support export to exist exel file;
- Support xls, xlsx;
- Support multiple sheets;
v1.2
IEnumerable<T> save to and load from excel supports T is POCO
v1.1
The extensions of NPOI, which provides IEnumerable save to and load from excel functionality.
v1.0-pre
Following functionality in this pre-release:
- Use attribute to control excel column name, and cell index;
- Use attribute to control excel cells SUM and cells MERGE behaviors;
- Use attribute to control excel filter behaviors
- Use attribute to control excel freeze behaviors