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