永发信息网

python openpyxl 怎么设置字体为红色

答案:2  悬赏:70  手机版
解决时间 2022-01-01 10:09
  • 提问者网友:聂風
  • 2021-12-31 21:53
python openpyxl 怎么设置字体为红色
最佳答案
  • 五星知识达人网友:北城痞子
  • 2021-12-31 22:12
example:

import openpyxl

from openpyxl.style import Color, Fill
from openpyxl.cell import get_column_letter
..

cell = sheet.cell(column=pt[0], row=pt[1])
cell.style.fill.fill_type = Fill.FILL_SOLID
cell.style.fill.start_color = Color(color)
cell.style.fill.end_color = Color(color)
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯