roskakori / cutplace

validate data stored in CSV, PRN, ODS or Excel files
http://cutplace.readthedocs.org/
GNU Lesser General Public License v3.0
18 stars 20 forks source link

Web interface should be able to use ICDs in Excel format #21

Closed roskakori closed 12 years ago

roskakori commented 12 years ago

Console revealed:

UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal

It should be fixed now by comparing the header with a list of integers instead of a string.