Hi.....
I have a java file to read excel file.
I have stored all the elements of excel file in a variable.
Now i want to show all values of excel file on jsp page in a table format.
All elements are displaying on jsp page but in vertical line.
How can i change them in table?
Thanks.