<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">

<channel>
<title>Hackszine: Excel</title>
<link>http://www.hackszine.com/blog/archive/excel/</link>
<description>O&apos;Reilly&apos;s Hacks Series reclaims the term &apos;hacking&apos; for the good guys--innovators who explore and experiment, unearth shortcuts, create useful tools, and come up with fun things to try on their own</description>
<language>en-us</language>
<copyright>Copyright 2008, O'Reilly Media, Inc.</copyright>
<lastBuildDate>Fri, 05 Sep 2008 20:23:43 -0800</lastBuildDate>
<pubDate>Sat, 06 Sep 2008 23:52:29 -0800</pubDate>
<generator>http://www.movabletype.org/?v=4.1</generator>
<docs>http://blogs.law.harvard.edu/tech/rss</docs>
<itunes:author>O'Reilly Media, Inc.</itunes:author>
<itunes:subtitle>Clever solutions to interesting problems.</itunes:subtitle>
<itunes:summary>Hackszine Podcast</itunes:summary>
<itunes:owner>
<itunes:email>webmaster@makezine.com</itunes:email>
</itunes:owner>
<category>Technology</category>
<itunes:category text="Technology">
</itunes:category>
<itunes:category text="Technology">
  <itunes:category text="Gadgets" />
</itunes:category>
<itunes:category text="Games &amp; Hobbies" >
</itunes:category>
<itunes:category text="Science">
</itunes:category>
<itunes:image href="http://makezine.com/images/hackszine/rss_icon.jpg" />
<itunes:explicit>no</itunes:explicit>


<item>
<title>Read Excel files in Perl and PHP</title>
<itunes:summary>Relational databases that speak SQL are the data-storage backbone for most developers. Unfortunately, but most of the data that&apos;s created outside the control of the technology caste at a typical workplace is in Excel format. Because of this, being able...</itunes:summary>
<description>
<![CDATA[<p>Relational databases that speak SQL are the data-storage backbone for most developers.  Unfortunately, but most of the data that's created outside the control of the technology caste at a typical workplace is in Excel format. Because of this, being able to procedurally read and write Excel documents with a familiar language can open up a whole world of possibilities for automation and data migration.</p>

<p>Assuming you're attempting to read and write standard text (Ie. not binary/graphic) data from Excel worksheets, this is actually fairly doable in PHP and Perl.</p>

<p>A recent article by Mike Diehl at Linux Journal peaked my interest in this. He shows off some of the features of the Spreadsheet::ParseExcel Perl module, which can be used to pull data and even formatting information from cells in an Excel worksheet.  Once you have your hands on the data, you can do what you want with it: output it to XML, toss it in a database for subsequent querying, or even convert it into other Excel documents (oh, the shame).</p>

<p><b>Perl Excel Libraries and Information</b><br />
<a href="http://search.cpan.org/~szabgab/Spreadsheet-ParseExcel-0.32/lib/Spreadsheet/ParseExcel.pm">Spreadsheet:ParseExcel - Read from Excel 95/97/2000 documents</a><br />
<a href="http://search.cpan.org/~jmcnamara/Spreadsheet-WriteExcel-2.24/lib/Spreadsheet/WriteExcel.pm">Spreadsheet:WriteExcel - Write to Excel 97/2000/2002/2003 documents</a><br />
<a href="http://www.linuxjournal.com/content/reading-native-excel-files-perl">Linux Journal - Reading Native Excel Files in Perl</a></p>

<p>There are libraries for dealing with native Excel files in PHP as well. The following two seem to be the only options for binary Excel documents.</p>

<p><b>PHP Excel Libraries</b><br />
<a href="http://sourceforge.net/projects/phpexcelreader/">PHP Excel_Reader - Read Excel 95 and 97 documents</a><br />
<a href="http://pear.php.net/package/Spreadsheet_Excel_Writer">Spreadsheet_Excel_Writer - Write Excel 5.0 documents</a><br />
<a href="http://devzone.zend.com/article/3336-Reading-and-Writing-Spreadsheets-with-php">Reading and Writing Spreadsheets with PHP</a></p>

<p>With the most recent version of Excel, there is an XML file format option that will allow you to read and write data in a worksheet by directly interacting with the saved file's DOM. IBM has a document that details doing this with PHP, and it would be straightforward to apply this technique to Perl as well.</p>

<p><a href="http://www.ibm.com/developerworks/xml/library/os-phpexcel/index.html">Read/Write XML Excel Data in PHP</a></p>

<p>Finally, if all you need to do is output a document that can be read in Excel, a standard CSV-format file will usually do the trick. Escaping can be a bit tricky, however, and my preferred format has become a plain-old HTML table. Just create a file that contains a TABLE element (no BODY or HTML tags necessary), with any number of TR rows and html-escaped data in the TDs, and save it out.  If you use the XLS file extension, it will open directly in Excel with a double-click and Excel never seems to mind reading in the data.</p>

<p>Do you have any other Excel programming hacks?  Give us a shout in the comments.</p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2008/09/read_excel_files_in_perl_and_p.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2008/09/read_excel_files_in_perl_and_p.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2008/09/read_excel_files_in_perl_and_p.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2008/09/read_excel_files_in_perl_and_p.html?CMP=OTC-7G2N43923558</guid>
<category>Excel</category>
<pubDate>Fri, 05 Sep 2008 20:23:43 -0800</pubDate>

</item>

<item>
<title>Microsoft Excel 3D engine</title>
<itunes:summary> Peter Rakos wrote an article for Gamasutra today which demonstrates how to hack yourself a simple 3D engine by subverting an Excel worksheet. It&apos;s not going to win any FPS awards, but the fact that you can even get...</itunes:summary>
<description>
<![CDATA[<p><object width="500" height="400"><param name="movie" value="http://www.youtube.com/v/RV6uiZj0FHM&rel=0"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/RV6uiZj0FHM&rel=0" type="application/x-shockwave-flash" wmode="transparent" width="500" height="400"></embed></object></p>

<p>Peter Rakos wrote an article for Gamasutra today which demonstrates how to hack yourself a simple 3D engine by subverting an Excel worksheet. It's not going to win any FPS awards, but the fact that you can even get Excel to draw raw shapes blows my mind. </p>

<p>In his demo, the worksheet is used to calculate values for all the polygon vertices and a very small macro loop draws the resulting mesh to the screen.</p>

<p>After downloading the source XLS, run the demo by hitting alt-F8 (option-F8 in Mac Excel). You'll find the code under the "Tools-&gt;Macro-&gt;Macros" menu.</p>

<p>Microsoft Excel: Revolutionary 3D Game Engine - <a href="http://www.gamasutra.com/view/feature/3563/microsoft_excel_revolutionary_3d_.php">Link</a><br />
Peter's Example 3D Excel files - <a href="http://gamasutra.com/images/RakosExcel.zip">Link</a></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2008/03/microsoft_excel_3d_engine.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2008/03/microsoft_excel_3d_engine.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2008/03/microsoft_excel_3d_engine.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2008/03/microsoft_excel_3d_engine.html?CMP=OTC-7G2N43923558</guid>
<category>Excel</category>
<pubDate>Thu, 06 Mar 2008 20:14:22 -0800</pubDate>

</item>

<item>
<title>Excel Hacks: Display a &quot;please wait&quot; message</title>
<itunes:summary> Here&apos;s Hack #111, Display a &quot;Please Wait&quot; Message, from David and Raina Hawley&apos;s Excel Hacks, 2nd Edition. Millions of users create and share Excel spreadsheets every day, but few go deeply enough to learn the techniques that will make...</itunes:summary>
<description>
<![CDATA[<p><img alt="Excel Hacks, 2nd Edition Cover" src="http://www.hackszine.com/excel2ed_cover_425.jpg" width="425" height="589" /></p>

<p>Here's Hack #111, <em>Display a "Please Wait" Message</em>, from David and Raina Hawley's Excel Hacks, 2nd Edition. Millions of users create and share Excel spreadsheets every day, but few go deeply enough to learn the techniques that will make their work much easier. Yet there are many ways to take advantage of Excel's sophisticated capabilities without spending hours on advanced study. In <em>Excel Hacks</em>, you'll learn how to:</p>
<ul>
<li>Reduce workbook and worksheet frustration--manage how users interact with worksheets, find and highlight information, and deal with debris and corruption.</li>
<li>Analyze and manage data--extend and automate these features, moving beyond the limited tasks they were designed to perform.</li>
<li>Hack names--learn not only how to name cells and ranges, but also how to create names that adapt to the data in your spreadsheet.</li>
<li>Get the most out of PivotTables--avoid the problems that make them frustrating and learn how to extend them.</li>
<li>Create customized charts--tweak and combine Excel's built-in charting capabilities.</li>
<li>Hack formulas and functions--subjects range from moving formulas around to dealing with datatype issues to improving recalculation time.</li>
<li>Make the most of macros--including ways to manage them and use them to extend other features.</li>
<li>Use the enhanced capabilities of Microsoft Office 2007 to combine Excel with Word, Access, and Outlook.</li>
</ul>

<p>Hack #111: Display a "Please Wait" Message - <a href="http://cachefly.oreilly.com/make/hacks/excerpts/Excel2Ed/Excel_Hacks_2E-Hack_111.pdf">Link</a></p>

<p><strong>Related:</strong>
<ul>
<li>Excel Hacks, 2nd Edition @ the Maker Store - <a href="http://store.makezine.com/ProductDetails.asp?ProductCode=0596528345">Buy now</a>
<li>Excel Hacks, Second Edition--New from O'Reilly: Hook Up with Excel Expert Hackers - <a href="http://press.oreilly.com/pub/pr/1760">Press Release</a>
</ul></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2008/02/excel_hacks_display_a_please_w.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2008/02/excel_hacks_display_a_please_w.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2008/02/excel_hacks_display_a_please_w.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2008/02/excel_hacks_display_a_please_w.html?CMP=OTC-7G2N43923558</guid>
<category>Excel</category>
<pubDate>Thu, 28 Feb 2008 12:00:00 -0800</pubDate>
<enclosure url="http://cachefly.oreilly.com/make/hacks/excerpts/Excel2Ed/Excel_Hacks_2E-Hack_111.pdf" length="1092163" type="application/pdf" />
</item>

<item>
<title>Excel Hacks: Display negative time values</title>
<itunes:summary> Here&apos;s Hack #87, Display Negative Time Values, from David and Raina Hawley&apos;s Excel Hacks, 2nd Edition. Millions of users create and share Excel spreadsheets every day, but few go deeply enough to learn the techniques that will make their...</itunes:summary>
<description>
<![CDATA[<p><img alt="Excel Hacks, 2nd Edition Cover" src="http://www.hackszine.com/excel2ed_cover_425.jpg" width="425" height="589" /></p>

<p>Here's Hack #87, <em>Display Negative Time Values</em>, from David and Raina Hawley's Excel Hacks, 2nd Edition. Millions of users create and share Excel spreadsheets every day, but few go deeply enough to learn the techniques that will make their work much easier. Yet there are many ways to take advantage of Excel's sophisticated capabilities without spending hours on advanced study. In <em>Excel Hacks</em>, you'll learn how to:</p>
<ul>
<li>Reduce workbook and worksheet frustration--manage how users interact with worksheets, find and highlight information, and deal with debris and corruption.</li>
<li>Analyze and manage data--extend and automate these features, moving beyond the limited tasks they were designed to perform.</li>
<li>Hack names--learn not only how to name cells and ranges, but also how to create names that adapt to the data in your spreadsheet.</li>
<li>Get the most out of PivotTables--avoid the problems that make them frustrating and learn how to extend them.</li>
<li>Create customized charts--tweak and combine Excel's built-in charting capabilities.</li>
<li>Hack formulas and functions--subjects range from moving formulas around to dealing with datatype issues to improving recalculation time.</li>
<li>Make the most of macros--including ways to manage them and use them to extend other features.</li>
<li>Use the enhanced capabilities of Microsoft Office 2007 to combine Excel with Word, Access, and Outlook.</li>
</ul>

<p>Hack #87: Display Negative Time Values - <a href="http://cachefly.oreilly.com/make/hacks/excerpts/Excel2Ed/Excel_Hacks_2E-Hack_87.pdf">Link</a></p>

<p><strong>Related:</strong>
<ul>
<li>Excel Hacks, 2nd Edition @ the Maker Store - <a href="http://store.makezine.com/ProductDetails.asp?ProductCode=0596528345">Buy now</a>
<li>Excel Hacks, Second Edition--New from O'Reilly: Hook Up with Excel Expert Hackers - <a href="http://press.oreilly.com/pub/pr/1760">Press Release</a>
</ul></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2008/02/excel_hacks_display_negative_t.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2008/02/excel_hacks_display_negative_t.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2008/02/excel_hacks_display_negative_t.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2008/02/excel_hacks_display_negative_t.html?CMP=OTC-7G2N43923558</guid>
<category>Excel</category>
<pubDate>Wed, 27 Feb 2008 12:00:00 -0800</pubDate>
<enclosure url="http://cachefly.oreilly.com/make/hacks/excerpts/Excel2Ed/Excel_Hacks_2E-Hack_87.pdf" length="1080374" type="application/pdf" />
</item>

<item>
<title>Excel Hacks: Highlight alternating rows and columns</title>
<itunes:summary> Here&apos;s Hack #21, Highlight Every Other Row or Column, from David and Raina Hawley&apos;s Excel Hacks, 2nd Edition. Millions of users create and share Excel spreadsheets every day, but few go deeply enough to learn the techniques that will...</itunes:summary>
<description>
<![CDATA[<img alt="Excel Hacks, 2nd Edition Cover" src="http://www.hackszine.com/excel2ed_cover_425.jpg" width="425" height="589" />

<p>Here's Hack #21, <em>Highlight Every Other Row or Column</em>, from David and Raina Hawley's Excel Hacks, 2nd Edition. Millions of users create and share Excel spreadsheets every day, but few go deeply enough to learn the techniques that will make their work much easier. Yet there are many ways to take advantage of Excel's sophisticated capabilities without spending hours on advanced study. In <em>Excel Hacks</em>, you'll learn how to:</p>
<ul>
<li>Reduce workbook and worksheet frustration--manage how users interact with worksheets, find and highlight information, and deal with debris and corruption.</li>
<li>Analyze and manage data--extend and automate these features, moving beyond the limited tasks they were designed to perform.</li>
<li>Hack names--learn not only how to name cells and ranges, but also how to create names that adapt to the data in your spreadsheet.</li>
<li>Get the most out of PivotTables--avoid the problems that make them frustrating and learn how to extend them.</li>
<li>Create customized charts--tweak and combine Excel's built-in charting capabilities.</li>
<li>Hack formulas and functions--subjects range from moving formulas around to dealing with datatype issues to improving recalculation time.</li>
<li>Make the most of macros--including ways to manage them and use them to extend other features.</li>
<li>Use the enhanced capabilities of Microsoft Office 2007 to combine Excel with Word, Access, and Outlook.</li>
</ul>

<p>Hack #21: Highlight Every Other Row or Column - <a href="http://cachefly.oreilly.com/make/hacks/excerpts/Excel2Ed/Excel_Hacks_2E-Hack_21.pdf">Link</a></p>

<p><strong>Related:</strong>
<ul>
<li>Excel Hacks, 2nd Edition @ the Maker Store - <a href="http://store.makezine.com/ProductDetails.asp?ProductCode=0596528345">Buy now</a>
<li>Excel Hacks, Second Edition--New from O'Reilly: Hook Up with Excel Expert Hackers - <a href="http://press.oreilly.com/pub/pr/1760">Press Release</a>
</ul></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2008/02/excel_hacks_highlight_alternat.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2008/02/excel_hacks_highlight_alternat.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2008/02/excel_hacks_highlight_alternat.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2008/02/excel_hacks_highlight_alternat.html?CMP=OTC-7G2N43923558</guid>
<category>Excel</category>
<pubDate>Tue, 26 Feb 2008 12:00:00 -0800</pubDate>
<enclosure url="http://cachefly.oreilly.com/make/hacks/excerpts/Excel2Ed/Excel_Hacks_2E-Hack_21.pdf" length="1106817" type="application/pdf" />
</item>

<item>
<title>Excel Hacks: Reduce workbook bloat</title>
<itunes:summary> Here&apos;s Hack #15, Reduce Workbook Bloat, from David and Raina Hawley&apos;s Excel Hacks, 2nd Edition. Millions of users create and share Excel spreadsheets every day, but few go deeply enough to learn the techniques that will make their work...</itunes:summary>
<description>
<![CDATA[<img alt="Excel Hacks, 2nd Edition Cover" src="http://www.hackszine.com/excel2ed_cover_425.jpg" width="425" height="589" />

<p>Here's Hack #15, <em>Reduce Workbook Bloat</em>, from David and Raina Hawley's Excel Hacks, 2nd Edition. Millions of users create and share Excel spreadsheets every day, but few go deeply enough to learn the techniques that will make their work much easier. Yet there are many ways to take advantage of Excel's sophisticated capabilities without spending hours on advanced study. In <em>Excel Hacks</em>, you'll learn how to:</p>
<ul>
<li>Reduce workbook and worksheet frustration--manage how users interact with worksheets, find and highlight information, and deal with debris and corruption.</li>
<li>Analyze and manage data--extend and automate these features, moving beyond the limited tasks they were designed to perform.</li>
<li>Hack names--learn not only how to name cells and ranges, but also how to create names that adapt to the data in your spreadsheet.</li>
<li>Get the most out of PivotTables--avoid the problems that make them frustrating and learn how to extend them.</li>
<li>Create customized charts--tweak and combine Excel's built-in charting capabilities.</li>
<li>Hack formulas and functions--subjects range from moving formulas around to dealing with datatype issues to improving recalculation time.</li>
<li>Make the most of macros--including ways to manage them and use them to extend other features.</li>
<li>Use the enhanced capabilities of Microsoft Office 2007 to combine Excel with Word, Access, and Outlook.</li>
</ul>

<p>Hack #15: Reduce Workbook Bloat - <a href="http://cachefly.oreilly.com/make/hacks/excerpts/Excel2Ed/Excel_Hacks_2E-Hack_15.pdf">Link</a></p>

<p><strong>Related:</strong>
<ul>
<li>Excel Hacks, 2nd Edition @ the Maker Store - <a href="http://store.makezine.com/ProductDetails.asp?ProductCode=0596528345">Buy now</a>
<li>Excel Hacks, Second Edition--New from O'Reilly: Hook Up with Excel Expert Hackers - <a href="http://press.oreilly.com/pub/pr/1760">Press Release</a>
</ul></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2008/02/excel_hacks_reduce_workbook_bl.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2008/02/excel_hacks_reduce_workbook_bl.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2008/02/excel_hacks_reduce_workbook_bl.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2008/02/excel_hacks_reduce_workbook_bl.html?CMP=OTC-7G2N43923558</guid>
<category>Excel</category>
<pubDate>Mon, 25 Feb 2008 12:00:00 -0800</pubDate>
<enclosure url="http://cachefly.oreilly.com/make/hacks/excerpts/Excel2Ed/Excel_Hacks_2E-Hack_15.pdf" length="1067712" type="application/pdf" />
</item>

<item>
<title>Excel Hacks, Second Edition is out!</title>
<itunes:summary> The second edition of Excel Hacks is out now, and it&apos;s our biggest hacks books yet, with over 130 hacks covering many versions of Excel: Excel 2004 for the Mac, as well as Excel XP, 2003, and 2007. David...</itunes:summary>
<description>
<![CDATA[<p><img alt="excel_hcks2.png" src="http://hackszine.com/excel_hcks2.png" width="501" height="313" /></p>

<p>The second edition of Excel Hacks is out now, and it's our biggest hacks books yet, with over 130 hacks covering many versions of Excel: Excel 2004 for the Mac, as well as Excel XP, 2003, and 2007. David and Raina Hawley's new edition provides a resourceful, roll-up-your-sleeves guide that gives you nonobvious solutions to a whole pile of interesting Excel problems.</p>

<p>It's available now from bookstores, and you can also find it in <a href="http://store.makezine.com/ProductDetails.asp?ProductCode=0596528345">the Make store</a>.</p>

<p><strong>Resources</strong><br />
<ul><br />
<li>O'Reilly FYI: Have fun with Excel - <a href="http://www.oreillynet.com/fyi/blog/2007/06/have_fun_with_excel.html">Link</a><br />
<li>Sample Chapter - <a href="http://www.oreilly.com/catalog/9780596528348/chapter/index.html">Link</a><br />
</ul></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/07/excel_hacks_second_edition_is.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/07/excel_hacks_second_edition_is.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/07/excel_hacks_second_edition_is.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/07/excel_hacks_second_edition_is.html?CMP=OTC-7G2N43923558</guid>
<category>Excel</category>
<pubDate>Tue, 31 Jul 2007 13:00:00 -0800</pubDate>

</item>

<item>
<title>Games Developed in Excel</title>
<itunes:summary> Mark Danburg-Wyld sent a link to a site devoted to games developed entirely in Excel. Are you limited in what games your company&apos;s IT/IS department will leave installed on your work machine? Well, it seems very unlikely they will...</itunes:summary>
<description>
<![CDATA[<p><img alt="excelgames_20070404.jpg" src="http://hackszine.com/excelgames_20070404.jpg" width="500" height="372" /><br />
Mark Danburg-Wyld sent a link to a site devoted to games developed entirely in Excel. </p>

<blockquote>Are you limited in what games your company's IT/IS department will leave installed on your work machine? Well, it seems very unlikely they will take Excel away from you. And Excel, among other things, is an interesting development platform for some fairly amusing programs.

<p>So, enter Excel Games -- the site for games and play inside a program they'll never uninstall. Try them out, and you will find that the Excel version is often as good as any stand alone application!</blockquote></p>

<p>There are really two hacks here: 1) The Excel/VB engine is completely subverted into a platform for game development and 2) since Excel is an essential business tool, identifying it as a game engine ensures that cubicle occupants everywhere can get their fix, despite the most heinous of firewall and software installation restrictions.</p>

<p>Excel Games - non-productive use of essential software! -<a href="http://excelgames.org/index.asp">Link</a></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/04/games_developed_in_excel.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/04/games_developed_in_excel.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/04/games_developed_in_excel.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/04/games_developed_in_excel.html?CMP=OTC-7G2N43923558</guid>
<category>Excel</category>
<pubDate>Tue, 03 Apr 2007 22:44:30 -0800</pubDate>

</item>

<item>
<title>Use Microsoft Office Excel to read live RSS stock news feeds</title>
<itunes:summary> I didn&apos;t try this out yet (and it scares me a little, it&apos;s an EXE) but if you&apos;re looking to get live RSS feeds and stock quotes -in- Excel, here&apos;s an add-on (and how-to) to do just that... You...</itunes:summary>
<description>
<![CDATA[<p><img src="http://hackszine.com/FPGVBN71UNEY6E3B22.medium.jpg" height="185" width="500" border="0" hspace="4" vspace="4" alt="Fpgvbn71Uney6E3B22.Medium" /><br />
I didn't try this out yet (and it scares me a little, it's an EXE) but if you're looking to get live RSS feeds and stock quotes -in- Excel, here's an add-on (and how-to) to do just that...</p>

<blockquote>
You can easily get Excel to act as a live stock RSS news reader with a free add-on. What's cool about this, as opposed to using a regular news reader, is that you can have it update the news depending on the stock symbol you are interested in. Plus, you can also add live stock quotes as well.

<p>And simply by pressing F9, your news will udpate to the latest news about your stocks!<br />
</blockquote></p>

<p>instructables : Hacking Microsoft Office Excel to read live RSS stock news feeds - <a href="http://www.instructables.com/id/E8S8A7XOY5EY6E3AYE?ALLSTEPS">Link.</a></p>

<p><strong>More:</strong><br />
<br />Esquotes - <a href="http://www.esquotes.com/">Link.</a></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/02/use_microsoft_office_excel_to.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/02/use_microsoft_office_excel_to.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/02/use_microsoft_office_excel_to.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/02/use_microsoft_office_excel_to.html?CMP=OTC-7G2N43923558</guid>
<category>Microsoft Office</category>
<pubDate>Thu, 15 Feb 2007 14:01:39 -0800</pubDate>

</item>


</channel>
</rss>