Closed fulldecent closed 9 years ago
Well looks like the code is failing on date column. May I ask you to insert the line
print 'XXX: celltype:', repr(cellType), repr(d)
before the line 333 (c[self.VALUE] = cellType(*d)
) and run it again. I wonder what cellType and d contains.
Yes, this gave me:
XXX: celltype: <type 'datetime.date'> (2007, 4, 26, 0, 0, 0)