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


Groups > comp.lang.python > #28065

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

References <501944E4.2090902@simplistix.co.uk> <CA+GpVts=-cmJutJxM2KYC-oZ3+FyKpZ5WLzubtUiOY9Nu7Mxiw@mail.gmail.com> <5c84fd3b-c899-4703-867d-ddbc5d1746de@googlegroups.com> <20120829021646.GA8163@raf.org>
Date 2012-08-29 09:27 -0400
Subject Re: [pyxl] xlrd-0.8.0 .xlsx formatting_info=True not imlemented
From John Yeung <gallium.arsenide@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.3935.1346246824.4697.python-list@python.org> (permalink)

Show all headers | View raw


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

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

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

csiph-web