Run macros and formulas in Excel file

Run macros and formulas within your macro enabled Excel files (.xlsm)

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
^[A-Za-z0-9]{16}$

16-character alphanumeric file identifier.

Body Params
post_formula_actions
array of objects

List of actions to run after macros and formulas are executed

post_formula_actions
string
required

Name of the macro to run from the Excel file

input_cells
object

Cells to write before calculation. Keys are sheet names; values are A1 cell maps. Pattern: {"Sheet1": {"A1": "Awesome", "B123": "cool"}, "Sheet2": {"C2": "dope"}}

output_cells
object

Cells to read after macro and formula execution. Keys are sheet names; values are arrays of A1 references. Pattern: {"sheet1": ["A1", "b2", "c2"], "sheet2": ["c1"]}

Headers
string
required

Access key credential unique to each file

string
required

Secret key credential unique to each file

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json