Compare commits
2 commits
9b7f5568d7
...
43b5ec1fc0
Author | SHA1 | Date | |
---|---|---|---|
43b5ec1fc0 | |||
07b734521b |
1 changed files with 1 additions and 3 deletions
|
@ -29,9 +29,7 @@ std::size_t ExcelReader::readSellersFromFile(const fs::path& filePath, Marketpla
|
||||||
if (rowCount < START_ROW) {
|
if (rowCount < START_ROW) {
|
||||||
++rowCount;
|
++rowCount;
|
||||||
continue;
|
continue;
|
||||||
} /*else if (rowCount > END_ROW) {
|
}
|
||||||
break;
|
|
||||||
}*/
|
|
||||||
if (row[2].value<std::string>().empty() && row[3].value<std::string>().empty()) {
|
if (row[2].value<std::string>().empty() && row[3].value<std::string>().empty()) {
|
||||||
++rowCount;
|
++rowCount;
|
||||||
continue;
|
continue;
|
||||||
|
|
Loading…
Reference in a new issue