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