Hi Im trying to duplicate a workeet in excel but i cant get it to duplicate the sheet with exact same style and formatting. Im using the following command. can someone provide some guidance please?
source = ws1
target = wb.copy_worksheet(source)
Hi Im trying to duplicate a workeet in excel but i cant get it to duplicate the sheet with exact same style and formatting. Im using the following command. can someone provide some guidance please?
source = ws1
target = wb.copy_worksheet(source)