summaryrefslogtreecommitdiff
path: root/xmlTable.go
Commit message (Collapse)AuthorAge
* 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
* This improves compatibility for worksheet relative XML path and multi rules ↵xuri2021-02-11
| | | | auto filter
* Update docs and typo fixedxuri2020-06-22
|
* Improve code coverage unit testsxuri2019-12-29
|
* Fix #523, add stream writer for generate new worksheet with huge amounts of dataxuri2019-12-10
|
* Documentation updated, Go 1.10+ requiredxuri2019-08-11
|
* README updatedxuri2019-01-01
|
* Comments style changed.xuri2018-09-14
|
* Comments style changed.xuri2018-09-14
|
* Comments style changed.xuri2018-09-14
|
* Fix golint errors under confidence 0.1xuri2018-09-12
|
* - Set name of table support in `AddTable()`, relate issue #216;Ri Xu2018-05-04
| | | | - godoc and go test has been updated
* Init auto filter support, relate issue #59.Ri Xu2017-06-08
|
* - Initialize table support;Ri Xu2017-04-28
- go test updated