79659712

Date: 2025-06-10 02:36:26
Score: 3
Natty:
Report link

from openpyxl import Workbook

from openpyxl.styles import Alignment, Font, PatternFill

from openpyxl.utils import get_column_letter

# Crear un nuevo workbook y seleccionar la hoja activa

wb = Workbook()

ws = wb.active

ws.title = "Turno C - Junio 2025"

# Estilo general

header_font = Font(bold=True, size=12)

turno_font = Font(size=10)

align_center = Alignment(horizontal='center', vertical='center', wrap_text=True)

day_fill = PatternFill(start_color="DCE6F1", end_color="DCE6F1", fill_type="solid")

# Título

ws.merge_cells('A1:G ​:contentReference[oaicite:0]{index=0}​

Reasons:
  • Blacklisted phrase (2): Crear
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: carlos Cortes Barrera