■ Excel Automation
ws.Range(ws.Cells(row - 1 , col) , ws.Cells(row - 1 , col + 4)).Merge()
ws.Range(ws.Cells(row - 1 , col) , ws.Cells(row - 1 , col + 4)).Select()
xl.Selection.HorizontalAlignment = 3 # xlCenter
ws.Range(ws.Cells(row - 1 , col) , ws.Cells(row - 1 , col + 4)).Merge()
ws.Range(ws.Cells(row - 1 , col) , ws.Cells(row - 1 , col + 4)).Select()
xl.Selection.HorizontalAlignment = 3 # xlCenter
댓글
댓글 쓰기