summaryrefslogtreecommitdiff
path: root/sparkline.go
Commit message (Expand)AuthorAge
* Support to set summary columns to appear to the right of detail in an outlinexuri2022-10-08
* This closes #1358, made a refactor with breaking changes, see details:xuri2022-09-29
* Using the specialized name in a variable and making comments clearxuri2022-09-18
* This closes #1244 and closes #1314, improving the compatibility with Google S...xuri2022-08-13
* Format code, update documentation and remove exported variable `XMLHeaderByte`xuri2022-03-24
* This closes #1148, resolve limitations when adding VBA project to the workbookxuri2022-02-17
* Typo fix, rename exported constants, dependencies modules and copyright updatexuri2022-01-09
* Export 7 errors so users can act differently on different type of errorsxuri2021-12-07
* Reduce cyclomatic complexities for the formula calculate function and update ...xuri2021-08-09
* - Support concurrency iterate rows and columnsxuri2021-07-05
* 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
* Default row height compatibility with Apache OpenOffice and Kingsoft WPS, uni...xuri2020-08-22
* support parse and generate XML element namespace dynamic, fix #651xuri2020-07-18
* Update docs and typo fixedxuri2020-06-22
* Replace bytes.NewReader(stringToBytes(s)) with strings.NewReader(s) (#610)Olivier Mengué2020-04-09
* Performance improvementsxuri2020-04-05
* Improve code coverage unit testsxuri2019-12-29
* Improve code coverage unit testsxuri2019-12-22
* Fix #539 Fixed error opening excel file created in encoding d… (#540)Alex Geer2019-12-20
* Compatibility improvementxuri2019-09-24
* Update the Godocxuri2019-08-21
* Documentation updated, Go 1.10+ requiredxuri2019-08-11
* New feature: sparkline supportedxuri2019-08-04