for my website, I need to create a button where a user is prompted to import an excel file, and then be able to use that data in an html file, for example, to put in a div tag.
I've searched stack overflow, but the closest I could find was Javascript pulling from excel
Which only works for internet explorer and doesn't explain how to import or export the excel file.
Can this sort of thing even be done?