[pyxl] xlrd-0.8.0 .xlsx formatting_info=True not imlemented

John Yeung gallium.arsenide at gmail.com
Wed Aug 29 09:27:01 EDT 2012


> 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.



More information about the Python-list mailing list