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