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