From c49e7aab306437f0e721620af4a24364edf4d601 Mon Sep 17 00:00:00 2001 From: xuri Date: Mon, 9 Aug 2021 22:22:43 +0800 Subject: Reduce cyclomatic complexities for the formula calculate function and update documentation for the API: `MergeCell` and `GetCellValue` --- merge.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'merge.go') diff --git a/merge.go b/merge.go index 1f8974e..7769b89 100644 --- a/merge.go +++ b/merge.go @@ -17,7 +17,9 @@ import ( ) // MergeCell provides a function to merge cells by given coordinate area and -// sheet name. For example create a merged cell of D3:E9 on Sheet1: +// sheet name. Merging cells only keeps the upper-left cell value, and +// discards the other values. For example create a merged cell of D3:E9 on +// Sheet1: // // err := f.MergeCell("Sheet1", "D3", "E9") // -- cgit v1.2.1