0

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.

1 Answers1

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