summaryrefslogtreecommitdiff
path: root/xmlPivotTable.go
Commit message (Collapse)AuthorAge
* This closes #1148, resolve limitations when adding VBA project to the workbookxuri2022-02-17
| | | | | | | | Added two exported functions `SetWorkbookPrOptions` and `GetWorkbookPrOptions` to support setting and getting the code name property of the workbook Re-order fields of the workbook properties group to improve the compatibility Go Modules dependencies upgrade Put workbook related operating in new `workbook.go` source code Library introduction docs block updated
* Fix file corrupted in some cases, check file extension and format codexuri2022-01-23
| | | | | | Fix file corrupted when save as in XLAM / XLSM / XLTM / XLTX extension in some case New exported error ErrWorkbookExt has been added, and check file extension on save the workbook Format source code with `gofumpt`
* Typo fix, rename exported constants, dependencies modules and copyright updatexuri2022-01-09
| | | | Rename exported constants `NameSpaceDublinCoreMetadataIntiative` to `NameSpaceDublinCoreMetadataInitiative`
* This closes #1029, support specify compact and outline for the pivot tablexuri2021-10-11
|
* Go 1.15 and later required, #65 fn: IMABS, IMCOS, IMCOSH, IMCOT, IMCSC, ↵xuri2021-04-04
| | | | IMCSCH, IMEXP, IMLN and IMLOG10
* #65 fn: N, PERCENTILE.INC and Txuri2021-03-30
| | | | typo fixed
* support ShowError option in Pivot table (#802)jinhyuk-kim-ca2021-03-13
|
* Extend pivot table funtionality (#692)Eugene Androsov2020-09-11
| | | | | Add different pivot options Add header options to pivot table opts Add Style name options to pivot table opts
* Update docs and typo fixedxuri2020-06-22
|
* Resolve #598, filter support for AddPivotTablexuri2020-04-09
|
* Improve code coverage unit testsxuri2019-12-29
|
* Improve compatibility, fix workbook's rels ID calc errorxuri2019-12-23
|
* Optimize code of Getting/Setting Page Marginsxuri2019-10-17
|
* Resolve #40, init pivot table supportxuri2019-09-20
|
* Combine functions:xuri2019-09-16
| | | | | | workBookRelsWriter, drawingRelsWriter into relsWriter; drawingRelsReader, workbookRelsReader, workSheetRelsReader into relsReader; addDrawingRelationships, addSheetRelationships into addRels
* Prepare pivot table support, add pivot table definition structxuri2019-09-06