Hi, I’m new to building webpages and I was wondering if it’s possible (must be a way) to export data from Excel to an existing HTML page. Context: the website is built and one page consists of a table with data from Excel. At the moment I copy paste the html code from Excel to the HTML code and it works fine but I would like this process to execute automatically.
More info (Excel): the data comes from an external software and a VBA code is attached to the file to transform the data in a beautiful table (Color, cell dimensions, etc).
Thanks,