# HG changeset patch # User Andre Heinecke # Date 1458663704 -3600 # Node ID 101ee762f021d3144f13c732f7d179370bfbd450 # Parent 21f11f988115de3f07bef1f1732dc41f9e30a012 Add commented out Grouping diff -r 21f11f988115 -r 101ee762f021 src/converter.cpp --- a/src/converter.cpp Tue Mar 22 17:21:33 2016 +0100 +++ b/src/converter.cpp Tue Mar 22 17:21:44 2016 +0100 @@ -176,6 +176,7 @@ lastChoiceRow++; } bars.addRange(QString("B%1:B%2").arg(firstChoiceRow).arg(lastChoiceRow)); +// xlsx.groupRows(firstChoiceRow - 2, lastChoiceRow - 1, false); } else if (answerLine == QStringLiteral(TEXT_IDENTIFIER)) { QRegularExpressionMatch textMatch = freetxtEx.match(input, cursor); xlsx.setRowHeight(row, CHOICE_ROW_HEIGHT);