On Mar 1, 5:59 pm, Cyril.Liu <[EMAIL PROTECTED]> wrote:
> 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, 104
Cyril.Liu wrote:
> 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.x
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$
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$