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