summaryrefslogtreecommitdiff
path: root/merge.go
Commit message (Collapse)AuthorAge
* ref #65: new formula function YIELDxuri2021-11-29
|
* Speed up merge cellsthree2021-08-13
|
* Reduce cyclomatic complexities for the formula calculate function and update ↵xuri2021-08-09
| | | | documentation for the API: `MergeCell` and `GetCellValue`
* 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 closes #782, fix unmerge all cells cause corrupted filexuri2021-02-10
|
* Fix #724, standardize variable naming and update unit testsxuri2020-11-11
|
* Default row height compatibility with Apache OpenOffice and Kingsoft WPS, ↵xuri2020-08-22
| | | | unit test update and typo fixed
* Update docs and typo fixedxuri2020-06-22
|
* Resolve #570, flat columns for the column's operationxuri2020-02-07
|
* optimize code and comments: use println errors instead of panicxuri2020-01-03