遇到这个问题是因为读取excel表格的数据时默认是str类型,但是excel有空行时,类型读取为NoneType,如果把类型转换为str或者把excel里的空行删掉就不会有这个问题
AttributeError: 'NoneType' object has no attribute 'find'
原文:https://www.cnblogs.com/wangguniang/p/12101189.html