diff --git a/src/Mod/TechDraw/App/DrawViewSpreadsheet.cpp b/src/Mod/TechDraw/App/DrawViewSpreadsheet.cpp index 036b183bc1..d78c6f5f41 100644 --- a/src/Mod/TechDraw/App/DrawViewSpreadsheet.cpp +++ b/src/Mod/TechDraw/App/DrawViewSpreadsheet.cpp @@ -198,6 +198,9 @@ std::string DrawViewSpreadsheet::getSheetImage(void) for (int j=rows.back()+1; j<=endrow; ++j) { rows.push_back(j); } + + // after the first digit there will be no letter any more + break; } } } catch (std::exception) {