Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.053 X-Spam-Evidence: '*H*': 0.89; '*S*': 0.00; 'stating': 0.09; 'subject:skip:f 10': 0.09; 'cc:addr:python-list': 0.10; 'subject:not': 0.11; 'cc:name:python list': 0.16; 'number?': 0.16; 'cheers,': 0.23; 'cc:2**0': 0.23; 'tried': 0.25; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'implemented': 0.27; 'post': 0.28; 'point': 0.31; 'received:114': 0.33; 'subject: .': 0.33; 'excel': 0.33; 'hi,': 0.33; 'so,': 0.35; 'there': 0.35; 'received:org': 0.36; 'charset:us-ascii': 0.36; 'files': 0.38; 'subject:-': 0.40; 'header:Received:5': 0.40; 'from:no real name:2**0': 0.60; 'content-disposition:inline': 0.60; 'needing': 0.62; 'discover:': 0.84; 'subject:True': 0.93 X-Virus-Scanned: Debian amavisd-new at pooka.fabcat.org Date: Wed, 29 Aug 2012 12:16:46 +1000 From: python-excel@raf.org To: python-excel@googlegroups.com Subject: xlrd-0.8.0 .xlsx formatting_info=True not imlemented Mail-Followup-To: python-excel@googlegroups.com, Python List References: <501944E4.2090902@simplistix.co.uk> <5c84fd3b-c899-4703-867d-ddbc5d1746de@googlegroups.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5c84fd3b-c899-4703-867d-ddbc5d1746de@googlegroups.com> Cc: Python List X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 20 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1346207009 news.xs4all.nl 6911 [2001:888:2000:d::a6]:38301 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:28037 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