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