In the WEB project where I work, the need to upload an excel through a user interface arose, this excel at the time of loading should show the data in an html table, without the need to interact with the backend .
I would like to know if there are any javascript / jquery libraries that recommend me to pass an excel (.xlsx) to an object list and vice versa. This is to be able to handle files only in the frontend.