I am writing a web application using jsp and servlet. I uploaded an excell file using apache commomns file upload library. Now I want to extract content form the excell and store it into a database. I have thought of using apache poi library to deal with excell. My problem is how to use both these library togather.
apache commomns file upload library will represent upladed file as a FileItem
instance. Now how to move ahead from here and use apache poi library, as apache poi library represents file differently.