<?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>TechnoGist &#187; Excel</title>
	<atom:link href="http://www.technogist.com/tag/excel/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.technogist.com</link>
	<description>gist (jst)# The central idea; the essence...</description>
	<lastBuildDate>Wed, 28 Jul 2010 15:22:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Converting Excel to CSV using PowerShell</title>
		<link>http://www.technogist.com/2010/02/converting-excel-to-csv-using-powershell/</link>
		<comments>http://www.technogist.com/2010/02/converting-excel-to-csv-using-powershell/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 04:56:23 +0000</pubDate>
		<dc:creator>Paul Brice</dc:creator>
				<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[CSV]]></category>
		<category><![CDATA[Excel]]></category>

		<guid isPermaLink="false">http://www.technogist.com/?p=688</guid>
		<description><![CDATA[Quick Script: Converting Excel[.xls] to Comma Separated Value[.csv] Many times my data is in .xls format and I really need it in .csv to leverage the accessibility of the Import-CSV cmdlet. I found this code on the &#8216;PowerShellCommunity.org&#8217; web forum: Link Code: $xlCSV=6 $Excelfilename = &#34;file.xls&#34; $CSVfilename = &#34;file.csv&#34; $Excel = New-Object -comobject Excel.Application $Excel.Visible [...]]]></description>
		<wfw:commentRss>http://www.technogist.com/2010/02/converting-excel-to-csv-using-powershell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exporting Server Network Configuration to Excel using PowerShell</title>
		<link>http://www.technogist.com/2009/03/w2003-network-configuration-with-powershell/</link>
		<comments>http://www.technogist.com/2009/03/w2003-network-configuration-with-powershell/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 04:22:17 +0000</pubDate>
		<dc:creator>Paul Brice</dc:creator>
				<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[Windows 2003]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[W2003]]></category>
		<category><![CDATA[WMI]]></category>

		<guid isPermaLink="false">http://www.resourcefuladmin.com/?p=9</guid>
		<description><![CDATA[Win32_NetworkAdapterConfiguration Win32_NetworkAdapter Recently I had to examine over 100+ servers and their network configurations prior to a network IP address change. I also wanted the output in an Excel file for easy transport to my group. I used the above two WMI classes to gather all the required data i needed, the script requires the [...]]]></description>
		<wfw:commentRss>http://www.technogist.com/2009/03/w2003-network-configuration-with-powershell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
