Hi team,
I have 6 excel files. Each file has multiple sheets. I want to read all excel files with all the sheets it has.
example:
file 1 (with 4 sheets).
file 2 (with 3 sheets)
file 3 (with 5 sheets)
file 4 (with 2 sheets)
file 5 (with 1 sheets)
file 6 (with 7 sheets)
note:all sheets has the same data with 4 columns (column names are different but with the same data)
in some sheets it has "customer ID" but in some sheets it has just "ID" but in some sheets it has "USER ID" but all represents the same.
please guide me on this.
Thanks in advance.