Python和excelpy给出类型错误

时间:2011-11-22 19:21:03

标签: python excel

我正在使用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是字符串类型。

有没有人见过这个?有没有人能够摆脱它?提前谢谢。

0 个答案:

没有答案