summaryrefslogtreecommitdiff
path: root/adjust.go
diff options
context:
space:
mode:
authorxuri <xuri.me@gmail.com>2019-12-15 10:09:34 +0800
committerGitHub <noreply@github.com>2019-12-15 10:09:34 +0800
commit3763228ea7c37e18633ada493a63a6a8722e508c (patch)
tree1eed502278311de497be3654bbe234c3d7fc37b2 /adjust.go
parent4c433c57e65734094f959d25b50f138a6ca88020 (diff)
parentda0d2ffbb6ebdfb7b1e5cf501a1986421311017b (diff)
Fix #533 Merge pull request #536 from match-meng/mergecell
Fix #533, add support overlapped mergecells
Diffstat (limited to 'adjust.go')
-rw-r--r--adjust.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/adjust.go b/adjust.go
index 186112d..bb583f1 100644
--- a/adjust.go
+++ b/adjust.go
@@ -206,9 +206,6 @@ func (f *File) areaRefToCoordinates(ref string) ([]int, error) {
return coordinates, err
}
coordinates[2], coordinates[3], err = CellNameToCoordinates(lastCell)
- if err != nil {
- return coordinates, err
- }
return coordinates, err
}