Beispiel #1
0
func Merge(cols []string, line string, excel *ge.Goexcel) {
	CheckColno(cols, 5, 5, line)
	excel.Merge(Atoi(cols[1], line), Atoi(cols[2], line),
		Atoi(cols[3], line), Atoi(cols[4], line))
}