pyExcelerator big integer values

Gacha gatis.tomsons at gmail.com
Wed Jan 10 04:46:41 EST 2007


Thank you, the repr() function helped me a lot.

v = unicode(values[(row_idx, col_idx)])
if v.endswith('e+12'):
    v = repr(values[(row_idx, col_idx)])




More information about the Python-list mailing list