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 efeddd6 commit fef6ad3
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 @@ -27,6 +27,7 @@ ExcelHelper eh = ExcelHelper.Create(file)
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 fef6ad3

Please sign in to comment.