Details
Description
in POI 3.2 the setEncoding method of HSSFCell was removed.
As a result the ExcelHssfView throws an exception if this version of POI is used.
in the "POI-3.2-FINAL" patch I upgraded displaytag to POI 3.2, these are changes that are not compatible with previous POI versions
in the "POI-3.2-backwards-compatible" patch I did not upgrade the pom to POI 3.2, ijust used method calss that are both available in POI 3.2 and previous versions.