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