<?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>Notes &#187; excel</title>
	<atom:link href="http://alexpb.com/notes/articles/tag/excel/feed/" rel="self" type="application/rss+xml" />
	<link>http://alexpb.com/notes</link>
	<description></description>
	<lastBuildDate>Tue, 27 Dec 2011 13:04:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Excel Deletes Leading 0s When Opening a CSV File</title>
		<link>http://alexpb.com/notes/articles/2010/07/01/excel-deletes-leading-0s-when-opening-a-csv-file/</link>
		<comments>http://alexpb.com/notes/articles/2010/07/01/excel-deletes-leading-0s-when-opening-a-csv-file/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 21:43:30 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[excel]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[csv]]></category>
		<category><![CDATA[import]]></category>
		<category><![CDATA[zero]]></category>

		<guid isPermaLink="false">http://alexpb.com/notes/?p=746</guid>
		<description><![CDATA[If you want Excel to keep a field&#8217;s leading zeros when opening a CSV file using Excel, you can change it to =&#8221;value&#8221;. For example, if you have a row with 4 values that looks like this: Just change it to:]]></description>
			<content:encoded><![CDATA[<p>If you want Excel to keep a field&#8217;s leading zeros when opening a CSV file using Excel, you can change it to =&#8221;value&#8221;.</p>
<p>For example, if you have a row with 4 values that looks like this:</p>
<pre class="brush: plain; title: ; notranslate">test,00016102,test,test</pre>
<p></p>
<p>Just change it to:</p>
<pre class="brush: plain; title: ; notranslate">test,=&quot;00016102&quot;,test,test</pre>
]]></content:encoded>
			<wfw:commentRss>http://alexpb.com/notes/articles/2010/07/01/excel-deletes-leading-0s-when-opening-a-csv-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Download Excel Spreadsheet from Microsoft using Firefox in Linux</title>
		<link>http://alexpb.com/notes/articles/2010/02/08/download-excel-spreadsheet-from-microsoft-using-firefox-in-linux/</link>
		<comments>http://alexpb.com/notes/articles/2010/02/08/download-excel-spreadsheet-from-microsoft-using-firefox-in-linux/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 01:00:10 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[cab]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[open office]]></category>
		<category><![CDATA[spreadsheet]]></category>

		<guid isPermaLink="false">http://alexpb.com/notes/?p=698</guid>
		<description><![CDATA[To avoid getting the error &#8220;Your operating system does not meet system requirements&#8221;, I had to use User Agent Switcher to download the spreadsheet at http://office.microsoft.com/en-us/templates/TC300022771033.aspx for electric meter logging for energy efficiency. Then I used cabextract to extract the .cab file and used Open Office to view the 30002277.xltx file. Here it is saved [...]]]></description>
			<content:encoded><![CDATA[<p>To avoid getting the error &#8220;Your operating system does not meet system requirements&#8221;, I had to use  <a href="https://addons.mozilla.org/en-US/firefox/addon/59">User Agent Switcher</a> to download the spreadsheet at <a href="http://office.microsoft.com/en-us/templates/TC300022771033.aspx">http://office.microsoft.com/en-us/templates/TC300022771033.aspx</a> for electric meter logging for energy efficiency.  Then I used <a href="http://www.cabextract.org.uk/">cabextract</a> to extract the .cab file and used <a href="http://www.openoffice.org/">Open Office</a> to view the 30002277.xltx file.  Here it is saved using Open Office&#8217;s ODS format: <a href='http://alexpb.com/notes/wp-content/uploads/2010/02/electricity_tracking.ods'>electricity_tracking</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://alexpb.com/notes/articles/2010/02/08/download-excel-spreadsheet-from-microsoft-using-firefox-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Excel Keyboard Shortcut &#8211; Selecting The Whole Data Region</title>
		<link>http://alexpb.com/notes/articles/2009/02/18/excel-keyboard-shortcut-selecting-the-whole-data-region/</link>
		<comments>http://alexpb.com/notes/articles/2009/02/18/excel-keyboard-shortcut-selecting-the-whole-data-region/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 03:34:51 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[productivity]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[excel]]></category>

		<guid isPermaLink="false">http://alexpb.com/notes/?p=505</guid>
		<description><![CDATA[If you need to select the whole data region (it might included some empty cells) in Excel without selecting all cells (&#60;CTRL&#62;+&#60;A&#62;), click on any cell inside that group and then type: &#60;CTRL&#62;+&#60;SHIFT&#62;+&#60;8&#62;. It is very useful for large data sets. You should then get something like this: Try http://www.rnib.org.uk/xpedio/groups/public/documents/publicwebsite/public_rnib003503.hcsp for more keyboard shortcuts.]]></description>
			<content:encoded><![CDATA[<p>If you need to select the whole data region (it might included some empty cells) in Excel without selecting all cells (&lt;CTRL&gt;+&lt;A&gt;), click on any cell inside that group and then type: &lt;CTRL&gt;+&lt;SHIFT&gt;+&lt;8&gt;.  It is very useful for large data sets.</p>
<p>You should then get something like this:</p>
<p><img src="http://alexpb.com/notes/wp-content/uploads/2009/02/image001.gif" alt="excel spreadsheet screenshot" title="excel spreadsheet screenshot" width="477" height="259" class="alignnone size-full wp-image-504" /></p>
<p>Try <a href="http://www.rnib.org.uk/xpedio/groups/public/documents/publicwebsite/public_rnib003503.hcsp">http://www.rnib.org.uk/xpedio/groups/public/documents/publicwebsite/public_rnib003503.hcsp</a> for more keyboard shortcuts.</p>
]]></content:encoded>
			<wfw:commentRss>http://alexpb.com/notes/articles/2009/02/18/excel-keyboard-shortcut-selecting-the-whole-data-region/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

