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