Compare commits

..

No commits in common. "43b5ec1fc0c026a1bd510ce1f6c8669f15fd79ed" and "9b7f5568d73749e4a8a1af8d1e668be2d7baf221" have entirely different histories.

View file

@ -29,7 +29,9 @@ 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;