My clients produce lots of data in the form of ad hoc spreadsheets, which they want to upload to their web site and then be able to create online, reports that require joins and filtering of the results. These report should not require any custom coding but will be made with the help of the online platform - the users will be able to choose which spreadsheets to join and which results they get.
Is there a platform or a tool that can do something like that?
If these spreadsheets had a predefined structure, then it would be possible to write some server side code that would parse them and give some online options for filtering, but if the spreadsheets are ad hoc it is much more complicated.
One thing that might be possible would be to import the spreadsheets in phpmysqladmin and operate on them as db tables, but the UI is very complicated for my audience.