About
A PivotTable is a powerful tool to calculate, summarize, and analyze data that lets you see comparisons, patterns, and trends in your data.
Your File
You can load your own file into the pivot table. Note: Your information does not leave the browser ie. it is NOT copied elsewhere. Performance is at the speed of your computers memory and the amount of data that can be loaded is dependant on free available memory. That said, do not go crazy with the amount of columns imported. Do not load column that are not required, it will slow the load process and use more memory, especially with large files.
Presentation
Drag and drop with filtering, totalling, calculations etc. Graph the displayed data with subsequent graph modifications and data export options.
For the Developer
You can add derived and calculated columns, in script, between loading and displaying the data. For exampe you could split dates into years, quarters, months etc and initally open with preselected totalled rows and columns. You can even add entries to the list of drop down options.
Credits
A significant amount of code is required to essentialy link the compnents together. However it would not be possible without the Krutchen Pivot Table - you will find this on Github. Links on my credits page.