tfussell / xlnt

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

Should check column() here instead of row() to prevent out of range #483

Closed malanov closed 2 years ago

malanov commented 4 years ago

https://github.com/tfussell/xlnt/blob/d1d9553d4efa4b5bc9f4258cc90fda35fa7d2e27/source/worksheet/range_iterator.cpp#L94

Bug is obvious.

tfussell commented 4 years ago

Nice catch. Probably a copy and paste bug. I'll take care of it.