@Test
public void generateSalesgoalReport() throws Exception{
URL url = getClass().getClassLoader().getResource("Budsjett_salesman_import_villa.xls");
budgetManager.importBudget(url.getFile(),BudgetType.SALESMAN);
Periode periode = new Periode(2010, 5, 5);
Collection<SalesmanGoal> salesGoalList = salesVManager.getSalesGoalList(periode);
ExcelUtil.setUseUniqueFileName(false);
ExcelUtil excelUtil=new ExcelUtil();
ExcelReportSetting reportSetting=new ExcelReportSetting(ExcelReportEnum.SALES_GOAL);