Excel2table is a library that will help you to render an Excel file as an HTML table. It uses https://awesomeopensource.com/project/dhtmlx/excel2json for Excel parsing.
import "excel2table";
render
function:excel2table.render(html_container, data, config);
The parameters of the function are the following:
MIT