summaryrefslogtreecommitdiff
path: root/merge.go
Commit message (Expand)AuthorAge
* Fix the error on getting the range of merged cells on the worksheet which con...xuri2022-10-28
* This closes #1360, closes #1361xuri2022-09-28
* Using the specialized name in a variable and making comments clearxuri2022-09-18
* This makes 6 functions concurrency safetyxuri2022-09-11
* This closes #1244 and closes #1314, improving the compatibility with Google S...xuri2022-08-13
* This closes #1219, fixes cell value reading issue, improves performance, and ...xuri2022-05-02
* This closes #1148, resolve limitations when adding VBA project to the workbookxuri2022-02-17
* This closes #1129, make cell support inheritance columns/rows stylexuri2022-01-27
* Typo fix, rename exported constants, dependencies modules and copyright updatexuri2022-01-09
* 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
* 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
* 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, uni...xuri2020-08-22
* 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