update: template

This commit is contained in:
2026-06-03 16:38:54 +08:00
parent 044cf2503a
commit e5b425ba87
3 changed files with 1 additions and 0 deletions

View File

@@ -160,6 +160,7 @@ def main(driver: WebDriver, logger = logging.getLogger('main')):
source[coord] = value source[coord] = value
sheet = template.copy_worksheet(source) sheet = template.copy_worksheet(source)
sheet.title = 'Copy'
logger.debug('%s', sheet.title) logger.debug('%s', sheet.title)
if not len(template.worksheets) > 1: if not len(template.worksheets) > 1:

Binary file not shown.

Binary file not shown.