Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
rigofunc (xyting) committed Nov 24, 2015
1 parent f564cbc commit 2935aea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Functionality
The extensions of NPOI, which use attributes to control how to save IEnumerable<T> to excel.
The extensions of NPOI, which provides IEnumerable<T> has excel functionality.
- 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
Expand All @@ -14,7 +14,7 @@ The extensions of NPOI, which use attributes to control how to save IEnumerable&

using NPOI.Extension;

3. Apply attribute to the specified entity
3. Apply attribute to the model

[Filter(FirstCol = 0, FirstRow = 0, LastCol = 2)]
[Freeze(ColSplit = 2, RowSplit = 1, LeftMostColumn = 2, TopRow = 1)]
Expand Down

0 comments on commit 2935aea

Please sign in to comment.