summaryrefslogtreecommitdiff
path: root/rows.go
diff options
context:
space:
mode:
authorxuri <xuri.me@gmail.com>2020-12-22 08:47:46 +0800
committerxuri <xuri.me@gmail.com>2020-12-22 01:48:52 +0000
commit576bfffbe6add78e719fc4fab851f40f5779a4d3 (patch)
tree74df6f7609e34aa9b46f3d19111a44c3bdacf229 /rows.go
parent77978ac68d3808060e58df41ebede4b9f3631641 (diff)
This closes #752, fix incorrectly merged cells on duplicate row, and new formula function: LOWER, PROPER, UPPER
Diffstat (limited to 'rows.go')
-rw-r--r--rows.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/rows.go b/rows.go
index 591d7e9..1e29d8f 100644
--- a/rows.go
+++ b/rows.go
@@ -602,7 +602,6 @@ func (f *File) duplicateMergeCells(sheet string, ws *xlsxWorksheet, row, row2 in
if err := f.MergeCell(sheet, from, to); err != nil {
return err
}
- i++
}
}
return nil