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