diff options
author | xuri <xuri.me@gmail.com> | 2020-12-22 08:47:46 +0800 |
---|---|---|
committer | xuri <xuri.me@gmail.com> | 2020-12-22 01:48:52 +0000 |
commit | 576bfffbe6add78e719fc4fab851f40f5779a4d3 (patch) | |
tree | 74df6f7609e34aa9b46f3d19111a44c3bdacf229 /rows.go | |
parent | 77978ac68d3808060e58df41ebede4b9f3631641 (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.go | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |