Map<Object, Object> data) throws ProTransException {
ImmutableMap<String, Integer> productAreaColumns = new ImmutableMap.Builder<String, Integer>()
.put("Takstol", 1).put("Garasje", 3).put("Byggelement", 5)
.build();
HSSFWorkbook wb = new HSSFWorkbook();
HSSFSheet sheet = getSheet(wb, 21, new int[] { 5000, 6000, 5000, 5000,
5000, 5000, 5000, 5000, 5000, 5000, 5000, 5000, 5000, 5000,
5000, 5000, 5000, 5000, 5000, 5000, 5000 }