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