Excel Workbook Module for Integromat

Employ an Excel Workbook document to perform calculations, logical operations, and data manipulation.

When to use the Workbook module

The Workbook module runs a complete Excel file as a single microservice inside your Make (Integromat) scenario. Where the Formula module evaluates one expression at a time, the Workbook module is built for real models: many cells, several sheets, named ranges, and the formulas that connect them. You upload the file once, mark which cells are inputs and which hold the results, and Make sends data in and reads the answers back as one clean step.

Reach for it whenever the calculation is more than a single line. Typical cases include multi-step pricing and quoting, financial models with dependent formulas, scoring and eligibility rules, engineering and sizing calculations, and any sheet where one input cascades through dozens of others. Because the logic stays in the workbook, the person who owns the model can keep refining it in Excel — re-upload the file and the scenario picks up the new version without touching the automation.

How it works in a scenario

Add the Workbook module to your scenario, choose the file you published, and map the preceding step's data onto the input cells. When the scenario runs, Businesslogic computes the workbook with those values and returns the output cells, which you can pass to the next module — a database, an email, a webhook, or a Make data store.

  • One source of truth. The same model your team trusts in Excel is the one your automation uses, so the numbers always agree.
  • No rewriting in code. Complex logic that would take days to reimplement runs as-is, behind a stable interface.
  • Private by design. Consumers of the scenario see only the inputs and outputs you expose, never the formulas inside.

New to this? Start with the guide on turning an Excel spreadsheet into a REST API, or read the API documentation to call the same model from your own code instead of from Make.