SQLookup

SQLookup is an Excel add-in that gives you access to the SQLOOKUP function. The SQLOOKUP function allows you to query data in your Excel workbook using SQL (SQLite dialect). The add-in is free and works with Excel on Windows, macOS, and web. It can be installed via the add-in store. Here's how the formula works:


=SQLOOKUP(
  query,
  [alias a], table a,
  [alias b], table b,
  ...
  [parse_dates]
)
      

Note that you don't need to enter empty arguments when skipping over an optional argument. Hence, the simplest possible example is:


=SQLOOKUP("SELECT * FROM a", A1:B10)
      

Built with xlwings Lite

xlwings Lite logo

This is a showcase app for xlwings Lite. xlwings Lite allows you to create modern Excel add-ins in Python instead of JavaScript. It runs Python locally in the browser engine that powers Office.js add-ins. Installing Python isn't required—neither on end users' computers nor on the server. In a little more detail, xlwings Lite is based on Pyodide, which is a Python distribution for WebAssembly (Wasm). WebAssembly is a technology that allows running programming languages like Python directly in web browsers at near-native speed. For more info see the xlwings Lite documentation.

Screenshot

SQLookup formula

Privacy Policy

SQLookup is 100% privacy-focused:

Contact

For self-hosting and other inquiries, contact us.

Licenses

EULA

See End-User License Agreement