monitorjbl / excel-streaming-reader

An easy-to-use implementation of a streaming Excel reader using Apache POI
Apache License 2.0
946 stars 343 forks source link

Next cols mapped incorrectly when column contains an offset #181

Closed PanAeon closed 5 years ago

PanAeon commented 5 years ago

When column starts with an offset next columns are not taking the offset into the account. For example this column would cause a problem:

<['http://schemas.openxmlformats.org/spreadsheetml/2006/main']::c r='Y2421' t='s'>

The most likely cause is that variable currentColNum isn't updated with the offset.