I\'ve followed a simple guide to constructing a workbook using Apache POI XSSF. Following the same guide I was able to WRITE an Excel sheet, however when attempting to read
I got same error with different constant:
Exception in thread "main" java.lang.NoSuchFieldError: RETURN_NULL_AND_BLANK
java.lang.NoSuchFieldError
Googled lot but no answer. I was using apache poi-ooxml version 3.11. Later I changed to version 3.17. Then it was working fine.
poi-ooxml
Hope this might helpful someone.