摘要: 单元格拆分 def get_index(capital): """ 大写字母(Excel列头)转数字 :param capital: 'A' --> 0, 'AA' --> 26 :return: int """ number = 0 capital = capital.upper() for ch 阅读全文
posted @ 2022-08-03 09:49 cnblogs用户 阅读(2573) 评论(0) 推荐(0) 编辑