Closed PanAeon closed 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.
currentColNum
When column starts with an offset next columns are not taking the offset into the account. For example this column would cause a problem:
The most likely cause is that variable
currentColNum
isn't updated with the offset.