Pivot table integration in LINQPad
Options
Hi,
I've built a small package that allows for presenting data in a pivot table in LINQPad. Maybe useful for someone else.
https://github.com/nielsbosma/pivotpad
Comments
-
Looks good!
That's a powerful library - will look at what in can do in more detail.
P.S. You can make the sample work by changing the first line to this:
var dbPath = Util.GetSampleFilePath ("PivotPad", "Northwind.sqlite");
-
A thanks for the PS. I will fix that.