Problems with Microsoft Excel Node

I keep getting a timeout error whenever trying to fetch or manipulate “larger” Excel files.
I have one, for example, with only 6k rows, but it has a LOT of formulas. This one always times out. I have another with a LOT more rows (bigger file) that also times out.

Where is this limit controlled? Does anyone know?

Error is always - Gateway timed out - perhaps try again later?

Information on your n8n setup

  • n8n version: 1.59.4
  • Database (default: SQLite): default
  • n8n EXECUTIONS_PROCESS setting (default: own, main): default
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
  • Operating system: windows 11

Hi @anthony.lee_hah,

You can modify your workflow’s timeout limits through the CLI by following these examples:

You can see more on how to apply these variables here:

Let us know how you get on :raised_hands:

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.