summaryrefslogtreecommitdiff
path: root/pivotTable.go
Commit message (Collapse)AuthorAge
* Update docs and typo fixedxuri2020-06-22
|
* - Resolve #611, fix failure BenchmarkSetCellValuexuri2020-04-10
| | | | | - Allow empty filter, data, and rows in the pivot table - Add more test case for pivot table
* Resolve #598, filter support for AddPivotTablexuri2020-04-09
|
* AddPivotTable API changed: new structure PivotTableField to hold pivot table ↵xuri2020-02-26
| | | | fields for better scalability
* Resolve #582, support to set date field subtotal and names for pivot tablexuri2020-02-21
| | | | - typo fixed and update do.dev badge in the README.
* Resolve #580, revert commit ↵xuri2020-02-19
| | | | https://github.com/360EntSecGroup-Skylar/excelize/commit/5ca7231ed408ac264f509ff52b5d28ff4fbda757
* Fix #551, handle empty rows in streaming readingxuri2019-12-31
|
* Improve code coverage unit testsxuri2019-12-29
|
* Resolve #511, allow empty columns in the pivot tablexuri2019-10-24
|
* Resolve #40, init pivot table supportxuri2019-09-20