PHPivot
PHPivot copied to clipboard
A flexible Pivot Table library for PHP.
Hi!. I'm trying unsuccesfully to add a calculated column. Can you please provide an example of adding a SUM calculated column, so i can make my own function afterwards? Thanks...
Excellent job, it works fine!! Nevertheless, I find that when I treat to display values, and use ->setPivotColumnFields("CatTemp") with "CatTemp" not equal to the values displayed, the Columns titles are...
hi @mhadjimichael , Good job on building this script, it's amazing! BTW, found a small bug: ->setSortColumns([PHPivot::SORT_DESC,PHPivot::SORT_DESC]) seems not working, the desc sort order didn't work. when I checked the...
HTML tag issues found.
Hi, In order this library can be used with composer, there are three things to do : * create a composer.json * move the class into its own namespace, in...