python - How to copy an existing worksheet and multi-paste it in the same workbook using xlrd, xlwt, and xlutils -
i have excel template file dot xlt extension. want make program using python (xlrd, xlwt, , xlutils) copy existing template new workbook (distinct name). wokrbook have sheet template. question, how copy , paste first sheet same workbook. so, output many same sheets in workbook template. please tell me how ?
Comments
Post a Comment