Search found 1 match

by Linda_Anderson
Tue Nov 18, 2025 9:44 am
Forum: Node.js scripting
Topic: Merge Excel files
Replies: 13
Views: 48132

Re: Merge Excel files

Does anyone have a script that would merge all Excel files in a folder into just one Excel file? If you know how to use Python, pandas will save your life for this. You go through all the Excel files in the folder, read them into dataframes, then combine them into one dataframe and save that as a n...