views.py 文件源码

python
阅读 41 收藏 0 点赞 0 评论 0

项目:infonex_crm 作者: asterix135 项目源码 文件源码
def format_sales_report_header_row(ws, row_num=1):
    """
    Sets first 26 columns of specified row in worksheet to bold
    """
    for letter in ascii_uppercase:
        cell = ws[letter + str(row_num)]
        cell.font = Font(bold=True)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号