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


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

xlrd-0.8.0 .xlsx formatting_info=True not imlemented

Started bypython-excel@raf.org
First post2012-08-29 12:16 +1000
Last post2012-08-29 12:16 +1000
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

  xlrd-0.8.0 .xlsx formatting_info=True not imlemented python-excel@raf.org - 2012-08-29 12:16 +1000

#28037 — xlrd-0.8.0 .xlsx formatting_info=True not imlemented

Frompython-excel@raf.org
Date2012-08-29 12:16 +1000
Subjectxlrd-0.8.0 .xlsx formatting_info=True not imlemented
Message-ID<mailman.3914.1346207009.4697.python-list@python.org>
hi,

i just tried xlrd-0.8.0 so as to be able to read xlsx files only to discover:

  NotImplementedError: formatting_info=True not yet implemented

there's a post from 2009 stating that the current intention is to not
support formatting_info:

  https://groups.google.com/forum/?fromgroups=#!topic/python-excel/Thso62fdiSk

is that still the current intention?

if so, 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.

cheers,
raf

[toc] | [standalone]


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


csiph-web