ImmutableMap<String, Integer> productAreaColumns, HSSFSheet sheet,
int currentRow, CellStyle cellStyle,
Map<TakstoltegnerVSum, Collection<TakstoltegnerV>> dataList) {
Map<String, HSSFRow> tegnerlinjeMap = Maps.newHashMap();
for (TakstoltegnerVSum tegner : dataList.keySet()) {
HSSFRow tegnerlinje = tegnerlinjeMap.get(tegner.getTrossDrawer());
tegnerlinje = tegnerlinje != null ? tegnerlinje : sheet
.createRow((short) currentRow++);
createCell(tegnerlinje, cellStyle.getStyle((short) 10,
HSSFFont.BOLDWEIGHT_NORMAL, HSSFCellStyle.ALIGN_LEFT,