I need to create an html page to export some information.
Currently, by using java
, i've exported information to excel. But now, I need to export the information in HTML
page using Java
.Actually I am developing an application which will test rest api and generate the output in html.
Is there any APIs I can use? Thanks