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