コード例 #1
0
ファイル: execute.go プロジェクト: mikeshimura/excel-by-text
func SetBorder(cols []string, line string, excel *ge.Goexcel) {
	CheckColno(cols, 4, 4, line)
	ptn := CheckBorderPattern(cols[3], line)
	excel.SetBorder(cols[1], cols[2], ptn)
}