final Integer groupColumn, final List<Integer> notVisibleColumns,
final Integer groupSumValueColumn, final Integer groupSumColumn,
final Integer groupResultColumn, final boolean wrapText)
throws ProTransException {
if (directory == null || directory.length() == 0) {
throw new ProTransException("Katalog ikke satt");
}
int notVisibleColumnsSize = 0;
// dersom kolonner skal v�re usynlige m� disse trekkes fra ved laging av
// celler
if (notVisibleColumns != null) {