About
xplo is a tool for running Excel spreadsheets quickly, helping people who build models in Excel rapidly explore their models. Upload your spreadsheet, and xplo compiles it on our servers — parsing formulas, resolving dependencies, generating native code, and running it through a wide range of analysis and optimization steps. Once compiled, you assign probability distributions to input cells and run Monte Carlo simulations entirely in your browser to explore the range of possible outcomes.
How It Works - Web
- Upload your Excel file (.xlsx) — xplo uploads it to our servers, which parse your formulas, resolve dependencies, generate native code, and apply a wide range of optimization steps to produce an optimized binary
- Select the input cells you want to vary
- Assign probability distributions (normal, uniform, triangular, etc.) to those cells
- Run the simulation entirely in your browser (for free) — the compiled model runs locally on your hardware, no network calls needed
- Explore the output distributions and understand your risks and opportunities
How It Works - API
Through the xplo API you can get access to the same high-quality, high-speed execution, on any computer (laptop, desktop, or server). Read more about this on the API page.
Why xplo?
Spreadsheets are widely used for modeling - across finance, risk analysis, investment, climate and other spheres, Excel is the lingua franca for creating and collaborating on complex numerical models. However Excel is slow, and often requires large workarounds, macros, and beefy machines to run simulations over these models quickly.
xplo allows people the best of both worlds - build and collaborate in excel, then execute, test, and evaluate in xplo.