NPOI.Extension Versions Save

This repo contains the extension for the NPOI, which provides IEnumerable have save to and load from excel functionalities.

v2.1

6 years ago
  1. Support fluent configuration api;
  2. Support more custom cell formartters;
  3. Fixed some issues;

v2.0

6 years ago

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

7 years ago

hotfix the file exist check logic error

v1.4.0

7 years ago
  1. Support export to exist exel file;
  2. Support xls, xlsx;
  3. Support multiple sheets;

v1.2

8 years ago

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

v1.1

8 years ago

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

v1.0-pre

8 years ago

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