Skip to content

Merge excel sheets

Description

The Merge Excel Sheets activity consolidates data from multiple Excel files into a single merged Excel file.

This activity is useful when working with datasets spread across multiple workbooks or reports. It automates the process of combining these files, making it easier to analyze, report, or process the data as one unit.

Use this activity to:

  • Combine monthly or departmental reports into a single Excel file
  • Prepare unified input for downstream transformations or uploads
  • Automate Excel consolidation as part of ETL workflows

Use case:
A sales team uploads daily sales logs into individual Excel files. This activity merges them into a single file merged_data.xlsx for reporting and uploading to a database.

Input

Input TypeFormatDescription
FilesExcel (.xlsx)Multiple Excel files to be merged

Output

Output TypeFormatDescription
Merged FileExcel (.xlsx)Consolidated Excel file with merged sheets

Configuration Fields

Field NameDescription
Input File PatternPattern to match input Excel files (e.g., sales_*.xlsx).
Output File PatternNaming convention for the merged output file (e.g., merged_data.xlsx).

Sample Input

Not applicable

Sample Configuration

FieldValue
inputFilePatternsales_*.xlsx
outputFilePatternmerged_data.xlsx

Sample Output

File NameSizeLink
merged_data.xlsx5 MBDownload Link