So far I have been able to copy data from only one workbook using the code below
Code:
import openpyxl as xl path1 ='C:\\Users\\f65651\data\\cq1.xlsx' #One of the doc #path3 = 'C:\\Users\\f65651\data\\cq2.xlsx' path2='C:\\Users\\f65651\\data\\Results.xlsx'
Leave a comment: