summaryrefslogtreecommitdiff
path: root/pivotTable_test.go
Commit message (Collapse)AuthorAge
* Format code, update documentation and remove exported variable `XMLHeaderByte`xuri2022-03-24
|
* feat: implement SHA-512 algorithm to ProtectSheet (#1115)Jonham.Chen2022-01-08
|
* Export 7 errors so users can act differently on different type of errorsxuri2021-12-07
|
* This closes #979, fix the data validation deletion issue and tidy the ↵xuri2021-08-06
| | | | internal function in the source code
* Prevent panic when incorrect range is provided as PivotTableRange to (#874)Deepak S2021-07-10
|
* - Support concurrency iterate rows and columnsxuri2021-07-05
| | | | | - Rename exported field `File.XLSX` to `File.Pkg` - Exported error message
* This closes #866, support use the defined name to reference the data range ↵xuri2021-06-29
| | | | | | | in pivot table options - Fix incorrect scope when getting defined name - Update docs: use column number instead of index on get column width
* support ShowError option in Pivot table (#802)jinhyuk-kim-ca2021-03-13
|
* 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
| | | | | | | | (#708) fix to create pivot table in case there is no input from Columns Co-authored-by: Jin Kim <jinhyuk.kim@cerence.com> Co-authored-by: xuri <xuri.me@gmail.com>
* Update docs and test case for the pivot tablexuri2020-09-15
|
* - 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.
* optimization: checking error in unit testsxuri2019-12-24
|
* Resolve #511, allow empty columns in the pivot tablexuri2019-10-24
|
* Resolve #40, init pivot table supportxuri2019-09-20