I need some help on how to consolidate data from many excel (in my case currently its 3 but can be more as well), to one final excel file.
I want that all the sheets from those all individual Excel's should get copied to 1 Final Excel without the Formatting of Data gets hampered. Basically a direct copy and paste sheet by sheet.
I tried using python, but my openpyxl doesnt work as my organization IT has maybe blocked it to get package installed.
Please help me to get the data cosolidation without loosing any formatting of data , how the way it is in individual files it should same come to sheet by sheet to 1 final file.
my all files will have different column structure, there is no standard that the number of columns will be same , i just want to make them consolidated in 1 final file.
my data contains numeric values, there were '0' which i already converted to '-' and those values which were not present for the particular row column combination those cells are been greyed out.
below i am attaching screenshots for reference of my data which i generated using batch macros , currently only 1 sheet per file is there but i need that if i can get help to get a solution for input having more than 1 file and even the files are containing more then 1 sheet.
please help to get the sheets exact to the combines excel without loosing formatting and data.