read until seller no. 500

This commit is contained in:
Martin Brodbeck 2019-09-27 09:00:14 +02:00
parent 8ff8cbd6d2
commit 75fb3753e1
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ std::size_t ExcelReader::readSellersFromFile(const fs::path& filePath, Marketpla
auto ws = wb.sheet_by_index(0);
const int START_ROW = 5;
const int END_ROW = 503;
const int END_ROW = 504;
int rowCount{};
for (const auto& row : ws.rows(false)) {