Actually no :( we just finished hiring some new candidates to fill our team. Like I mentioned in the earlier comment I am an outlier because I do end up working a lot with architectural tasks so maybe my job title doesn't justify my work.
I think keeping it in comments here is better since spreadsheets tend to to have a lot of messed up data (looking at previous surveys). What people share is definitely free-form, so I'd prefer to leave the data rather unstructured.
Creating a throwaway is also really easy and bogus comments are easier to deal with than someone messing with the spreadsheet.
I recommend making a web form using Google spreadsheets - which takes 3 minutes, and making the spreadsheet read-only.
When I last posted an open spreadsheet to hacker news it grew, then got defaced with all the data deleted. Someone restored it but it was work to ensure no data was lost.
I started off with an Access database. Then we split the JET DB backend out from the front end and put that on a shared drive. Then we replaced the backend with SQL Server (without changing the front end.) Then eventually it all got migrated to an ASP.Net backend + single page application. It's still running 8 years later. Access is an incredibly flexible tool.