Load Excel with JAVASCRIPT

0

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.

    
asked by Abelardo Irarrazabal 18.10.2018 в 13:47
source

0 answers