I'm banging my head against Excel, wishing for SQL right now! But I could never go to my boss and ask for a purchase order for something called ThingieQuery. Give it a more bland gray name and make a massively expensive corporate site license available, and I think you're onto a winner.
Author here. I'm inclined to agree, the naming is poor, it didn't start out as a serious product, and I never changed the name. That said, you can at least use the trial licence (free for 30 days) and after that who knows, maybe I'll rename the plugin to Excel SQL Studio 3000 XT and add an Enterprise Ultimate Premier License for 1200$.
ThingieQuery: a SQL plugin for Excel
61–65 of 65 posts
Re: ThingieQuery: a SQL plugin for Excel
#62This is what I've wanted to do in excel since forever: a worksheet function that takes a range to use as the table and the SQL query as params, something like: =QUERYTABLE("SELECT * FROM TABLE", A1:G1000) I actually wrote my own in VBA that wrapped the ADO/JET db engine but involved writing out the table as a .csv in the background so I could query it. Would love a "proper" solution.
Not what you want, but Google docs has this and it's very nice. https://support.google.com/docs/answer/3093343?hl=en
Re: ThingieQuery: a SQL plugin for Excel
#63Very nice tool. It might become very useful at work if I can comvert all the heavy excel users towards SQL queries.
Re: ThingieQuery: a SQL plugin for Excel
#64I think the approach of https://airtable.com/ is a better solution for these kind of problems, but not everybody is free to change tools.
A lot of data is already in spreadsheets. And using an existing spreadsheet in AirTable is not quick and easy because its only possible with csv import: https://support.airtable.com/hc/en-us/articles/203423579-Imp... Strange they do not offer a more direct import. It would help the transition.