예제 #1
0
파일: main.go 프로젝트: mabetle/mcell
func PrintSheet() {
	wxlsx.PrintSheetByIndex(file, sheetIndex)
}
예제 #2
0
파일: main.go 프로젝트: mabetle/mcmd
func main() {
	location := "/Desktop/data/2015-SV.xlsx"
	wxlsx.PrintSheetByIndex(location, 0)
}