Skip to main content
After you connect Microsoft SharePoint, the following nodes become available in Profound Agents under Microsoft Suite > Microsoft Excel. Use them to read values and rows from a workbook, write cells and rows back, and create new workbooks or worksheets. Every node runs with the permissions of the account you select under Microsoft Account. A node reaches only the files that the connected account can open.
New to Agents? See Getting started with Agents in the Profound Help Center.

Shared settings

Every node that works on an existing workbook takes a Workbook and an optional Worksheet name. Leave the worksheet empty to use the first visible worksheet. Create Workbook creates a new file instead, so it has no Workbook field.

Choosing a workbook

In the node settings, select your Microsoft Account, then select a workbook in one of the following ways:
  • Search by name in the Workbook field. Search reaches only the files Microsoft has indexed, so a file created a moment ago may not appear yet.
  • Paste the SharePoint or OneDrive link of the workbook into the same field.
  • Browse by selecting Browse workbooks in OneDrive or SharePoint at the bottom of the list. This opens the Microsoft file picker, which also finds files search can’t show yet.
  • Use a variable from an earlier node’s output, for example the workbook_ref that Create Workbook returns.
The nodes work with .xlsx and .xlsm files.

Value property

Several nodes take a Value property under Advanced settings. It controls how cell values are handled:
  • Values — Interpret the value as typed, or as returned by the read nodes, so 10 becomes the number 10 and =A1+1 becomes a formula.
  • Formulas — Treat every value in that field as a formula.
  • Text — Return the cell as it’s displayed. Available only in the read nodes, such as Get Values.
A single write can carry up to 100,000 cells, and a cell can hold up to 32,767 characters. Numbers longer than 15 digits are written as text, so Excel doesn’t round them.

Available nodes

Get Values

Reads the values in a range of cells.

Required inputs

  • Microsoft Account — Select a connected account from the dropdown
  • Workbook — Search for a workbook by name, paste its SharePoint or OneDrive link, or browse for it

Optional inputs

Output

A JSON object with the values in the selected format, the output format, the workbook reference ID, the name of the worksheet, and the range of cells that was read.
To write the values back with Create Workbook, select the same output format in this node as the input format in that node.

Troubleshooting

See Troubleshooting Microsoft 365 setup and Agent errors for errors the Excel nodes report.