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

StreamingCell.getRichStringCellValue() doesn't support Formula cellType. #214

Closed svetliy closed 2 years ago

svetliy commented 4 years ago

According to POI documentation for formula cells getRichStringCellValue method returns the pre-calculated value if a string , otherwise an exception. excel-streaming-reader doesn't process FORMULA cellType at all in getRichStringCellValue. Could this behavior difference be fixed?