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