> is there any other way to tell how many digits excel would round to > when displaying a floating point number? that's my only reason for > needing formatting_info=True.
I have not personally used it, but OpenPyXL is another option for working with .xlsx files, and it might provide the formatting info you need: http://packages.python.org/openpyxl/index.html http://pypi.python.org/pypi/openpyxl/1.5.8 John Y. -- http://mail.python.org/mailman/listinfo/python-list