diff --git a/README.md b/README.md index 19dcca9..8279ea5 100644 --- a/README.md +++ b/README.md @@ -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";