Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mvit777 authored Dec 7, 2020
1 parent cf208b3 commit efeddd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ ExcelHelper eh = ExcelHelper.Create(file)
.Save();
eh.Dispose();
```
![RowTotal](https://github.com/mvit777/ExcelHelper/raw/master/img/rowTotal.png)
outputs a pivot table in a separate SHEET
```
string sql = "SELECT * FROM Invoices ORDER BY OrderDate";
Expand Down

0 comments on commit efeddd6

Please sign in to comment.