Reading excel file with multiple tabs

Describe the problem/error/question

I’m trying to read an excel file with multiple tabs, each name of the tab goes like “(Name of Month) ORIGINAL” and “(Name of the month) Dtls”.

I’m using a n8n node to charge the file into the server, right now I have to manually split the tabs into separate files and then charge them into the trigger.

Any idea on how to charge the file just once and then read each tab by separate.

Thanks in advance

Please share your workflow

Information on your n8n setup

  • *n8n version: 1.54.4

  • Database (default: SQLite):

  • **Running n8n via npm

  • Operating system: MacOS Sonoma 14.6

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:
  • n8n version: 1.54.4
  • Database (default: SQLite): sqlite
  • n8n EXECUTIONS_PROCESS setting (default: own, main): default
  • Running n8n via (Docker, npm, n8n cloud, desktop app): npm
  • Operating system: MacOS Sonoma 14.6.1

Hi @JoseMelendez1103,

Welcome to the community :four_leaf_clover:
The Form Trigger node itself doesn’t process the Excel file contents. It receives the file as binary data and passes it along in the workflow. So you’ll have to process the data to convert them to separate Excel files.
But this would be a nice feature request which you can post in the Feature Requests - n8n Community section :slight_smile:

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