<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Python Excel Mini Cookbook</title>
	<atom:link href="http://www.pythonexcels.com/2009/10/python-excel-mini-cookbook/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pythonexcels.com/2009/10/python-excel-mini-cookbook/</link>
	<description>Data Mining with Excel and Python</description>
	<lastBuildDate>Mon, 15 Mar 2010 00:46:05 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: dan</title>
		<link>http://www.pythonexcels.com/2009/10/python-excel-mini-cookbook/comment-page-1/#comment-154</link>
		<dc:creator>dan</dc:creator>
		<pubDate>Mon, 15 Mar 2010 00:46:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythonexcels.com/?p=121#comment-154</guid>
		<description>&lt;a href=\#comment-142\ rel=\nofollow\ rel=&quot;nofollow&quot;&gt;@Ryan &lt;/a&gt; 
Hi Ryan,

 I haven&#039;t seen this particular error before, but googling turn up &lt;a href=&quot;http://sourceforge.net/tracker/index.php?func=detail&amp;aid=2841107&amp;group_id=78018&amp;atid=551954&quot; rel=&quot;nofollow&quot;&gt;this link&lt;/a&gt; which leads me to think you encountered a versioning issue between Python and the Win32 extensions.  From the link the solution is to erase the autogenerated files under C:/Python26/Lib/site-packages/win32com/gen_py/

Good luck --- Dan


Thanks --- Dan</description>
		<content:encoded><![CDATA[<p><a href=\#comment-142\ rel=\nofollow\ rel="nofollow">@Ryan </a><br />
Hi Ryan,</p>
<p> I haven&#8217;t seen this particular error before, but googling turn up <a href="http://sourceforge.net/tracker/index.php?func=detail&#038;aid=2841107&#038;group_id=78018&#038;atid=551954" rel="nofollow">this link</a> which leads me to think you encountered a versioning issue between Python and the Win32 extensions.  From the link the solution is to erase the autogenerated files under C:/Python26/Lib/site-packages/win32com/gen_py/</p>
<p>Good luck &#8212; Dan</p>
<p>Thanks &#8212; Dan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://www.pythonexcels.com/2009/10/python-excel-mini-cookbook/comment-page-1/#comment-142</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Thu, 04 Mar 2010 15:45:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythonexcels.com/?p=121#comment-142</guid>
		<description>After invoking excel, I get the following error when I try to open a new workbook with the excel.Workbooks.Add() command...

Traceback (most recent call last):
  File &quot;&quot;, line 1, in 
    wb = xl.Workbooks.Add()
  File &quot;C:\Python26\lib\site-packages\win32com\gen_py0020813-0000-0000-C000-000000000046x0x1x5.py&quot;, line 27289, in Add
  File &quot;C:\Python26\lib\site-packages\win32com\client\__init__.py&quot;, line 94, in Dispatch
    assert UnicodeToString is None, &quot;this is deprecated and will go away&quot;
AssertionError: this is deprecated and will go away

Any idea why this is happening?

Thanks,
Ryan</description>
		<content:encoded><![CDATA[<p>After invoking excel, I get the following error when I try to open a new workbook with the excel.Workbooks.Add() command&#8230;</p>
<p>Traceback (most recent call last):<br />
  File &#8220;&#8221;, line 1, in<br />
    wb = xl.Workbooks.Add()<br />
  File &#8220;C:\Python26\lib\site-packages\win32com\gen_py0020813-0000-0000-C000-000000000046&#215;0x1&#215;5.py&#8221;, line 27289, in Add<br />
  File &#8220;C:\Python26\lib\site-packages\win32com\client\__init__.py&#8221;, line 94, in Dispatch<br />
    assert UnicodeToString is None, &#8220;this is deprecated and will go away&#8221;<br />
AssertionError: this is deprecated and will go away</p>
<p>Any idea why this is happening?</p>
<p>Thanks,<br />
Ryan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vicente Soler</title>
		<link>http://www.pythonexcels.com/2009/10/python-excel-mini-cookbook/comment-page-1/#comment-123</link>
		<dc:creator>Vicente Soler</dc:creator>
		<pubDate>Thu, 18 Feb 2010 23:01:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythonexcels.com/?p=121#comment-123</guid>
		<description>Congratulations for your blog. I find it most enlightening.</description>
		<content:encoded><![CDATA[<p>Congratulations for your blog. I find it most enlightening.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Python Excels &#187; Cleaning Up Corporate ERP Data</title>
		<link>http://www.pythonexcels.com/2009/10/python-excel-mini-cookbook/comment-page-1/#comment-24</link>
		<dc:creator>Python Excels &#187; Cleaning Up Corporate ERP Data</dc:creator>
		<pubDate>Tue, 03 Nov 2009 05:56:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythonexcels.com/?p=121#comment-24</guid>
		<description>[...] The program begins with the standard boilerplate: import the win32 module and start Excel. If you have questions on this, please refer to the earlier posts. [...]</description>
		<content:encoded><![CDATA[<p>[...] The program begins with the standard boilerplate: import the win32 module and start Excel. If you have questions on this, please refer to the earlier posts. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.pythonexcels.com/2009/10/python-excel-mini-cookbook/comment-page-1/#comment-16</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 15 Oct 2009 01:47:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythonexcels.com/?p=121#comment-16</guid>
		<description>Hi Paul,

  To answer your questions, you can use something like:

ws.Range(&quot;B1:B5&quot;).NumberFormat = &quot;@&quot;

to format cells as Text.  See the next post at http://www.pythonexcels.com/2009/10/mapping-excel-vb-macros-to-python/ for a walkthrough on how to capture the appropriate Excel Visual Basic command in a macro and map it into Python. 

--- Dan</description>
		<content:encoded><![CDATA[<p>Hi Paul,</p>
<p>  To answer your questions, you can use something like:</p>
<p>ws.Range(&#8221;B1:B5&#8243;).NumberFormat = &#8220;@&#8221;</p>
<p>to format cells as Text.  See the next post at <a href="http://www.pythonexcels.com/2009/10/mapping-excel-vb-macros-to-python/" rel="nofollow">http://www.pythonexcels.com/2009/10/mapping-excel-vb-macros-to-python/</a> for a walkthrough on how to capture the appropriate Excel Visual Basic command in a macro and map it into Python. </p>
<p>&#8212; Dan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Boehnlein</title>
		<link>http://www.pythonexcels.com/2009/10/python-excel-mini-cookbook/comment-page-1/#comment-15</link>
		<dc:creator>Paul Boehnlein</dc:creator>
		<pubDate>Wed, 14 Oct 2009 14:01:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythonexcels.com/?p=121#comment-15</guid>
		<description>Could you provide an example for formatting cells as text? Thanks. This blog is fantastic.</description>
		<content:encoded><![CDATA[<p>Could you provide an example for formatting cells as text? Thanks. This blog is fantastic.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
