Hello , i am trying to copy the template excel sheet to a new sheet and populate the data my code works normal in Eclipse , but when i create the runnable jar from eclipse , i am geeting following message for createRow ?
Exception in thread "AWT-EventQueue-0" java.lang.NoSuchMethodError: org.apache.p oi.hssf.usermodel.HSSFSheet.createRow(I)Lorg/apache/poi/hssf/usermodel/HSSFRow; I am following reference as in : http://www.coderanch.com/t/420958/open-source/Copying-sheet-excel-file-another by Ph. Loep , Greenhorn it works in Eclipse environment , but how do i put in Jar environment , i have created runnable with required library jars. Pl. help regards -- View this message in context: http://apache-poi.1045710.n5.nabble.com/HSSFSheet-createRow-tp4471920p4471920.html Sent from the POI - User mailing list archive at Nabble.com.
