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