summaryrefslogtreecommitdiff
path: root/pivotTable.go
Commit message (Expand)AuthorAge
* - Support concurrency iterate rows and columnsxuri2021-07-05
* This closes #866, support use the defined name to reference the data range in...xuri2021-06-29
* Go 1.15 and later required, #65 fn: IMABS, IMCOS, IMCOSH, IMCOT, IMCSC, IMCSC...xuri2021-04-04
* #65 fn: N, PERCENTILE.INC and Txuri2021-03-30
* This closes #804, fixes can't add timelines and slicers for a pivot table in ...xuri2021-03-15
* support ShowError option in Pivot table (#802)jinhyuk-kim-ca2021-03-13
* lint issue fixed and new formula function: ATAN, AVERAGE, AVERAGEA, CONCAT, C...xuri2021-02-15
* new formula func CLEAN and TRIM, change import path to v2 (#747)Zhang Zhipeng2020-12-14
* using POSIX directory separator in zip path with Windowsxuri2020-11-06
* Compatibility improvement: parse document core part (workbook) dynamicallyxuri2020-11-04
* fix pivot fails in case of multi columns and multi dataLudovic Braconnier2020-09-30
* Pivot table generation fails when no Columns and multiple Data are provided. ...jinhyuk-kim-ca2020-09-27
* Update docs and test case for the pivot tablexuri2020-09-15
* Extend pivot table funtionality (#692)Eugene Androsov2020-09-11
* Update docs and typo fixedxuri2020-06-22
* - Resolve #611, fix failure BenchmarkSetCellValuexuri2020-04-10
* Resolve #598, filter support for AddPivotTablexuri2020-04-09
* AddPivotTable API changed: new structure PivotTableField to hold pivot table ...xuri2020-02-26
* Resolve #582, support to set date field subtotal and names for pivot tablexuri2020-02-21
* Resolve #580, revert commit https://github.com/360EntSecGroup-Skylar/excelize...xuri2020-02-19
* 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