XLS_Reader for new POI 317 and greater | Selenium Forum
L
Lalith K Podduturi Posted on 14/11/2018
I am getting deprecated error message for getCellType() and 
XSSFHyperlink link = createHelper.createHyperlink(XSSFHyperlink.LINK_FILE); 
I have tried using getCellTypeEnum(), but still i see same issue. can you please able to help me. 

Any New Xls_Reader that supports POI 3.17 and greater. 

Error Below
Cell.CELL_TYPE_STRING is deprecated
Hyperlink.LINK_FILE is deprecated

A
Ashish Thakur Replied on 14/11/2018

Please download the jars from this link
www.qtpselenium.com/downloads/poi.rar


L
Lalith K Podduturi Replied on 14/11/2018

I have POM XML setup to 4.0.0 and i have jar files for 4.0.0 and the downloaded link provided as POM 3.6. I am looking work around for XML reader which supports POI 4.0.0

Help will be greatly appriciated.

Thanks