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