Beispiel #1
0
func SetString(cols []string, line string, excel *ge.Goexcel) {
	CheckColno(cols, 4, 4, line)
	excel.SetString(Atoi(cols[1], line), Atoi(cols[2], line), cols[3])
	//fmt.Printf("SetString %v\n", cols[3])
}