79514087

Date: 2025-03-17 09:10:40
Score: 1.5
Natty:
Report link
import openpyxl as xl

wb = xl.load_workbook()
ws = wb.active
for row in ws.row_dimensions:
    if row > ws.max_row:
       ws.row_dimensions[row].outlineLevel = 0
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Sergey Krylov