<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>excel Archives - IODocs</title>
	<atom:link href="https://www.iodocs.com/tag/excel/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.iodocs.com/tag/excel/</link>
	<description>IODocs: Comprehensive How-To Guides, Software Tutorials, and More IODocs.com</description>
	<lastBuildDate>Tue, 22 Jan 2019 22:08:11 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://www.iodocs.com/wp-content/uploads/2019/01/cropped-logoIODOCSretina-32x32.avif</url>
	<title>excel Archives - IODocs</title>
	<link>https://www.iodocs.com/tag/excel/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How can I open an Excel file in Python</title>
		<link>https://www.iodocs.com/can-open-excel-file-python/</link>
		
		<dc:creator><![CDATA[rck]]></dc:creator>
		<pubDate>Tue, 23 May 2017 15:17:38 +0000</pubDate>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[excel]]></category>
		<guid isPermaLink="false">https://iodocs.com/?p=914</guid>

					<description><![CDATA[<p>Try the xlrd library. From what I can see from your comment, something like the snippet below might do the trick. I&#8217;m assuming here that you&#8217;re just searching one column for the word &#8216;john&#8217;, but you could add more or make this into a more generic function. from xlrd import open_workbook book = open_workbook('simple.xls',on_demand=True) for [&#8230;]</p>
<p>The post <a href="https://www.iodocs.com/can-open-excel-file-python/">How can I open an Excel file in Python</a> appeared first on <a href="https://www.iodocs.com">IODocs</a>.</p>
]]></description>
		
		
		
			</item>
	</channel>
</rss>
