我列出了以下问题:
http://stackoverflow.com/questions/11005335/python-sum-excel-file
我得到了很大的帮助,现在我正在尝试以相同的格式转换另一个列表,并且使用相同的代码出现以下错误。
Traceback (most recent call last):
File "C:/Python27/test2", line 37, in <module>
checkList(name, symbol, amount)
File "C:/Python27/test2", line 22, in checkList
newObject = Object(name, symbol, int(amount)) #Create a new object with new name, produce, and amount
ValueError: invalid literal for int() with base 10: ''
我还想知道是否可以转换两个 excel 文件,然后将两者相互比较以查看差异?