我正在使用excelpy通过python创建excel文件,偶尔我会在尝试创建一个新的excel文件或打开一个excel文件时得到以下TypeError:
xlsResults = excelpy.workbook(full_name)
File ".\excelpy.py", line 1870, in workbook
File ".\excelpy.py", line 193, in __init__
TypeError: float() argument must be a string or a number
变量full_name是字符串类型。
有没有人见过这个?有没有人能够摆脱它?提前谢谢。