<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>python-excel Google Group</title>
  <link>http://groups.google.com.au/group/python-excel</link>
  <description>If you use Python to read, write or otherwise manipulate Excel files, then this is the place for you! This includes the pyExcelerator, xlrd and xlwt libraries along with using COM to manipulate files with Excel itself.</description>
  <language>en-GB</language>
  <item>
  <title>Re: [pyxl] xlrd porting effort to Python 3.x</title>
  <link>http://groups.google.com.au/group/python-excel/browse_frm/thread/e3fe92bd08aa1cdd/f5e8e894f5bc4e55?show_docid=f5e8e894f5bc4e55</link>
  <description>
  Hi juno, &lt;br&gt; Welcome to the list. &lt;br&gt; This is possibly a symptom that not many people want/need it yet ... &lt;br&gt; ... but there have been 2 or 3 people &amp;quot;hacking around&amp;quot; who have asked &lt;br&gt; questions off-list. They gave the appearance of wanting a Python &lt;br&gt; 3.x-only port (as opposed to having one codebase that would support both
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/python-excel/browse_frm/thread/e3fe92bd08aa1cdd/f5e8e894f5bc4e55?show_docid=f5e8e894f5bc4e55</guid>
  <author>
  sjmac...@lexicon.net
  (John Machin)
  </author>
  <pubDate>Tue, 08 Dec 2009 02:12:53 UT
</pubDate>
  </item>
  <item>
  <title>Re: how to create validity criteria selection list by use xlwt</title>
  <link>http://groups.google.com.au/group/python-excel/browse_frm/thread/16950703c4ff36c2/e94bc58c69767102?show_docid=e94bc58c69767102</link>
  <description>
  Thanks John
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/python-excel/browse_frm/thread/16950703c4ff36c2/e94bc58c69767102?show_docid=e94bc58c69767102</guid>
  <author>
  wumingx...@gmail.com
  (GaryWu)
  </author>
  <pubDate>Mon, 07 Dec 2009 19:58:42 UT
</pubDate>
  </item>
  <item>
  <title>xlrd porting effort to Python 3.x</title>
  <link>http://groups.google.com.au/group/python-excel/browse_frm/thread/e3fe92bd08aa1cdd/e056c489effdfec1?show_docid=e056c489effdfec1</link>
  <description>
  Hi everybody, &lt;br&gt; &lt;p&gt;After a scan of the messages in this group, it seems there is nothing &lt;br&gt; about Py3k. &lt;br&gt; &lt;p&gt;My focus is only at xlrd module. I&#39;ve hacked around it and it helps me &lt;br&gt; great to manipulate excel file without the Suite of - you know who &lt;br&gt; - ;) &lt;br&gt; &lt;p&gt;I first use the 2to3 program to automagically correct basic syntax
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/python-excel/browse_frm/thread/e3fe92bd08aa1cdd/e056c489effdfec1?show_docid=e056c489effdfec1</guid>
  <author>
  juno.de...@gmail.com
  (juno)
  </author>
  <pubDate>Mon, 07 Dec 2009 19:05:52 UT
</pubDate>
  </item>
  <item>
  <title>Re: [pyxl] Re: how to create validity criteria selection list by use xlwt</title>
  <link>http://groups.google.com.au/group/python-excel/browse_frm/thread/16950703c4ff36c2/501adb8fb2c65704?show_docid=501adb8fb2c65704</link>
  <description>
  That list of allowable values for data entry is just one part of the &lt;br&gt; Data Validity (aka Validation) functionality, none of which is &lt;br&gt; implemented in xlwt. &lt;br&gt; Regards, &lt;br&gt; John
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/python-excel/browse_frm/thread/16950703c4ff36c2/501adb8fb2c65704?show_docid=501adb8fb2c65704</guid>
  <author>
  sjmac...@lexicon.net
  (John Machin)
  </author>
  <pubDate>Mon, 07 Dec 2009 07:54:02 UT
</pubDate>
  </item>
  <item>
  <title>Re: how to create validity criteria selection list by use xlwt</title>
  <link>http://groups.google.com.au/group/python-excel/browse_frm/thread/16950703c4ff36c2/9e5d0846bc2db2b0?show_docid=9e5d0846bc2db2b0</link>
  <description>
  Hi John, &lt;br&gt; &lt;p&gt;Thx for the reply first. &lt;br&gt; &lt;p&gt;selection list i mean is that in the Excel user interface, &lt;br&gt; click a cell, then move to Data, choose Validity, in Validity has &lt;br&gt; three tabs, first one is called &amp;quot;Criteria&amp;quot;, &lt;br&gt; in Criteria tab, select &amp;quot;list&amp;quot; in Allow section, then start enter &lt;br&gt; Entries. &lt;br&gt; &lt;p&gt;flow: &lt;br&gt; Data -&amp;gt; Validity -&amp;gt; Criteria
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/python-excel/browse_frm/thread/16950703c4ff36c2/9e5d0846bc2db2b0?show_docid=9e5d0846bc2db2b0</guid>
  <author>
  wumingx...@gmail.com
  (GaryWu)
  </author>
  <pubDate>Mon, 07 Dec 2009 03:42:11 UT
</pubDate>
  </item>
  <item>
  <title>Re: [pyxl] how to create validity criteria selection list by use xlwt</title>
  <link>http://groups.google.com.au/group/python-excel/browse_frm/thread/16950703c4ff36c2/b055421d373141b1?show_docid=b055421d373141b1</link>
  <description>
  Hi Gary, welcome to the list. &lt;br&gt; &amp;quot;validity criteria selection list&amp;quot; isn&#39;t something I&#39;ve heard of before. &lt;br&gt; If you mean what you get in the Excel user interface when you do &lt;br&gt; Data/Filter/AutoFilter, the answer is &amp;quot;no&amp;quot;. &lt;br&gt; If you mean something else, it would help if you were to tell us how &lt;br&gt; such a thing is created by a user with the Excel user interface. The
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/python-excel/browse_frm/thread/16950703c4ff36c2/b055421d373141b1?show_docid=b055421d373141b1</guid>
  <author>
  sjmac...@lexicon.net
  (John Machin)
  </author>
  <pubDate>Mon, 07 Dec 2009 03:32:38 UT
</pubDate>
  </item>
  <item>
  <title>how to create validity criteria selection list by use xlwt</title>
  <link>http://groups.google.com.au/group/python-excel/browse_frm/thread/16950703c4ff36c2/a11fc8369cd1673b?show_docid=a11fc8369cd1673b</link>
  <description>
  Is python xlwt able to create a criteria selection list in a cell. &lt;br&gt; &lt;p&gt;such as a cell has multiple entries &lt;br&gt; entry1=day1 &lt;br&gt; entry2=day2 &lt;br&gt; entry3=day3
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/python-excel/browse_frm/thread/16950703c4ff36c2/a11fc8369cd1673b?show_docid=a11fc8369cd1673b</guid>
  <author>
  wumingx...@gmail.com
  (GaryWu)
  </author>
  <pubDate>Mon, 07 Dec 2009 02:47:54 UT
</pubDate>
  </item>
  <item>
  <title>Re: [pyxl] Re: Different colors in same cell</title>
  <link>http://groups.google.com.au/group/python-excel/browse_frm/thread/b6e349460204abcc/0aeda60e642db8fe?show_docid=0aeda60e642db8fe</link>
  <description>
  Hello John, &lt;br&gt; that&#39;s great, it&#39;s no problem to apply a patch... &lt;br&gt; so, I think I understand these above, &lt;br&gt; yes, I&#39;m pleased to help you - at next week I hope we will end our project at &lt;br&gt; my work, I try to allocate some freetime in holiday. &lt;br&gt; it&#39;s clear, thank you. &lt;br&gt; I&#39;ll check out that thread. &lt;br&gt; Cheers: &lt;br&gt; a.
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/python-excel/browse_frm/thread/b6e349460204abcc/0aeda60e642db8fe?show_docid=0aeda60e642db8fe</guid>
  <author>
  airw...@gmail.com
  (Ervin Hegedüs)
  </author>
  <pubDate>Fri, 04 Dec 2009 23:28:35 UT
</pubDate>
  </item>
  <item>
  <title>Re: [pyxl] Re: Different colors in same cell</title>
  <link>http://groups.google.com.au/group/python-excel/browse_frm/thread/b6e349460204abcc/d89b21bbee62fa99?show_docid=d89b21bbee62fa99</link>
  <description>
  In this case, we do have a patch, provided by Rob Burton -- se the &lt;br&gt; thread titled &amp;quot;Multiple formats in a cell&amp;quot; around early March 2009. Note &lt;br&gt; that a patch is a diff file to apply to the xlwt source. That&#39;s not all &lt;br&gt; that&#39;s required; it needs (a) documentation [more than most, because one &lt;br&gt; would go nuts deriving the docs from the diff] and (b) very solid
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/python-excel/browse_frm/thread/b6e349460204abcc/d89b21bbee62fa99?show_docid=d89b21bbee62fa99</guid>
  <author>
  sjmac...@lexicon.net
  (John Machin)
  </author>
  <pubDate>Fri, 04 Dec 2009 14:54:53 UT
</pubDate>
  </item>
  <item>
  <title>Re: [pyxl] Re: Different colors in same cell</title>
  <link>http://groups.google.com.au/group/python-excel/browse_frm/thread/b6e349460204abcc/f75e583f76b7d8a6?show_docid=f75e583f76b7d8a6</link>
  <description>
  I&#39;m sure myself and John have clarified before, but just for the hard of &lt;br&gt; thinking: &lt;br&gt; If we say something needs patching, unless we say otherwise, it means &lt;br&gt; someone needs to write the patch. &lt;br&gt; The &amp;quot;funding&amp;quot; bit means that if you don&#39;t want to or aren&#39;t capable of &lt;br&gt; providing a patch, you will need to pay someone to write the
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/python-excel/browse_frm/thread/b6e349460204abcc/f75e583f76b7d8a6?show_docid=f75e583f76b7d8a6</guid>
  <author>
  ch...@simplistix.co.uk
  (Chris Withers)
  </author>
  <pubDate>Fri, 04 Dec 2009 12:13:28 UT
</pubDate>
  </item>
  <item>
  <title>Re: possible to modify an existing workbook?</title>
  <link>http://groups.google.com.au/group/python-excel/browse_frm/thread/b23e7927a75b78dd/8daa74e37f778e0d?show_docid=8daa74e37f778e0d</link>
  <description>
  Thanks Chris. I&#39;ve downloaded the 1.4.1 version and I am able to use &lt;br&gt; copy to do my work.
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/python-excel/browse_frm/thread/b23e7927a75b78dd/8daa74e37f778e0d?show_docid=8daa74e37f778e0d</guid>
  <author>
  yuqianl...@gmail.com
  (ernestYu)
  </author>
  <pubDate>Fri, 04 Dec 2009 12:15:15 UT
</pubDate>
  </item>
  <item>
  <title>Re: [pyxl] Re: Different colors in same cell</title>
  <link>http://groups.google.com.au/group/python-excel/browse_frm/thread/b6e349460204abcc/19a50fdb394ec666?show_docid=19a50fdb394ec666</link>
  <description>
  Hello Chris, &lt;br&gt; thanks for the reply, &lt;br&gt; right, is that patch exists? If yes, where can I find? &lt;br&gt; thanks: &lt;br&gt; a.
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/python-excel/browse_frm/thread/b6e349460204abcc/19a50fdb394ec666?show_docid=19a50fdb394ec666</guid>
  <author>
  airw...@gmail.com
  (Ervin Hegedüs)
  </author>
  <pubDate>Fri, 04 Dec 2009 10:59:27 UT
</pubDate>
  </item>
  <item>
  <title>Re: [pyxl] reading/writing excel file with embeded macro in python?</title>
  <link>http://groups.google.com.au/group/python-excel/browse_frm/thread/28357c5ae9d53d10/7852739f0aaff515?show_docid=7852739f0aaff515</link>
  <description>
  Correct, and that&#39;s the problem. &lt;br&gt; Funding or patches to correct this problem gratefully received. &lt;br&gt; cheers, &lt;br&gt; Chris
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/python-excel/browse_frm/thread/28357c5ae9d53d10/7852739f0aaff515?show_docid=7852739f0aaff515</guid>
  <author>
  ch...@simplistix.co.uk
  (Chris Withers)
  </author>
  <pubDate>Fri, 04 Dec 2009 08:35:12 UT
</pubDate>
  </item>
  <item>
  <title>Re: [pyxl] Different colors in same cell</title>
  <link>http://groups.google.com.au/group/python-excel/browse_frm/thread/b6e349460204abcc/23c31fef060363c3?show_docid=23c31fef060363c3</link>
  <description>
  Currently he xl* libraries in python only support cell colours. &lt;br&gt; What you&#39;re after is rich text in cells, and unfortunately that will &lt;br&gt; require either patches or funding. &lt;br&gt; cheers, &lt;br&gt; Chris
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/python-excel/browse_frm/thread/b6e349460204abcc/23c31fef060363c3?show_docid=23c31fef060363c3</guid>
  <author>
  ch...@simplistix.co.uk
  (Chris Withers)
  </author>
  <pubDate>Fri, 04 Dec 2009 08:36:24 UT
</pubDate>
  </item>
  <item>
  <title>Re: [pyxl] Re: possible to modify an existing workbook?</title>
  <link>http://groups.google.com.au/group/python-excel/browse_frm/thread/b23e7927a75b78dd/f1643ef0c9f33969?show_docid=f1643ef0c9f33969</link>
  <description>
  Read the list history, xlutils.copy will not help you merge two sheets. &lt;br&gt; Then you don&#39;t have the latest version: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://pypi.python.org/pypi/xlutils&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Where and when did you get the version you have? &lt;br&gt; Chris
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/python-excel/browse_frm/thread/b23e7927a75b78dd/f1643ef0c9f33969?show_docid=f1643ef0c9f33969</guid>
  <author>
  ch...@simplistix.co.uk
  (Chris Withers)
  </author>
  <pubDate>Thu, 03 Dec 2009 16:22:31 UT
</pubDate>
  </item>
  <item>
  <title>Re: possible to modify an existing workbook?</title>
  <link>http://groups.google.com.au/group/python-excel/browse_frm/thread/b23e7927a75b78dd/f8ebe2950d1b0d7e?show_docid=f8ebe2950d1b0d7e</link>
  <description>
  Hi Chris, &lt;br&gt; &lt;p&gt;I have similar issues when I am trying to merge two Excel workbooks. &lt;br&gt; And I have download the latest version of XLUtils but I am not able to &lt;br&gt; find &#39;copy&#39; in xlutils. I have checked the description.txt, but only &lt;br&gt; display/filter/margins/save/st yles are described in it with no copy. &lt;br&gt; Could you be so nice to explain in details?
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/python-excel/browse_frm/thread/b23e7927a75b78dd/f8ebe2950d1b0d7e?show_docid=f8ebe2950d1b0d7e</guid>
  <author>
  yuqianl...@gmail.com
  (ernestYu)
  </author>
  <pubDate>Thu, 03 Dec 2009 14:35:51 UT
</pubDate>
  </item>
  <item>
  <title>Re: Writing to Excel in Python 2.2</title>
  <link>http://groups.google.com.au/group/python-excel/browse_frm/thread/cbd3ca18fb6c1afd/23e730cad1e96f5e?show_docid=23e730cad1e96f5e</link>
  <description>
  I used the .py files in the latest zip (version 0.4a3). as you said, &lt;br&gt; they worked fine with no probs. &lt;br&gt; Thanks once again.
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/python-excel/browse_frm/thread/cbd3ca18fb6c1afd/23e730cad1e96f5e?show_docid=23e730cad1e96f5e</guid>
  <author>
  t.sa...@gmail.com
  (T Satti)
  </author>
  <pubDate>Thu, 03 Dec 2009 12:31:08 UT
</pubDate>
  </item>
  <item>
  <title>Re: [pyxl] Re: Writing to Excel in Python 2.2</title>
  <link>http://groups.google.com.au/group/python-excel/browse_frm/thread/cbd3ca18fb6c1afd/d4ff18b7e6dc08ef?show_docid=d4ff18b7e6dc08ef</link>
  <description>
  I didn&#39;t notice that, because I didn&#39;t try any Windows installer. Why &lt;br&gt; not? Because none of them are for the latest version of the package; the &lt;br&gt; latest .exe is the one that you get from the &amp;quot;download now&amp;quot; button -- &lt;br&gt; it&#39;s version 0.3a1. &lt;br&gt; I tried that one just now and installed it for Python 2.2 and there were
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/python-excel/browse_frm/thread/cbd3ca18fb6c1afd/d4ff18b7e6dc08ef?show_docid=d4ff18b7e6dc08ef</guid>
  <author>
  sjmac...@lexicon.net
  (John Machin)
  </author>
  <pubDate>Thu, 03 Dec 2009 12:05:02 UT
</pubDate>
  </item>
  <item>
  <title>Re: Writing to Excel in Python 2.2</title>
  <link>http://groups.google.com.au/group/python-excel/browse_frm/thread/cbd3ca18fb6c1afd/bc738fce863a74e4?show_docid=bc738fce863a74e4</link>
  <description>
  Very helpful indeed. I tried the stocks.py example. &lt;br&gt; &lt;p&gt;Using the .exe installer for pyXLWriter seems to bring up errors with &lt;br&gt; initialising temporary files. However, when you replace the .py files &lt;br&gt; in the root directory (\site-packages\ pyXLWriter) with those found in &lt;br&gt; the .zip, it seems to work fine.
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/python-excel/browse_frm/thread/cbd3ca18fb6c1afd/bc738fce863a74e4?show_docid=bc738fce863a74e4</guid>
  <author>
  t.sa...@gmail.com
  (T Satti)
  </author>
  <pubDate>Thu, 03 Dec 2009 11:21:09 UT
</pubDate>
  </item>
  <item>
  <title>Re: [pyxl] Writing to Excel in Python 2.2</title>
  <link>http://groups.google.com.au/group/python-excel/browse_frm/thread/cbd3ca18fb6c1afd/0cd911bb21159059?show_docid=0cd911bb21159059</link>
  <description>
  You may like to try pyXLWriter &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://sourceforge.net/projects/pyxlwriter/files/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Grab the latest zip (which is NOT what you get from the &amp;quot;download now&amp;quot; &lt;br&gt; button). &lt;br&gt; Notes: &lt;br&gt; (0) Hasn&#39;t been maintained since 2004. &lt;br&gt; (1) creates Excel 5.0 (BIFF 5) files c.f. xlwt: Excel 97-2003 (BIFF 8) &lt;br&gt; -- this will limit you somewhat
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/python-excel/browse_frm/thread/cbd3ca18fb6c1afd/0cd911bb21159059?show_docid=0cd911bb21159059</guid>
  <author>
  sjmac...@lexicon.net
  (John Machin)
  </author>
  <pubDate>Wed, 02 Dec 2009 23:53:43 UT
</pubDate>
  </item>
  <item>
  <title>Writing to Excel in Python 2.2</title>
  <link>http://groups.google.com.au/group/python-excel/browse_frm/thread/cbd3ca18fb6c1afd/11c41bdc1fddc423?show_docid=11c41bdc1fddc423</link>
  <description>
  Hi all, &lt;br&gt; &lt;p&gt;I’m relatively new to python. I’m using a process simulation package &lt;br&gt; which is stuck in the past unfortunately – it would not support any &lt;br&gt; version older than python 2.2. This fairly frustrating as you can &lt;br&gt; imagine. &lt;br&gt; &lt;p&gt;This means I cannot use pyExcelerator or xlwt to create spreadsheets
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/python-excel/browse_frm/thread/cbd3ca18fb6c1afd/11c41bdc1fddc423?show_docid=11c41bdc1fddc423</guid>
  <author>
  t.sa...@gmail.com
  (T Satti)
  </author>
  <pubDate>Wed, 02 Dec 2009 20:20:35 UT
</pubDate>
  </item>
  <item>
  <title>Different colors in same cell</title>
  <link>http://groups.google.com.au/group/python-excel/browse_frm/thread/b6e349460204abcc/64d544349ef7ea72?show_docid=64d544349ef7ea72</link>
  <description>
  Hello All, &lt;br&gt; I would like to know is there any way to put a text to a cell with &lt;br&gt; different colours? &lt;br&gt; For example (as html): &lt;br&gt; &amp;lt;font style=&amp;quot;color: red;&amp;quot;&amp;gt;This is the lead part&amp;lt;/font&amp;gt; &amp;lt;font &lt;br&gt; style=&amp;quot;color: black;&amp;quot;&amp;gt;of full text&amp;lt;/font&amp;gt; &lt;br&gt; In other way: which &amp;quot;object&amp;quot; has color in XLS: the text or a cell? &lt;br&gt; Thank you:
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/python-excel/browse_frm/thread/b6e349460204abcc/64d544349ef7ea72?show_docid=64d544349ef7ea72</guid>
  <author>
  airw...@gmail.com
  (Ervin Hegedüs)
  </author>
  <pubDate>Wed, 02 Dec 2009 20:03:37 UT
</pubDate>
  </item>
  <item>
  <title>Re: [pyxl] Public code repository?</title>
  <link>http://groups.google.com.au/group/python-excel/browse_frm/thread/5dab250b6d39d1c7/c390311195e84347?show_docid=c390311195e84347</link>
  <description>
  wam wrote: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://secure.simplistix.co.uk/svn/xlrd/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Chris
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/python-excel/browse_frm/thread/5dab250b6d39d1c7/c390311195e84347?show_docid=c390311195e84347</guid>
  <author>
  ch...@simplistix.co.uk
  (Chris Withers)
  </author>
  <pubDate>Wed, 02 Dec 2009 14:18:57 UT
</pubDate>
  </item>
  <item>
  <title>Public code repository?</title>
  <link>http://groups.google.com.au/group/python-excel/browse_frm/thread/5dab250b6d39d1c7/4ad1f38145f0cd0d?show_docid=4ad1f38145f0cd0d</link>
  <description>
  Is there a public revision control repository where the latest and &lt;br&gt; greatest source code can be downloaded? I&#39;d like to try out xlsxrd, &lt;br&gt; but couldn&#39;t find a git, mercurial, or subversion repo from which to &lt;br&gt; download it. &lt;br&gt; &lt;p&gt; -- William
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/python-excel/browse_frm/thread/5dab250b6d39d1c7/4ad1f38145f0cd0d?show_docid=4ad1f38145f0cd0d</guid>
  <author>
  wamc...@gmail.com
  (wam)
  </author>
  <pubDate>Wed, 02 Dec 2009 14:16:21 UT
</pubDate>
  </item>
  <item>
  <title>reading/writing excel file with embeded macro in python?</title>
  <link>http://groups.google.com.au/group/python-excel/browse_frm/thread/28357c5ae9d53d10/ca5f1431cd9e30cb?show_docid=ca5f1431cd9e30cb</link>
  <description>
  Hi, &lt;br&gt; I need to create an excel for Catia to create a CAD object. &lt;br&gt; The excel embededs a macro and a set of points. &lt;br&gt; The points are created by a homemade program. &lt;br&gt; I wish to be able to create the excel file for Catia from &lt;br&gt; that set of points. &lt;br&gt; &lt;p&gt;I tried to read an already existing excel file for Catia but I cannot
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/python-excel/browse_frm/thread/28357c5ae9d53d10/ca5f1431cd9e30cb?show_docid=ca5f1431cd9e30cb</guid>
  <author>
  christophe.troph...@orange.fr
  (Christophe Trophime)
  </author>
  <pubDate>Wed, 02 Dec 2009 12:57:44 UT
</pubDate>
  </item>
  <item>
  <title>Re: [pyxl] Plans for xlsx?</title>
  <link>http://groups.google.com.au/group/python-excel/browse_frm/thread/224fb814fb307b48/25a327dc2f882b66?show_docid=25a327dc2f882b66</link>
  <description>
  Hi John, &lt;br&gt; Welcome to the group. &lt;br&gt; Yes. &lt;br&gt; You can read (and search through) past messages by going to &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://groups.google.com/group/python-excel/topics&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; The current state is described in a message on about 24 November. &lt;br&gt; HTH, &lt;br&gt; John
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/python-excel/browse_frm/thread/224fb814fb307b48/25a327dc2f882b66?show_docid=25a327dc2f882b66</guid>
  <author>
  sjmac...@lexicon.net
  (John Machin)
  </author>
  <pubDate>Tue, 01 Dec 2009 19:51:45 UT
</pubDate>
  </item>
  <item>
  <title>Plans for xlsx?</title>
  <link>http://groups.google.com.au/group/python-excel/browse_frm/thread/224fb814fb307b48/17c8b29551444c51?show_docid=17c8b29551444c51</link>
  <description>
  Is there a plan to handle the xml format of new excel releases? &lt;br&gt; &lt;p&gt;I understand the constraints of time and money of course... just &lt;br&gt; wondering if an update is in the cards. &lt;br&gt; &lt;p&gt;Kind regards, &lt;br&gt; &lt;p&gt;John Fisher
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/python-excel/browse_frm/thread/224fb814fb307b48/17c8b29551444c51?show_docid=17c8b29551444c51</guid>
  <author>
  johnmfis...@comcast.net
  (wave_man)
  </author>
  <pubDate>Tue, 01 Dec 2009 19:26:02 UT
</pubDate>
  </item>
  <item>
  <title>Re: [pyxl] possible to modify an existing workbook?</title>
  <link>http://groups.google.com.au/group/python-excel/browse_frm/thread/b23e7927a75b78dd/291eedb8fc63d4db?show_docid=291eedb8fc63d4db</link>
  <description>
  xlutils.copy. &lt;br&gt; cheers, &lt;br&gt; Chris
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/python-excel/browse_frm/thread/b23e7927a75b78dd/291eedb8fc63d4db?show_docid=291eedb8fc63d4db</guid>
  <author>
  ch...@simplistix.co.uk
  (Chris Withers)
  </author>
  <pubDate>Tue, 01 Dec 2009 09:32:09 UT
</pubDate>
  </item>
  <item>
  <title>possible to modify an existing workbook?</title>
  <link>http://groups.google.com.au/group/python-excel/browse_frm/thread/b23e7927a75b78dd/1ee591ae62f03a8f?show_docid=1ee591ae62f03a8f</link>
  <description>
  I would like to open an Excel workbook that may already exist, add a &lt;br&gt; new worksheet, write some data to that worksheet, and then save the &lt;br&gt; workbook. I&#39;ve figured out how to create the workbook if it already &lt;br&gt; exists. My problem is the following: If the workbook already exists, &lt;br&gt; I do not want to destroy or modify an existing worksheets. Can this
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/python-excel/browse_frm/thread/b23e7927a75b78dd/1ee591ae62f03a8f?show_docid=1ee591ae62f03a8f</guid>
  <author>
  pfeld...@verizon.net
  (Phillip M. Feldman)
  </author>
  <pubDate>Tue, 01 Dec 2009 05:45:42 UT
</pubDate>
  </item>
  <item>
  <title>Re: [pyxl] Re: how could I disable gridline display</title>
  <link>http://groups.google.com.au/group/python-excel/browse_frm/thread/d961f12d4004f842/988340c43c8000cb?show_docid=988340c43c8000cb</link>
  <description>
  What is *the* unix box folder that you refer to? &lt;br&gt; That&#39;s not the name of a file, it&#39;s a pattern that matches Workbook.py &lt;br&gt; and Worksheet.py. These are the names of two files in the xlwt source. &lt;br&gt; You would find these on the unix box in PPPP/lib/site-packages/xlwt &lt;br&gt; where PPP is the Python installation path.
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/python-excel/browse_frm/thread/d961f12d4004f842/988340c43c8000cb?show_docid=988340c43c8000cb</guid>
  <author>
  sjmac...@lexicon.net
  (John Machin)
  </author>
  <pubDate>Mon, 30 Nov 2009 20:17:12 UT
</pubDate>
  </item>
  <item>
  <title>Re: how could I disable gridline display</title>
  <link>http://groups.google.com.au/group/python-excel/browse_frm/thread/d961f12d4004f842/9630fba6a1341ce1?show_docid=9630fba6a1341ce1</link>
  <description>
  I am not a unix expert. I map the unix box folder to windows folder &lt;br&gt; and use text editor to edit .py files. &lt;br&gt; &lt;p&gt;I searched the mapping folder from Windows and no Work*.py comes up. &lt;br&gt; &lt;p&gt;Would you please advice more on this? &lt;br&gt; &lt;p&gt;I am in NYC area. When you visit around, drop by and I will treat you &lt;br&gt; a coffee or lunch, whichever you prefer.
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/python-excel/browse_frm/thread/d961f12d4004f842/9630fba6a1341ce1?show_docid=9630fba6a1341ce1</guid>
  <author>
  xinhui.t...@gmail.com
  (Xinhui)
  </author>
  <pubDate>Mon, 30 Nov 2009 16:04:20 UT
</pubDate>
  </item>
  <item>
  <title>Re: [pyxl] Re: Add a note to a cell by xlwt</title>
  <link>http://groups.google.com.au/group/python-excel/browse_frm/thread/087bf765c2d52f52/33ca3ce9abc4b3b1?show_docid=33ca3ce9abc4b3b1</link>
  <description>
  Hi Hoan, &lt;br&gt; What I said was: &amp;quot;I&#39;d say a patch would be welcome (for xlwt), but it &lt;br&gt; would be a rather big fat patch ... you need to write [a whole lot of &lt;br&gt; stuff]&amp;quot; ... this is an elaboration with reasons of the standard &lt;br&gt; push-back &amp;quot;Patches are welcome&amp;quot;; in other words: &amp;quot;I&#39;m not going to write &lt;br&gt; a patch, but if you write a [reasonable] patch, it will be welcomed.&amp;quot;
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/python-excel/browse_frm/thread/087bf765c2d52f52/33ca3ce9abc4b3b1?show_docid=33ca3ce9abc4b3b1</guid>
  <author>
  sjmac...@lexicon.net
  (John Machin)
  </author>
  <pubDate>Mon, 30 Nov 2009 05:07:36 UT
</pubDate>
  </item>
  <item>
  <title>Re: [pyxl] Re: Add a note to a cell by xlwt</title>
  <link>http://groups.google.com.au/group/python-excel/browse_frm/thread/087bf765c2d52f52/3659e81dd72fbe9a?show_docid=3659e81dd72fbe9a</link>
  <description>
  Ok, sorry, i read that thread but i saw it&#39;s about 1 year ago. You said &lt;br&gt; there&#39;ll be a patch to handle adding note.In addition, i dont know by now &lt;br&gt; the patch is completed or not and wrote this email. Anyway, thank you for &lt;br&gt; your answer. Call me X if u like call people having confusing name that way
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/python-excel/browse_frm/thread/087bf765c2d52f52/3659e81dd72fbe9a?show_docid=3659e81dd72fbe9a</guid>
  <author>
  hoa...@nextgsolutions.com
  (Hoan Vu Quoc)
  </author>
  <pubDate>Mon, 30 Nov 2009 04:18:07 UT
</pubDate>
  </item>
  <item>
  <title>Re: [pyxl] Add a note to a cell by xlwt</title>
  <link>http://groups.google.com.au/group/python-excel/browse_frm/thread/087bf765c2d52f52/df506d9f1dbc6cd4?show_docid=df506d9f1dbc6cd4</link>
  <description>
  Hi X, &lt;br&gt; What do you prefer X be: Hoan Vu Quoc or Vu Quoc Hoan or something else? &lt;br&gt; Use the Google Groups web interface at &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://groups.google.com.au/group/python-excel?hl=en&quot;&gt;[link]&lt;/a&gt; and search for &lt;br&gt; &amp;quot;note xlwt&amp;quot; ... the first hit is a short thread that will answer your &lt;br&gt; question. &lt;br&gt; Regards, &lt;br&gt; John
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/python-excel/browse_frm/thread/087bf765c2d52f52/df506d9f1dbc6cd4?show_docid=df506d9f1dbc6cd4</guid>
  <author>
  sjmac...@lexicon.net
  (John Machin)
  </author>
  <pubDate>Mon, 30 Nov 2009 03:39:03 UT
</pubDate>
  </item>
  <item>
  <title>Add a note to a cell by xlwt</title>
  <link>http://groups.google.com.au/group/python-excel/browse_frm/thread/087bf765c2d52f52/f72258753accc595?show_docid=f72258753accc595</link>
  <description>
  Hi all, i&#39;ve searched mail list and google for a week. However, until now i &lt;br&gt; still dont know how to add a note into a cell by xlwt. Can xlwt do it ?
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/python-excel/browse_frm/thread/087bf765c2d52f52/f72258753accc595?show_docid=f72258753accc595</guid>
  <author>
  hoa...@nextgsolutions.com
  (Hoan Vu Quoc)
  </author>
  <pubDate>Mon, 30 Nov 2009 02:50:37 UT
</pubDate>
  </item>
  <item>
  <title>xlrd support for Excel 2007 XLSX files (was Re: [pyxl] Re: Excel 2007 and dates)</title>
  <link>http://groups.google.com.au/group/python-excel/browse_frm/thread/09b6be60b2713f63/44d7c91e360c887b?show_docid=44d7c91e360c887b</link>
  <description>
  The stage I&#39;m up to is where xlsx support is a bolt-on, not integrated &lt;br&gt; into the main package [next stage: big refactoring]. Neither &lt;br&gt; formatting_info=True nor on_demand=True is supported. &lt;br&gt; The current bolt-on kit (xlsxrd.py and runxlsxrd.py) is available (on &lt;br&gt; application) to serious alpha testers. &lt;br&gt; === Usage instructions for alpha testers ===
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/python-excel/browse_frm/thread/09b6be60b2713f63/44d7c91e360c887b?show_docid=44d7c91e360c887b</guid>
  <author>
  sjmac...@lexicon.net
  (John Machin)
  </author>
  <pubDate>Tue, 24 Nov 2009 02:00:09 UT
</pubDate>
  </item>
  <item>
  <title>Re: Excel 2007 and dates</title>
  <link>http://groups.google.com.au/group/python-excel/browse_frm/thread/09b6be60b2713f63/4c543adb50a77761?show_docid=4c543adb50a77761</link>
  <description>
  Sure did. Not sure what to search for. &amp;quot;Excel 2007&amp;quot; seems to bring &lt;br&gt; up some discussions saying that work is underway and asking for test &lt;br&gt; cases. Perhaps you can enlighten me, and I can provide some test &lt;br&gt; cases in return. &lt;br&gt; &lt;p&gt;That would be Excel 2007...but now that I look again, I realize that
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/python-excel/browse_frm/thread/09b6be60b2713f63/4c543adb50a77761?show_docid=4c543adb50a77761</guid>
  <author>
  ccur...@gmail.com
  (Chris Curvey)
  </author>
  <pubDate>Tue, 24 Nov 2009 00:48:06 UT
</pubDate>
  </item>
  <item>
  <title>Re: [pyxl] Excel 2007 and dates</title>
  <link>http://groups.google.com.au/group/python-excel/browse_frm/thread/09b6be60b2713f63/09b7bf8aa868e7a0?show_docid=09b7bf8aa868e7a0</link>
  <description>
  Didn&#39;t think of looking in this group&#39;s archive? &lt;br&gt; Who or what is converting them all to &amp;quot;Sep 24, 2009 12:00AM&amp;quot;? &lt;br&gt; &amp;gt; and &lt;br&gt; Perhaps if you were to send a copy of your test file and your script ... &lt;br&gt; Presuming you meant &amp;quot;*days* since a given date&amp;quot;, we appear to have &lt;br&gt; different concepts of &amp;quot;obviously&amp;quot;. &lt;br&gt; (Intel)] on win32
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/python-excel/browse_frm/thread/09b6be60b2713f63/09b7bf8aa868e7a0?show_docid=09b7bf8aa868e7a0</guid>
  <author>
  sjmac...@lexicon.net
  (John Machin)
  </author>
  <pubDate>Mon, 23 Nov 2009 23:32:37 UT
</pubDate>
  </item>
  <item>
  <title>Excel 2007 and dates</title>
  <link>http://groups.google.com.au/group/python-excel/browse_frm/thread/09b6be60b2713f63/ae5b36c0f4141681?show_docid=ae5b36c0f4141681</link>
  <description>
  I&#39;ve got a bunch of Excel 2007 spreadsheets that I need to parse. As &lt;br&gt; far as I can tell from searching around, there is no release of xlrd &lt;br&gt; that will do this yet. (Although I&#39;d be quite willing to use a &lt;br&gt; development branch, if someone is working on it and willing to share. &lt;br&gt; I could not find a code repository either.)
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/python-excel/browse_frm/thread/09b6be60b2713f63/ae5b36c0f4141681?show_docid=ae5b36c0f4141681</guid>
  <author>
  ccur...@gmail.com
  (Chris Curvey)
  </author>
  <pubDate>Mon, 23 Nov 2009 20:25:11 UT
</pubDate>
  </item>
  <item>
  <title>Re: merging sheets</title>
  <link>http://groups.google.com.au/group/python-excel/browse_frm/thread/9c93cb475c488af8/23b825a7488ff237?show_docid=23b825a7488ff237</link>
  <description>
  See xlutils.copy and/or xlutils.filter. Both are covered in the tutorial. &lt;br&gt; As I&#39;ve said several times now, for xlutils.filter to grow this ability &lt;br&gt; would require a lot of work that would need funding. &lt;br&gt; cheers, &lt;br&gt; Chris
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/python-excel/browse_frm/thread/9c93cb475c488af8/23b825a7488ff237?show_docid=23b825a7488ff237</guid>
  <author>
  ch...@simplistix.co.uk
  (Chris Withers)
  </author>
  <pubDate>Fri, 20 Nov 2009 08:20:44 UT
</pubDate>
  </item>
  <item>
  <title>Re: [pyxl] XFStyle from XF instance after xutils.copy</title>
  <link>http://groups.google.com.au/group/python-excel/browse_frm/thread/c1f156b7016a6d0c/d1123b521090107f?show_docid=d1123b521090107f</link>
  <description>
  Not currently :-( &lt;br&gt; Chris
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/python-excel/browse_frm/thread/c1f156b7016a6d0c/d1123b521090107f?show_docid=d1123b521090107f</guid>
  <author>
  ch...@simplistix.co.uk
  (Chris Withers)
  </author>
  <pubDate>Tue, 17 Nov 2009 11:46:17 UT
</pubDate>
  </item>
  <item>
  <title>Re: [pyxl] Re: IRTDInterface differences in Excel 2003 and Excel 2007</title>
  <link>http://groups.google.com.au/group/python-excel/browse_frm/thread/ba56c9374d1254cd/bf9756a677206d41?show_docid=bf9756a677206d41</link>
  <description>
  I will post on that group too. Thanks for the quick response. &lt;br&gt; &lt;p&gt;Here is the full error: I thought it might have something to do with the &lt;br&gt; multi-threaded calcs in 2007, so I turned them off, but to no avail. &lt;br&gt; &lt;p&gt;Exception in thread Thread-471: &lt;br&gt; Traceback (most recent call last): &lt;br&gt; File &amp;quot;C:\Python26\Lib\threading.py&amp;quot; , line 527, in __bootstrap_inner
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/python-excel/browse_frm/thread/ba56c9374d1254cd/bf9756a677206d41?show_docid=bf9756a677206d41</guid>
  <author>
  cowd...@gmail.com
  (Jack Cowden)
  </author>
  <pubDate>Mon, 16 Nov 2009 17:06:16 UT
</pubDate>
  </item>
  <item>
  <title>Re: [pyxl] IRTDInterface differences in Excel 2003 and Excel 2007</title>
  <link>http://groups.google.com.au/group/python-excel/browse_frm/thread/ba56c9374d1254cd/4a4d74ae79f82bfb?show_docid=4a4d74ae79f82bfb</link>
  <description>
  What is the &amp;quot;obscure COM error&amp;quot;, and what do you get when you google the &lt;br&gt; error number and/or error text? &lt;br&gt; Suggestion: ask on the pywin32 mailing list if you haven&#39;t already.
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/python-excel/browse_frm/thread/ba56c9374d1254cd/4a4d74ae79f82bfb?show_docid=4a4d74ae79f82bfb</guid>
  <author>
  sjmac...@lexicon.net
  (John Machin)
  </author>
  <pubDate>Mon, 16 Nov 2009 16:24:52 UT
</pubDate>
  </item>
  <item>
  <title>IRTDInterface differences in Excel 2003 and Excel 2007</title>
  <link>http://groups.google.com.au/group/python-excel/browse_frm/thread/ba56c9374d1254cd/c500ac8826376b8e?show_docid=c500ac8826376b8e</link>
  <description>
  I am working with the RTD functions in excel using pythoncom and a &lt;br&gt; some great sample code from Chris Nilsson. In Excel 2003 and 2007, I &lt;br&gt; am able to create my python object via the IRTDServer com interface. &lt;br&gt; Excel then passes a callback interface, IRTDServerEvents to my &lt;br&gt; object. I hold on to that interface and callback using UpdateNotify
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/python-excel/browse_frm/thread/ba56c9374d1254cd/c500ac8826376b8e?show_docid=c500ac8826376b8e</guid>
  <author>
  cowd...@gmail.com
  (Jack)
  </author>
  <pubDate>Mon, 16 Nov 2009 15:53:42 UT
</pubDate>
  </item>
  <item>
  <title>Re: [pyxl] how could I disable gridline display</title>
  <link>http://groups.google.com.au/group/python-excel/browse_frm/thread/d961f12d4004f842/dc4fbae20ae5792c?show_docid=dc4fbae20ae5792c</link>
  <description>
  Hi Xinhui, welcome to the group. &lt;br&gt; Have you tried something like &lt;br&gt; grep grid Work*.py &lt;br&gt; ? &lt;br&gt; Cheers, &lt;br&gt; John
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/python-excel/browse_frm/thread/d961f12d4004f842/dc4fbae20ae5792c?show_docid=dc4fbae20ae5792c</guid>
  <author>
  sjmac...@lexicon.net
  (John Machin)
  </author>
  <pubDate>Sat, 14 Nov 2009 21:53:31 UT
</pubDate>
  </item>
  <item>
  <title>how could I disable gridline display</title>
  <link>http://groups.google.com.au/group/python-excel/browse_frm/thread/d961f12d4004f842/ea480fe832fe08fd?show_docid=ea480fe832fe08fd</link>
  <description>
  This option in Excel is at &amp;quot;Tools -&amp;gt; Options -&amp;gt; View -&amp;gt; Gridlines(as a &lt;br&gt; checkbox)&amp;quot;. &lt;br&gt; &lt;p&gt;How could I disable it in xlwt? &lt;br&gt; &lt;p&gt;Thanks for sharing your experience with me! &lt;br&gt; &lt;p&gt;Xinhui
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/python-excel/browse_frm/thread/d961f12d4004f842/ea480fe832fe08fd?show_docid=ea480fe832fe08fd</guid>
  <author>
  xinhui.t...@gmail.com
  (Xinhui)
  </author>
  <pubDate>Sat, 14 Nov 2009 16:53:58 UT
</pubDate>
  </item>
  <item>
  <title>Re: [pyxl] Re: Zoom in xlwt + auto-adjusting width for columns.</title>
  <link>http://groups.google.com.au/group/python-excel/browse_frm/thread/bc0a62dc6455ae5a/00a43f5a70888577?show_docid=00a43f5a70888577</link>
  <description>
  You think incorrectly. It&#39;s a brave, noble, heroic effort. But &lt;br&gt; misdirected IMHO. &amp;quot;C&#39;est magnifique, mais ce n&#39;est pas la guerre.&amp;quot; &lt;br&gt; Not at all. I do regret that people don&#39;t search for previous discussion. &lt;br&gt; Or Python using pyuno to drive OpenOffice ... &lt;br&gt; Cheers, &lt;br&gt; John
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/python-excel/browse_frm/thread/bc0a62dc6455ae5a/00a43f5a70888577?show_docid=00a43f5a70888577</guid>
  <author>
  sjmac...@lexicon.net
  (John Machin)
  </author>
  <pubDate>Sat, 14 Nov 2009 01:54:49 UT
</pubDate>
  </item>
  <item>
  <title>Re: [pyxl] Zoom in xlwt + auto-adjusting width for columns.</title>
  <link>http://groups.google.com.au/group/python-excel/browse_frm/thread/bc0a62dc6455ae5a/916ae55bbb0f626a?show_docid=916ae55bbb0f626a</link>
  <description>
  I think John Machin probably hates that I&#39;ve done this, and hates more &lt;br&gt; that I mention it when people ask, but I&#39;ve gathered approximate &lt;br&gt; widths for common characters in Arial 10 (most people&#39;s default Excel &lt;br&gt; font) and provided it in the arial10.py file in the files section of &lt;br&gt; this group, so you can build your own autofit routines. (I included a
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/python-excel/browse_frm/thread/bc0a62dc6455ae5a/916ae55bbb0f626a?show_docid=916ae55bbb0f626a</guid>
  <author>
  gallium.arsen...@gmail.com
  (John Yeung)
  </author>
  <pubDate>Sat, 14 Nov 2009 00:46:56 UT
</pubDate>
  </item>
  <item>
  <title>Re: [pyxl] Re: Zoom in xlwt + auto-adjusting width for columns.</title>
  <link>http://groups.google.com.au/group/python-excel/browse_frm/thread/bc0a62dc6455ae5a/36420cdbece1abae?show_docid=36420cdbece1abae</link>
  <description>
  How did you install xlwt, and where did you install xlwt?
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/python-excel/browse_frm/thread/bc0a62dc6455ae5a/36420cdbece1abae?show_docid=36420cdbece1abae</guid>
  <author>
  sjmac...@lexicon.net
  (John Machin)
  </author>
  <pubDate>Fri, 13 Nov 2009 15:47:26 UT
</pubDate>
  </item>
  <item>
  <title>Vote on PyPI comments</title>
  <link>http://groups.google.com.au/group/python-excel/browse_frm/thread/4c0c62a388c98b25/14d2a4e4dd1da99c?show_docid=14d2a4e4dd1da99c</link>
  <description>
  Hi All, &lt;br&gt; Apologies for the cross post, but I&#39;m not sure this has received the &lt;br&gt; publicity it deserves... &lt;br&gt; PyPI grew a commenting and rating system a while back, apparently in &lt;br&gt; response to requests from users. However, since it&#39;s been rolled out, &lt;br&gt; there&#39;s been a backlash from package maintainers who already have
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/python-excel/browse_frm/thread/4c0c62a388c98b25/14d2a4e4dd1da99c?show_docid=14d2a4e4dd1da99c</guid>
  <author>
  ch...@simplistix.co.uk
  (Chris Withers)
  </author>
  <pubDate>Fri, 13 Nov 2009 15:39:19 UT
</pubDate>
  </item>
  </channel>
</rss>
