<?xml-stylesheet type="text/xsl" href="/xsl/venue.xsl"?><rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/"  xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"  xmlns:fg="http://www.folkestonegerald.com/misc/fg.rdf" ><channel><link>http://www.clarkeology.com</link><title>message query for perl excel</title><description>Quick query of my database, returned as xml, for use in my ajax apps</description>	<item>
		<guid isPermaLink="false">558</guid>
		<title>Perl / Excel</title>
		<description>Programming idea for the day! Instead of me trying to convince everyone to stop using bloody spreadsheet for everything, and use a system of mine instead, why not modify my systems to read a real excel spreadsheet! It's going to be impossible to conv... </description>
		<link>http://www.clarkeology.com/m/558/Perl+/+Excel</link>
	</item>
	<item>
		<guid isPermaLink="false">559</guid>
		<title>Perl and Excel</title>
		<description>Found some handy documentation at &lt;a href=&quot;http://www-106.ibm.com/developerworks/linux/library/l-pexcel/&quot;&gt;IBM.com&lt;/a&gt; of all places.</description>
		<category>perl</category>
		<link>http://www.clarkeology.com/m/559/Perl+and+Excel</link>
	</item>
	<item>
		<guid isPermaLink="false">567</guid>
		<title>Ongoing Excel / PERL stuff</title>
		<description>The PERL Excel project is coming along nicely, it takes a long time to parse an Excel file, they're enormous... I've been working with a month's worth of gigs, just in partner venues in the UK, and that comes to about 1.1MB, so I opened it in Excel a... </description>
		<category>perl</category>
		<category>excel</category>
		<category>work</category>
		<category>mice</category>
		<link>http://www.clarkeology.com/m/567/Ongoing+Excel+/+PERL+stuff</link>
	</item>
	<item>
		<guid isPermaLink="false">571</guid>
		<title>How to convert an Excel date to a UNIX date</title>
		<description>Excel stores a date as the number of days since the start of 1900, and UNIX as the number of seconds since the start of 1970, so the sum is:&lt;br /&gt;&lt;br /&gt;&lt;code&gt;$unixTime = ( $excelDate - 25569 ) * 24 * 60 * 60;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;</description>
		<category>perl</category>
		<category>excel</category>
		<category>date</category>
		<category>unix</category>
		<link>http://www.clarkeology.com/m/571/How+to+convert+an+Excel+date+to+a+UNIX+date</link>
	</item>
</channel></rss>
