This commit is contained in:
Rostislav Orlovskyi 2024-06-28 22:31:03 +03:00
parent f97091da21
commit f7fee666e6
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ ws.title = "Sheet"
# Увімкнення захисту листа з налаштуваннями
ws.protection.objects = False # Заборонити редагування об'єктів (наприклад, зображень)
ws.protection.objects = True # Блокування об'єктів
ws.protection.scenarios = False
ws.protection.formatCells = False
ws.protection.formatColumns = False
@ -53,7 +53,7 @@ def add_to_file(product, row_num):
ws.add_image(img, photo_coordinates)
# Блокування клітинки з назвою товару
# Блокування клітинки з назвою товару
ws[photo_coordinates].protection = openpyxl.styles.Protection(locked=True)
except requests.exceptions.HTTPError as http_err:

Binary file not shown.