summaryrefslogtreecommitdiff
path: root/xmlChartSheet.go
Commit message (Collapse)AuthorAge
* Typo fix, rename exported constants, dependencies modules and copyright updatexuri2022-01-09
| | | | Rename exported constants `NameSpaceDublinCoreMetadataIntiative` to `NameSpaceDublinCoreMetadataInitiative`
* Improve security and simplify codexuri2021-08-15
| | | | | | | - Make variable name more semantic - Reduce cyclomatic complexities for the formula calculate function - Support specified unzip size limit on open file options, avoid zip bombs vulnerability attack - Typo fix for documentation and error message
* Go 1.15 and later required, #65 fn: IMABS, IMCOS, IMCOSH, IMCOT, IMCSC, ↵xuri2021-04-04
| | | | IMCSCH, IMEXP, IMLN and IMLOG10
* #625, support setting formula for cell in streaming APIxuri2021-03-07
|
* init formula calculation engine, ref #65 and #599xuri2020-05-03
|
* Resolve #451, support create chart sheetxuri2020-03-28
|
* #451, init struct for chart sheetxuri2020-03-25