pyexcel / pyexcel-io

One interface to read and write the data in various excel formats, import the data into and export the data from databases
http://io.pyexcel.org
Other
58 stars 20 forks source link

Failed to convert long integer string in python 2 to its actual value #23

Closed chfw closed 7 years ago

chfw commented 7 years ago

The accuracy is lost during conversion if the number is large enough. According this stackoverflow post, int in python 2 indeed has a big brother named long.

reference: https://github.com/pyexcel/pyexcel/issues/64