monitorjbl / excel-streaming-reader

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

cell.getSheet().getWorkbook() throws UnsupportedOperationException() #231

Open prem-parmar opened 3 years ago

prem-parmar commented 3 years ago

In version 2.2.0 cell.getSheet().getWorkbook() throws NotSupportedException(). This is used to retrieve value from cell based on type in DataFormatter.formatCellValue().