diff --git a/main.py b/main.py index f98ef3d..1f150ee 100644 --- a/main.py +++ b/main.py @@ -160,6 +160,7 @@ def main(driver: WebDriver, logger = logging.getLogger('main')): source[coord] = value sheet = template.copy_worksheet(source) + sheet.title = 'Copy' logger.debug('%s', sheet.title) if not len(template.worksheets) > 1: diff --git a/requirements.txt b/requirements.txt index 05ad423..580d5ba 100644 Binary files a/requirements.txt and b/requirements.txt differ diff --git a/template.xlsx b/template.xlsx index ff8d2db..762cb8d 100644 Binary files a/template.xlsx and b/template.xlsx differ