
I am working on a project where the user uploads his excel file. Jsp page must read the excel contents and display it on the screen. I am using Apache POI for importing the jar files.Please do help..

user logins and he uploads his excel file. the excel file must be read and the contents must be displayed on the screen. How is it possible?