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

cell.getSheet() - NotSupportedException() #204

Open tkluza opened 4 years ago

tkluza commented 4 years ago

In version 2.1.0 cell.getSheet throws NotSupportedException() This is used in DataFormatter.formatCellValue() what is suggested way to retrieve value from cell based on type.

I've seen from commits that this method has been implemented. When will be release of the new version?

respinha commented 3 years ago

Bump, is there any plan on the road to release a fix for this? It makes it impossible to parse the content of a numeric cell as a plain String

prem-parmar commented 3 years ago

In version 2.2.0 cell.getSheet().getWorkbook() throws NotSupportedException(). As mentioned by @tkluza , this is also used in DataFormatter.formatCellValue().