Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #28065 > unrolled thread

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

Started byJohn Yeung <gallium.arsenide@gmail.com>
First post2012-08-29 09:27 -0400
Last post2012-08-29 09:27 -0400
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [pyxl] xlrd-0.8.0 .xlsx formatting_info=True not imlemented John Yeung <gallium.arsenide@gmail.com> - 2012-08-29 09:27 -0400

#28065 — Re: [pyxl] xlrd-0.8.0 .xlsx formatting_info=True not imlemented

FromJohn Yeung <gallium.arsenide@gmail.com>
Date2012-08-29 09:27 -0400
SubjectRe: [pyxl] xlrd-0.8.0 .xlsx formatting_info=True not imlemented
Message-ID<mailman.3935.1346246824.4697.python-list@python.org>
> 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.

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web