Example #1
0
func PrintSheet() {
	wxlsx.PrintSheetByIndex(file, sheetIndex)
}
Example #2
0
File: main.go Project: mabetle/mcmd
func main() {
	location := "/Desktop/data/2015-SV.xlsx"
	wxlsx.PrintSheetByIndex(location, 0)
}