<?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: Read Excel files from Python</title>
	<atom:link href="http://scienceoss.com/read-excel-files-from-python/feed/" rel="self" type="application/rss+xml" />
	<link>http://scienceoss.com/read-excel-files-from-python/</link>
	<description>useful tidbits for using open source software in science</description>
	<lastBuildDate>Sun, 08 Aug 2010 10:52:55 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: gishi</title>
		<link>http://scienceoss.com/read-excel-files-from-python/comment-page-1/#comment-1045</link>
		<dc:creator>gishi</dc:creator>
		<pubDate>Mon, 26 Jul 2010 05:42:55 +0000</pubDate>
		<guid isPermaLink="false">http://scienceoss.com/read-excel-files-from-python/#comment-1045</guid>
		<description>hi! what if i just want to access the first row of the excel file? how is that? thanks in advance</description>
		<content:encoded><![CDATA[<p>hi! what if i just want to access the first row of the excel file? how is that? thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: c0mpumast3r</title>
		<link>http://scienceoss.com/read-excel-files-from-python/comment-page-1/#comment-1041</link>
		<dc:creator>c0mpumast3r</dc:creator>
		<pubDate>Thu, 08 Jul 2010 07:20:45 +0000</pubDate>
		<guid isPermaLink="false">http://scienceoss.com/read-excel-files-from-python/#comment-1041</guid>
		<description>nice post.

but just a question, how do we close an opened workbook?
would that be xlrd.close_workbook()??

Thanks!</description>
		<content:encoded><![CDATA[<p>nice post.</p>
<p>but just a question, how do we close an opened workbook?<br />
would that be xlrd.close_workbook()??</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ricardo</title>
		<link>http://scienceoss.com/read-excel-files-from-python/comment-page-1/#comment-413</link>
		<dc:creator>Ricardo</dc:creator>
		<pubDate>Fri, 26 Mar 2010 17:39:43 +0000</pubDate>
		<guid isPermaLink="false">http://scienceoss.com/read-excel-files-from-python/#comment-413</guid>
		<description>I love the library, very useful.

Although, i have a comment to make on what you said John. Excel has a way to format cells, if you change that, you will get the same result on every computer, regardless of the local settings. This is what someone else above was talking about.
I know it can be hard to take the raw data (ex: 100.0) and apply the format that is specified somewhere in the Excel file (so it gives something like: $ 100), but in many cases we want to know what people are seeing. Maybe you could make a separate function to get the shown value of the cell, or just get the format settings for the cell and let us do the treatment to get it to the shown value by ourselves.</description>
		<content:encoded><![CDATA[<p>I love the library, very useful.</p>
<p>Although, i have a comment to make on what you said John. Excel has a way to format cells, if you change that, you will get the same result on every computer, regardless of the local settings. This is what someone else above was talking about.<br />
I know it can be hard to take the raw data (ex: 100.0) and apply the format that is specified somewhere in the Excel file (so it gives something like: $ 100), but in many cases we want to know what people are seeing. Maybe you could make a separate function to get the shown value of the cell, or just get the format settings for the cell and let us do the treatment to get it to the shown value by ourselves.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zubin mehta</title>
		<link>http://scienceoss.com/read-excel-files-from-python/comment-page-1/#comment-410</link>
		<dc:creator>zubin mehta</dc:creator>
		<pubDate>Sat, 06 Mar 2010 12:42:47 +0000</pubDate>
		<guid isPermaLink="false">http://scienceoss.com/read-excel-files-from-python/#comment-410</guid>
		<description>Is there a way to read the hyperlinks from the excel columns file using python or xlrd?</description>
		<content:encoded><![CDATA[<p>Is there a way to read the hyperlinks from the excel columns file using python or xlrd?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prasanna</title>
		<link>http://scienceoss.com/read-excel-files-from-python/comment-page-1/#comment-409</link>
		<dc:creator>prasanna</dc:creator>
		<pubDate>Thu, 18 Feb 2010 23:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://scienceoss.com/read-excel-files-from-python/#comment-409</guid>
		<description>Hi , Could you please help me with opening and excel .xls in append format so that i need not every time write on a new excel sheet. Please help me out with this.
Thank you
Prasanna</description>
		<content:encoded><![CDATA[<p>Hi , Could you please help me with opening and excel .xls in append format so that i need not every time write on a new excel sheet. Please help me out with this.<br />
Thank you<br />
Prasanna</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fnarr fnarr</title>
		<link>http://scienceoss.com/read-excel-files-from-python/comment-page-1/#comment-405</link>
		<dc:creator>fnarr fnarr</dc:creator>
		<pubDate>Wed, 03 Feb 2010 13:31:06 +0000</pubDate>
		<guid isPermaLink="false">http://scienceoss.com/read-excel-files-from-python/#comment-405</guid>
		<description>Hey thanks 

very helpful...</description>
		<content:encoded><![CDATA[<p>Hey thanks </p>
<p>very helpful&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://scienceoss.com/read-excel-files-from-python/comment-page-1/#comment-395</link>
		<dc:creator>john</dc:creator>
		<pubDate>Wed, 28 Oct 2009 19:54:08 +0000</pubDate>
		<guid isPermaLink="false">http://scienceoss.com/read-excel-files-from-python/#comment-395</guid>
		<description>Would someone please share or write a python script that will open an Excel file written in .XHT format (or any non-.XLS format) and save it as a .XLS format?

Thank you,

John</description>
		<content:encoded><![CDATA[<p>Would someone please share or write a python script that will open an Excel file written in .XHT format (or any non-.XLS format) and save it as a .XLS format?</p>
<p>Thank you,</p>
<p>John</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Monu</title>
		<link>http://scienceoss.com/read-excel-files-from-python/comment-page-1/#comment-388</link>
		<dc:creator>Monu</dc:creator>
		<pubDate>Wed, 21 Oct 2009 12:40:51 +0000</pubDate>
		<guid isPermaLink="false">http://scienceoss.com/read-excel-files-from-python/#comment-388</guid>
		<description>Hi Guys,

          I need a script, how to open the excel sheet using python script.

Monu</description>
		<content:encoded><![CDATA[<p>Hi Guys,</p>
<p>          I need a script, how to open the excel sheet using python script.</p>
<p>Monu</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Write Excel files with Python using xlwt &#171; scienceoss.com</title>
		<link>http://scienceoss.com/read-excel-files-from-python/comment-page-1/#comment-360</link>
		<dc:creator>Write Excel files with Python using xlwt &#171; scienceoss.com</dc:creator>
		<pubDate>Sun, 20 Sep 2009 17:29:17 +0000</pubDate>
		<guid isPermaLink="false">http://scienceoss.com/read-excel-files-from-python/#comment-360</guid>
		<description>[...] a previous post (which turned out to be pretty popular) I showed you how to read Excel files with Python. Now for [...]</description>
		<content:encoded><![CDATA[<p>[...] a previous post (which turned out to be pretty popular) I showed you how to read Excel files with Python. Now for [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Machin</title>
		<link>http://scienceoss.com/read-excel-files-from-python/comment-page-1/#comment-348</link>
		<dc:creator>John Machin</dc:creator>
		<pubDate>Sun, 28 Jun 2009 01:41:28 +0000</pubDate>
		<guid isPermaLink="false">http://scienceoss.com/read-excel-files-from-python/#comment-348</guid>
		<description>@Mega: One of the motivating factors behind developing xlrd was the what-you-see-is-often-NOT-what-you&#039;ve-got problem with approaches like ODBC, COM (yes, it lies to you about floats with a $ in the format) and save-as-CSV. So xlrd tells you what data is in the file and what type it is, not what somebody with some unknown locale setting with some custom format might see on the screen. Your file contains a float, 100.0. The rest is up to you.

Forum for questions about xlrd, xlwt, xlutils: http://groups.google.com/group/python-excel ... response time typically &lt; 1 day, not two months :-)</description>
		<content:encoded><![CDATA[<p>@Mega: One of the motivating factors behind developing xlrd was the what-you-see-is-often-NOT-what-you&#8217;ve-got problem with approaches like ODBC, COM (yes, it lies to you about floats with a $ in the format) and save-as-CSV. So xlrd tells you what data is in the file and what type it is, not what somebody with some unknown locale setting with some custom format might see on the screen. Your file contains a float, 100.0. The rest is up to you.</p>
<p>Forum for questions about xlrd, xlwt, xlutils: <a href="http://groups.google.com/group/python-excel" rel="nofollow">http://groups.google.com/group/python-excel</a> &#8230; response time typically &lt; 1 day, not two months :-)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
