Is there a way I can write a batch script (windows .bat file) that will take two excel files (xls, xlsx, csv) and merge them into one excel file? Both the files will have common columns, and have one sheet each. I need the merged excel to have one sheet with the contents of both the files. Also, the two files can have different formats, like one being xls and other being csv.
Any help on this?
Thanks.