在学习《Python编程快速上手》12.3.4:列字母和数字之间的转换按照书上的代码做练习,结果输出如下:ImportError: cannot import name 'get_column_letter'导入错误:不能导入'get_column_letter'继续度娘原来get_column_letter方法已经在openpyxl 的2.4版本中重写了,从cell移到了utils。要在openpyxl.utils 中导入才有效果输出在下面: