DASHBOARD - Can you export to the Browser ?! (Any language for the web) [closed]

0

How do I import this DASHBOARD made in VBA in EXCEL, to run in browser? In HTML, CSS, JAVAscript, php ... Anyway, I just want it to run in the browser.

    
asked by anonymous 09.06.2017 / 16:12

1 answer

1

Your question is very wide, and I will tell you the best way forward.

There are ways to convert Excel to HTML yes, however this is only efficient if we are talking about a spreadsheet in common table format, which does not seem to be the case. You will not get something automatic that is 100% perfect, even more so if we are talking about an application that has a database connection.

You will need to rewrite your application for some web technology to get the result you most likely want. Another possibility, if this is an application that stores the data inside the Excel file itself, is to manipulate them using Javascript + VBScript in Front-end . If you are interested in click here to see an example usage.

    
09.06.2017 / 16:37