Converting a Python Float to a String without losing precision
I’m the author of xlrd. There is so much confusion in other answers and comments to rebut in comments so I’m doing it in an answer. @katriealex: “””precision being lost in the guts of xlrd””” — entirely unfounded and untrue. xlrd reproduces exactly the 64-bit float that’s stored in the XLS file. @katriealex: “””It may … Read more