Path: csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!ecngs!feeder.ecngs.de!xlned.com!feeder5.xlned.com!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!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.010 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'bug': 0.02; 'subject:released': 0.03; 'svn': 0.03; 'log:': 0.04; 'attributes': 0.05; 'raised': 0.07; 'big-endian': 0.09; 'files.': 0.09; 'chris,': 0.16; 'error"': 0.16; 'exception?': 0.16; 'url:simplistix': 0.16; 'url:svn': 0.16; 'url:trunk': 0.16; 'xlrd': 0.16; '\xe9crit': 0.16; 'occurred': 0.18; 'cheers,': 0.20; 'header:In-Reply-To:1': 0.22; 'cheers': 0.23; 'changes,': 0.24; 'windows': 0.26; 'all,': 0.27; 'column': 0.28; "i'm": 0.28; 'unicode': 0.29; 'fixed': 0.29; 'chris': 0.30; 'error': 0.30; 'specified': 0.31; 'message-id:@gmail.com': 0.31; "i've": 0.32; 'thanks': 0.32; 'anyone': 0.32; 'list': 0.32; 'there': 0.33; 'header:User-Agent:1': 0.33; 'instead': 0.33; 'anything': 0.34; 'platforms.': 0.34; 'to:addr:python-list': 0.35; 'received:209.85.214': 0.36; 'class.': 0.37; 'else,': 0.37; 'received:google.com': 0.37; "i'll": 0.38; 'received:209.85': 0.38; 'received:192': 0.38; 'some': 0.38; 'format': 0.38; 'announce': 0.38; 'received:209': 0.39; 'called': 0.40; 'put': 0.40; 'to:addr:python.org': 0.40; 'release': 0.40; 'url:uk': 0.40; 'header:Received:6': 0.61; 'full': 0.62; 'chance': 0.62; 'url:co': 0.63; 'pleased': 0.65; 'subject:!': 0.66; 'special': 0.66; 'arrive': 0.67; 'url:secure': 0.73; 'records': 0.74; 'highlights:': 0.84; 'received:192.168.0.1': 0.84; 'zoom': 0.84; 'worksheets': 0.91; 'factors': 0.93 Received-SPF: pass (google.com: domain of kliateni@gmail.com designates 10.204.152.88 as permitted sender) client-ip=10.204.152.88; Authentication-Results: mr.google.com; spf=pass (google.com: domain of kliateni@gmail.com designates 10.204.152.88 as permitted sender) smtp.mail=kliateni@gmail.com; dkim=pass header.i=kliateni@gmail.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=YKJsectnFCmbn4kWLpY4L3vP4FGYBk5eFpvpk2s4R3Q=; b=X7jWGZHb0tz3PNAzkYLn5phmE/4F4iFwsqWOfG3NA2a427pOm/xh85vKQo2katTEq4 G6bNYQQjw/ie3ikVX/B0JAS9zKcmr7A39H94jUPukuqVHDfZKbtqiYVjpM1+nv58tJ7p fhyg2Z7oeXYziRU3HGfDRNZlS69/g4F41l06I= Date: Tue, 21 Feb 2012 12:02:30 +0100 From: Karim User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2 MIME-Version: 1.0 To: python-list@python.org Subject: Re: xlwt 0.7.3 released! References: <4F436158.7060603@simplistix.co.uk> In-Reply-To: <4F436158.7060603@simplistix.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit 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: 50 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1329822153 news.xs4all.nl 6890 [2001:888:2000:d::a6]:46382 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:20666 Hello chris, Thanks for the greet news! Is there any chance that xlrd read .xlsx format and arrive to decode special unicode instead of firing some unicode Exception? Cheers Karim Le 21/02/2012 10:18, Chris Withers a écrit : > Hi All, > > I'm pleased to announce the release of xlwt 0.7.3. This release is > long overdue and has been over 2.5 years in the making! > > The highlights: > > > - Added user_set and best_fit attributes to Column class. > > - Fixed an "[Errno 0] Error" raised when Worksheet.flush_row_data() > was called after Workbook.save() > > - Fixed an error on Windows that occurred when writing large blocks to > files. > > - Added the ability to write rich text cells > > - Fixed a bug when writing MULBLANK records on big-endian platforms. > > - allow the active_pane on worksheets to be specified > > - added support for zoom (magn) factors and improved possibilities > when generating split panes > > For a full list of the changes, please see the svn log: > > https://secure.simplistix.co.uk/svn/xlwt/trunk > > I've currently only put up .tar.gz sdists, if anyone requires anything > else, please explain why and I'll be happy to add! > > cheers, > > Chris >