Skip to content

Commit

Permalink
feat: Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
yingtingxu committed Jan 10, 2017
1 parent 8875f2f commit f51ab04
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ The extensions of NPOI, which provides IEnumerable<T> save to and load fro
// save the excel file
reports.ToExcel(@"C:\demo.xlsx");
```
## Load IEnumerable≶T> from excel
## Load IEnumerable<T> from excel

```csharp
// load from excel
Expand All @@ -75,10 +75,9 @@ The extensions of NPOI, which provides IEnumerable<T> save to and load fro

## Custom excel export setting

```csharp

Excel.Setting.DateFormatter = "yyyy-MM-dd";
The POCO export use following setting, so, the end user can costomize the setting like `Excel.Setting.DateFormatter = "yyyy-MM-dd";`

```csharp
public class ExcelSetting
{
public string Company { get; set; } = "rigofunc (xuyingting)";
Expand Down

0 comments on commit f51ab04

Please sign in to comment.