Skip to content

Releases: rigofunc/NPOI.Extension

v2.1

26 Jun 06:22
Compare
Choose a tag to compare
  1. Support fluent configuration api;
  2. Support more custom cell formartters;
  3. Fixed some issues;

v2.0

21 Jun 03:21
Compare
Choose a tag to compare

Features:

  1. Support fluent api, decouple the configuration from the POCO model by using fluent api. (doesn't poison your POCO)

Fixed bugs:

  1. Fixed the cells merge behaviors crash when the will be merged cell's value isn't string value.

v1.4.1

10 Jan 03:55
Compare
Choose a tag to compare

hotfix the file exist check logic error

v1.4.0

10 Jan 03:22
Compare
Choose a tag to compare
  1. Support export to exist exel file;
  2. Support xls, xlsx;
  3. Support multiple sheets;

v1.2

04 Dec 11:46
Compare
Choose a tag to compare

IEnumerable<T> save to and load from excel supports T is POCO

v1.1

30 Nov 14:36
Compare
Choose a tag to compare

The extensions of NPOI, which provides IEnumerable save to and load from excel functionality.

v1.0-pre

24 Nov 03:19
Compare
Choose a tag to compare
v1.0-pre Pre-release
Pre-release

Following functionality in this pre-release:

  1. Use attribute to control excel column name, and cell index;
  2. Use attribute to control excel cells SUM and cells MERGE behaviors;
  3. Use attribute to control excel filter behaviors
  4. Use attribute to control excel freeze behaviors