From 2935aea7e6c81954aa0db76405bcf7fc88bc839d Mon Sep 17 00:00:00 2001 From: "rigofunc (xyting)" Date: Tue, 24 Nov 2015 10:31:40 +0800 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f3ab3b3..25e67f7 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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)]