摘要: Python openpyxl 从指定行列中,搜索指定的值 for row in range(4, 46): for column in "ABCMWX": cell_name = "{}{}".format(column, row) print ws[cell_name].value 原吧:htt 阅读全文
posted @ 2020-11-27 08:50 yongqi-911 阅读(3287) 评论(0) 推荐(0) 编辑