I am trying to read the xmlsx file using poi API, when i execute the code in my local system its executes fine but in server it throws exception
NoSuchMethodError: org.apache.poi.util.IOUtils.copy(Ljava/io/InputStream;Ljava/io/OutputStream;)
i am currently using the latest POI api.