@@ -665,7 +665,7 @@ func parseExcelScopeCoord(scopeList []string) (scopeCoord string, err error) {
}
scopeCoord = fmt.Sprintf("%d,%d,%d,%d", x1, y1, x2, y2)
- if len(scopeCoord) == 1 {
+ if len(scopeList) == 1 {
x1, y1, er := excelize.CellNameToCoordinates(scopeList[0])
if er != nil {
return "", er