I use pyExcelerator to generat Excel files in my project. it works good before I found this bug: run this code:
from pyExcelerator import * wb = Workbook() ws = wb.add_sheet("sheet") for i in xrange(1): ws.write(i,0, 10474224.6) wb.save(r'd:\error_float.xls') open d:\error_float.xls with M$ Excle you'll find the number in the cell is -263193.64 not 10474224.6 why? some body help me please. PS: I'm not good at English, I hope you can understand what i said. :) Thx -- About Cyril.Liu ----------------------------------- Cyril 是一个程序员, 现在是个穷光蛋, 他常常跟自己说:"我�找���有理想����牛仔仔"
-- http://mail.python.org/mailman/listinfo/python-list