This is the project structure. I want to display an excel file on a JSP page so that the user can edit and save it. It is very helpful to use all the excel formulas and logic.
Asked
Active
Viewed 297 times
0
-
2And what is the issue? – XtremeBaumer Jul 05 '22 at 10:22
-
I want to find way to show excel in our web project in jsp page – Ankit Yadav Jul 05 '22 at 10:26
-
Still, what is the issue? – XtremeBaumer Jul 05 '22 at 10:27
-
I don't know what is way to show excel in jsp page? – Ankit Yadav Jul 05 '22 at 10:36
-
3Did you try anything? Sounds to me like you want a full fletched excel viewer/editor online. That is not really feasible and way exceeds any possible question on SO – XtremeBaumer Jul 05 '22 at 10:37
-
I did not get any code to view excel in jsp. I find something lib like OpenXML4J java library .That is use to creation and manipulation Word, Excel and PowerPoint documents. – Ankit Yadav Jul 05 '22 at 10:42
1 Answers
1
Normally, you would read the excel file row by row. Take a look at this.
Afterwards, you parse the rows into an HTML table and will be able to render it.

micartey
- 128
- 6
-
No I want to open excel as it is in jsp page . Is it possible or not? – Ankit Yadav Jul 05 '22 at 10:46
-
1
-
You could, however, create a shared file on the official web excel instance and redirect to that link. – micartey Jul 05 '22 at 10:56