I am a little new to web development and wanted to get an idea of โโhow to approach my project.
We have big mysql with a fairly large dataset that we want people to play with. Is there a way to have some kind of web spreadsheet that, in addition to regular spreadsheet calculations, queries the database and displays the contents? We have niche static information about the companies that we are researching, ideally, the user would come to the site and have access to our data, adding their own logic (mathematical operators) to make it more relevant for them.
We do not want to create api to connect to their desktops (for now) and we want to do this completely through the Internet.
Any help on the approach or tools that you will use would be greatly appreciated.
Thanks in advance
Edit: I found a nice tool for drupal "Sheetnode" that uses phpexcel .... I will study it, I'm not quite sure that it allows adding mysql queries to cells.
source
share