Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

This 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


Wow, I never knew about this! Something I'm sure to use. Thanks.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: