There is a the free MySQL Excel plugin (https://dev.mysql.com/downloads/windows/excel/ )and I think the free MS PowerPivot plugin supports SQL databases too.
ThingieQuery: a SQL plugin for Excel
41–50 of 65 posts
Re: ThingieQuery: a SQL plugin for Excel
#42Re: ThingieQuery: a SQL plugin for Excel
#43"SQL"? MSSQL? MySQL? Postgres? Oracle? DB2? There is a the free MySQL Excel plugin ( https://dev.mysql.com/downloads/windows/excel/ )and I think the free MS PowerPivot plugin supports SQL databases too.
It uses low level bulk copy operations when importing excel data so it's pretty fast. I did not yet implement support for Oracle because it doesn't have session level temp tables, only global temp tables... I'll see what I can do there.
I haven't used the MySQL Excel plugin so I can't comment on its features...
Re: ThingieQuery: a SQL plugin for Excel
#44Earlier quoted context omitted.
Not much, the data will show up fine, by default ThingieQuery doesn't do anything magical with the workbook itself it just reads and if you want writes data to it. You can however explicitly embed a query into a workbook (it gets stored in the CustomXMLParts of the workbook), and you can automate running this query from VBA. For this automation to work, the other computer would need to have ThingieQuery installed, bu…
Excellent, thank you for the reply.
Re: ThingieQuery: a SQL plugin for Excel
#45How does the autocompletion work? Is is context sensitive to suggest only column names after the 'WHERE' clause or will it suggest 'tables and columns'?
I've been wanting to implement a SQL parser (at least for SQLite) so I can offer meaningful autocomplete, and some other nice features, but it was a lower priority than other things. I've done some work with Antlr a few years ago, but I'm itchin' to roll my own since I'm already dusting off my compiler theory books...
Anyway, why not give it a try, the trial is free:)
Re: ThingieQuery: a SQL plugin for Excel
#46Re: ThingieQuery: a SQL plugin for Excel
#47It looks great. Too bad it's Windows only. The preview of excel 2016 for mac is pretty good and some of our marketing staff are contemplating the idea of migrating to mac. Congrats on the launch, I'm not an excel user myself but I've sent the link to some of my coworkers and they look excited :D
Re: ThingieQuery: a SQL plugin for Excel
#48Very 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
#49I don't know if it's a regional thing or what, but the idiom is usually "color me interested" rather than "paint me interested." Maybe you care, maybe you don't. I've just never seen "paint me interested" like that and thought it was curious.
Re: ThingieQuery: a SQL plugin for Excel
#50All the screenshots seem to be based on Excel 2013. Is it compatible with earlier versions of Excel?