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

Unsupported operation on getRow #196

Open gormleymark opened 5 years ago

gormleymark commented 5 years ago

I know you state that the more advanced methods are not supported. Surely this isn't an advanced method? Using this gives me a UnsupportedOperationException

Edit - I can see it's unsupported. Are there plans to add this?

Edit2 - There is a workaround but I've discovered getRow is also unsupported - are there any plans here? Edited issue title also.