read until seller no. 500
This commit is contained in:
parent
8ff8cbd6d2
commit
75fb3753e1
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ std::size_t ExcelReader::readSellersFromFile(const fs::path& filePath, Marketpla
|
||||||
auto ws = wb.sheet_by_index(0);
|
auto ws = wb.sheet_by_index(0);
|
||||||
|
|
||||||
const int START_ROW = 5;
|
const int START_ROW = 5;
|
||||||
const int END_ROW = 503;
|
const int END_ROW = 504;
|
||||||
|
|
||||||
int rowCount{};
|
int rowCount{};
|
||||||
for (const auto& row : ws.rows(false)) {
|
for (const auto& row : ws.rows(false)) {
|
||||||
|
|
Loading…
Reference in a new issue