tfussell / xlnt

:bar_chart: Cross-platform user-friendly xlsx library for C++11+
Other
1.43k stars 402 forks source link

the error when read xlsx about skip null #703

Open adskjldjlska opened 1 year ago

adskjldjlska commented 1 year ago

When I use for (const auto &row : ws.rows(true)) to traverse the read xlsx file, the empty rows in the table are also read in, how should I solve this?

adskjldjlska commented 1 year ago

Blank rows at the end of the table