次の質問をリストしました:
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: ''
また、2 つの Excel ファイルを変換し、2 つを比較して違いを確認することは可能かどうかも疑問に思っていました。