Key Facts
- Category
- Conversion & Encoding
- Input Types
- file, select, text, number, checkbox
- Output Type
- file
- Sample Coverage
- 4
- API Ready
- Yes
Overview
The XLSX Workbook Merger is a powerful utility designed to consolidate multiple Excel files into a single workbook, allowing you to either organize data into separate sheets or aggregate rows into one master dataset.
When to Use
- •When you need to combine monthly reports from different departments into a single master file.
- •When you want to aggregate data from multiple individual Excel files into one continuous table for analysis.
- •When you need to keep track of data origins by automatically adding a source filename column to your merged records.
How It Works
- •Upload your source Excel files and select your preferred merge mode: 'As Separate Sheets' or 'Append Rows'.
- •Specify the source sheet name and the target sheet name to ensure data is pulled from and placed into the correct locations.
- •Configure optional settings like the header row index and enable the source file column to maintain traceability.
- •Process the files to generate a single, unified XLSX workbook ready for download.
Use Cases
Examples
1. Consolidating Regional Sales Data
Data Analyst- Background
- An analyst receives 12 separate monthly sales reports from different regions, all sharing the same column structure.
- Problem
- Manually copying and pasting thousands of rows into one master file is error-prone and slow.
- How to Use
- Upload all 12 files, select 'Append Rows' mode, and enable 'Include Source File Column' to track regional origins.
- Example Config
-
mergeMode: 'append-rows', includeSourceFileColumn: true, sourceFileColumnName: 'region_source' - Outcome
- A single master Excel file containing all sales data with an added 'region_source' column for easy filtering.
2. Organizing Departmental Budgets
- Background
- A finance manager needs to collect budget proposals from five different departments into one review file.
- Problem
- Keeping five separate files makes it difficult to compare budget allocations side-by-side.
- How to Use
- Upload the five budget files and select 'As Separate Sheets' mode to keep each department's data distinct but accessible in one workbook.
- Example Config
-
mergeMode: 'sheets' - Outcome
- A single workbook containing five distinct sheets, one for each department, allowing for quick tab-switching during budget reviews.
Try with Samples
xml, xlsx, xlsRelated Hubs
FAQ
Can I merge files with different structures?
The tool works best with similarly structured workbooks. When using 'Append Rows' mode, ensure your columns align across files for the best results.
What is the difference between the two merge modes?
'As Separate Sheets' creates a new tab for each file, while 'Append Rows' stacks all data into one single sheet.
How do I keep track of which file the data came from?
Enable the 'Include Source File Column' option, and the tool will add a column containing the original filename to every row.
Is there a limit to the number of files I can merge?
You can upload up to 50 files at once, provided the total size does not exceed 200MB.
Can I specify which row contains my headers?
Yes, use the 'Header Row' input to define the row number where your column titles are located.