Hello all,
I need to develop a simple web application in java that will take MS excel files as input and generate output in excel format as well. Since I am not very experienced in java I am not sure what framework should I be using. Do I need to use JSP or can I develop a user interface using JSwing and use servlets to make it available on web? Will appreciate any help.
Thanks.