DASHBOARD - Can you export to Browser?! (Any language to the web)

Asked

Viewed 405 times

0

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

inserir a descrição da imagem aqui

  • This question is very broad. It does not contain any source code. Do you want to know if there is any PHP plugin that you can program to generate the same result? Or just take it there and show in the browser?

  • Sorry, you’re right. It’s too vague. Yes, that’s right. I want to know if there is any plugin or any tool that I pass from VBA to PHP and do everything that you do, in the browser... Oou, something that would be useful too: That I can only move this Dashboard, this layout, without programming in VBA... Because I can do the programming later. - Currently the code executes this(briefly): - Automatically connects to the site with login and password - Downloads the files in excel - And plays on the screen the data you downloaded

  • Friend, there is a tool called POWERBI from microsoft where could publish it very easy on the Web. It even has a free version. See here: https://powerbi.microsoft.com/pt-br/

  • I’ll take a look, thank you very much for your help!

1 answer

1


Your question is very wide, before that I will show you the best way forward.

There are ways to convert Excel for HTML yes, but this is only effective if we are talking about a spreadsheet in common table format, which does not seem to be your case. You nay will get something automatic that is 100% perfect, especially if we are talking about an application that has database connection.

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

Browser other questions tagged

You are not signed in. Login or sign up in order to post.