Pull from Excel file
The Pull from Excel file step pulls tabular data from a single sheet in an Excel workbook you upload.Configuration
ClickClick to upload a file (or drag a file onto the canvas).



Helpful tips
- Files don’t auto-update. If you change the original file on your computer, re-upload it. For live updates on each run, use Pull from SharePoint, OneDrive, or Google Drive.
- Formulas and formatting are stripped on upload. All formulas are converted to their values; cell formatting is dropped.
- Storage and security. Uploaded files are stored in an Amazon S3 bucket. Connections use SSL and are encrypted.
Generate Excel file
The Generate Excel file step exports the data flowing into it as an.xlsx file. It can take multiple inputs, one per sheet, and the file is delivered to the flow owner’s email address as a download link.
Configuration
Connect a step to Generate Excel file and a preview of the output appears.
Prowork Excel File. To rename it, type a new name in the box under “Download an Excel file named.”

Download Excel.

Helpful tips
- Sheet names are limited to 31 characters. Longer names cause the flow to fail. This is an Excel format constraint, not a Prowork one.
- Zero rows means no email. If the input has no rows, no file is sent.
- Multi-tab beats multi-file. When you need to send several related datasets to the same recipient, use one Generate Excel file step with multiple inputs instead of multiple Generate CSV file steps.
- Long numbers stay intact. Excel renders long values like order IDs and barcodes in scientific notation by default, and only preserves 15 digits of precision when converting a number to text. The Number handling setting prevents this: on the recommended option, identifiers longer than 15 digits stay as text and real numbers get a plain format. New steps use it by default. Steps built before this setting existed keep their old behavior until you open them and change the dropdown — if an existing export is corrupting IDs, that’s the first thing to check.
- Files are stored in S3. Generated files persist in an Amazon S3 bucket so they reload when you open the flow. Connections use SSL and are encrypted.
Related steps
- Generate CSV file: for single-table exports or when recipients need a CSV
- Email a file attachment: to send the file directly to a recipient list
- Send to Google Drive: to write the file to a shared folder
- Send to SharePoint: for SharePoint-based workflows
- Stack tables: to merge inputs before export when you want one sheet instead of many

