<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Free Excel Stuff</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2008/07/28/free-excel-stuff/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2008/07/28/free-excel-stuff/</link>
	<description>Daily posts of Excel tips…and other stuff</description>
	<lastBuildDate>Wed, 08 Feb 2012 23:58:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://www.dailydoseofexcel.com/archives/2008/07/28/free-excel-stuff/#comment-33956</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Thu, 31 Jul 2008 14:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1870#comment-33956</guid>
		<description>&lt;p&gt;Dan -&lt;/p&gt;
&lt;p&gt;&quot;if it&#039;s not there, get off your ass and make it.&quot;&lt;/p&gt;
&lt;p&gt;Exactly.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Dan -</p>
<p>&#8220;if it&#8217;s not there, get off your ass and make it.&#8221;</p>
<p>Exactly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Black</title>
		<link>http://www.dailydoseofexcel.com/archives/2008/07/28/free-excel-stuff/#comment-33937</link>
		<dc:creator>Daniel Black</dc:creator>
		<pubDate>Wed, 30 Jul 2008 18:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1870#comment-33937</guid>
		<description>&lt;p&gt;@fzz&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;Ever tried using OOo&#039;s object model documentation? OOo *MIGHT* be more programmable, but it can take hours if not days to hunt down example code (because there ain&#039;t any documentation) for object model operations that would take a few seconds to read about in Excel/VBA online help and maybe a minute or two to code.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Nein.  I also somewhat preempted this in my comment, and completely agree.  I programmed some BASIC many years ago (very simple stuff), and then a little bit of C++, but Excel VBA is the environment I have done the most with.  Even then, I&#039;m not a developer; I hack pieces here and there to get my job done, as a secondary or tertiary necessity.&lt;/p&gt;
&lt;p&gt;To more strongly agree with sentiments about the &lt;em&gt;ease&lt;/em&gt; of EVBA programming, I could never have developed what little programming acumen I might have working with Java to develop OO.o.  Period.  While they&#039;re not necessarily well written all the time, and seem to be less well written in 2003 than in &#039;97, the help files in Excel VBA IDE are wonderful and nicely accessible (place the cursor + F1 = nice).  Beyond that, there is loads of overhead taken care of in this environment.&lt;/p&gt;
&lt;p&gt;I consider Excel to be the highest-quality product Microsoft has available.  Yes, that&#039;s very biased.  I don&#039;t have a problem with that.&lt;/p&gt;
&lt;p&gt;@Jon Peltier&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;Daniel - Are you saying I should get the OO source code, hack away, then recompile? Deployment will be a bit more involved than emailing a file then, won&#039;t it?&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;I&#039;m not saying OO.o (nor Excel, nor gnumeric) is more &lt;em&gt;easily&lt;/em&gt; programmable.  I see rhetoric like&lt;br&gt;

&lt;blockquote&gt;OpenOffice cannot match Excel&#039;s programmability. If you want Open Source, fine, but if you want Excel&#039;s capabilities, cowboy up and get Excel.&lt;p&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt; and I think we can do better.  It tastes a little like FUD.  We shouldn&#039;t conflate ease or accessibility of programming with inherent programmability.&lt;/p&gt;
&lt;p&gt;But, back on track here, the complaints about how this freebie wouldn&#039;t work in OO.o are abominable.  No doubt.  Too many people seem to miss the point that &lt;em&gt;there&#039;s nothing wrong with closedness, and there&#039;s nothing wrong with wanting to make money&lt;/em&gt;.  Statistics purists should probably hit &lt;a href=&quot;http://www.r-project.org/&quot; rel=&quot;nofollow&quot;&gt;R&lt;/a&gt; instead of any spreadsheet program, anyway.  You could even go so far as to use &lt;a href=&quot;http://www.sagemath.org&quot; rel=&quot;nofollow&quot;&gt;Sage&lt;/a&gt;, which has an interface to R but also to tons of other applications, as well as a Python (and Cython) core.  Don&#039;t bitch because a product made specifically for Excel isn&#039;t available for OO.o; also, don&#039;t bitch because a Firefox extension isn&#039;t available for Opera.  This actually cuts against the underlying philosophy of open-source projects: if it&#039;s not there, get off your ass and make it.&lt;/p&gt;
&lt;p&gt;In short: I&#039;m a great fan of Excel, and its VBA implementation; but dogma for or against it is at least confusing, if not injurious.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@fzz</p>
<blockquote><p>Ever tried using OOo&#8217;s object model documentation? OOo *MIGHT* be more programmable, but it can take hours if not days to hunt down example code (because there ain&#8217;t any documentation) for object model operations that would take a few seconds to read about in Excel/VBA online help and maybe a minute or two to code.</p>
</blockquote>
<p>Nein.  I also somewhat preempted this in my comment, and completely agree.  I programmed some BASIC many years ago (very simple stuff), and then a little bit of C++, but Excel VBA is the environment I have done the most with.  Even then, I&#8217;m not a developer; I hack pieces here and there to get my job done, as a secondary or tertiary necessity.</p>
<p>To more strongly agree with sentiments about the <em>ease</em> of EVBA programming, I could never have developed what little programming acumen I might have working with Java to develop OO.o.  Period.  While they&#8217;re not necessarily well written all the time, and seem to be less well written in 2003 than in &#8217;97, the help files in Excel VBA IDE are wonderful and nicely accessible (place the cursor + F1 = nice).  Beyond that, there is loads of overhead taken care of in this environment.</p>
<p>I consider Excel to be the highest-quality product Microsoft has available.  Yes, that&#8217;s very biased.  I don&#8217;t have a problem with that.</p>
<p>@Jon Peltier</p>
<blockquote><p>Daniel &#8211; Are you saying I should get the OO source code, hack away, then recompile? Deployment will be a bit more involved than emailing a file then, won&#8217;t it?</p>
</blockquote>
<p>I&#8217;m not saying OO.o (nor Excel, nor gnumeric) is more <em>easily</em> programmable.  I see rhetoric like</p>
<blockquote><p>OpenOffice cannot match Excel&#8217;s programmability. If you want Open Source, fine, but if you want Excel&#8217;s capabilities, cowboy up and get Excel.
</p>
</blockquote>
<p> and I think we can do better.  It tastes a little like FUD.  We shouldn&#8217;t conflate ease or accessibility of programming with inherent programmability.</p>
<p>But, back on track here, the complaints about how this freebie wouldn&#8217;t work in OO.o are abominable.  No doubt.  Too many people seem to miss the point that <em>there&#8217;s nothing wrong with closedness, and there&#8217;s nothing wrong with wanting to make money</em>.  Statistics purists should probably hit <a href="http://www.r-project.org/" rel="nofollow">R</a> instead of any spreadsheet program, anyway.  You could even go so far as to use <a href="http://www.sagemath.org" rel="nofollow">Sage</a>, which has an interface to R but also to tons of other applications, as well as a Python (and Cython) core.  Don&#8217;t bitch because a product made specifically for Excel isn&#8217;t available for OO.o; also, don&#8217;t bitch because a Firefox extension isn&#8217;t available for Opera.  This actually cuts against the underlying philosophy of open-source projects: if it&#8217;s not there, get off your ass and make it.</p>
<p>In short: I&#8217;m a great fan of Excel, and its VBA implementation; but dogma for or against it is at least confusing, if not injurious.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Murphy</title>
		<link>http://www.dailydoseofexcel.com/archives/2008/07/28/free-excel-stuff/#comment-33919</link>
		<dc:creator>Simon Murphy</dc:creator>
		<pubDate>Wed, 30 Jul 2008 00:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1870#comment-33919</guid>
		<description>&lt;p&gt;I don&#039;t think add-ins for OOo or gnumeric need be open source, depending how you distribute them.&lt;/p&gt;
&lt;p&gt;Unfortunately for users of anything that isn&#039;t Excel, Excel is currently so dominant it would be hard to justify porting an Excel add-in to another spreadsheet app. Novel OpenOffice has pretty decent VBA support, and its improving all the time so its getting more realistic.&lt;/p&gt;
&lt;p&gt;I&#039;d suggest which is the most programmable is less important than which is the most programmed. (From which we could infer which is most programmable in the real world.)&lt;/p&gt;
&lt;p&gt;I use OOo and gnumeric on everything except my dev machine and I still havent ported any of my code or add-ins, and I have been meaning to for years.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I don&#8217;t think add-ins for OOo or gnumeric need be open source, depending how you distribute them.</p>
<p>Unfortunately for users of anything that isn&#8217;t Excel, Excel is currently so dominant it would be hard to justify porting an Excel add-in to another spreadsheet app. Novel OpenOffice has pretty decent VBA support, and its improving all the time so its getting more realistic.</p>
<p>I&#8217;d suggest which is the most programmable is less important than which is the most programmed. (From which we could infer which is most programmable in the real world.)</p>
<p>I use OOo and gnumeric on everything except my dev machine and I still havent ported any of my code or add-ins, and I have been meaning to for years.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://www.dailydoseofexcel.com/archives/2008/07/28/free-excel-stuff/#comment-33917</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Tue, 29 Jul 2008 22:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1870#comment-33917</guid>
		<description>&lt;p&gt;Daniel - Are you saying I should get the OO source code, hack away, then recompile? Deployment will be a bit more involved than emailing a file then, won&#039;t it?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Daniel &#8211; Are you saying I should get the OO source code, hack away, then recompile? Deployment will be a bit more involved than emailing a file then, won&#8217;t it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fzz</title>
		<link>http://www.dailydoseofexcel.com/archives/2008/07/28/free-excel-stuff/#comment-33915</link>
		<dc:creator>fzz</dc:creator>
		<pubDate>Tue, 29 Jul 2008 21:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1870#comment-33915</guid>
		<description>&lt;p&gt;@Daniel Black -&lt;/p&gt;
&lt;p&gt;Ever tried using OOo&#039;s object model documentation? OOo *MIGHT* be more programmable, but it can take hours if not days to hunt down example code (because there ain&#039;t any documentation) for object model operations that would take a few seconds to read about in Excel/VBA online help and maybe a minute or two to code.&lt;/p&gt;
&lt;p&gt;Sun had done a demonstrably horrible job documenting OOo&#039;s innards, and the OOo community hasn&#039;t contributed much support in this area. This is one of F/OSS&#039;s greatest weaknesses: the belief that providing source code reduces or eliminates the need for proper documentation. OOo programmability is an excruciating example. Note: these comments DON&#039;T apply to gnumeric, which has much better docs than OOo.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@Daniel Black -</p>
<p>Ever tried using OOo&#8217;s object model documentation? OOo *MIGHT* be more programmable, but it can take hours if not days to hunt down example code (because there ain&#8217;t any documentation) for object model operations that would take a few seconds to read about in Excel/VBA online help and maybe a minute or two to code.</p>
<p>Sun had done a demonstrably horrible job documenting OOo&#8217;s innards, and the OOo community hasn&#8217;t contributed much support in this area. This is one of F/OSS&#8217;s greatest weaknesses: the belief that providing source code reduces or eliminates the need for proper documentation. OOo programmability is an excruciating example. Note: these comments DON&#8217;T apply to gnumeric, which has much better docs than OOo.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Black</title>
		<link>http://www.dailydoseofexcel.com/archives/2008/07/28/free-excel-stuff/#comment-33912</link>
		<dc:creator>Daniel Black</dc:creator>
		<pubDate>Tue, 29 Jul 2008 19:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1870#comment-33912</guid>
		<description>&lt;blockquote&gt;&lt;p&gt;OpenOffice cannot match Excel&#039;s programmability. If you want Open Source, fine, but if you want Excel&#039;s capabilities, cowboy up and get Excel.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;I&#039;ll give you that VBA is Excel&#039;s edge, and that OO.o isn&#039;t a giant killer (slow, for starters).  I use gnumeric.&lt;/p&gt;
&lt;p&gt;I would offer, though, that OO.o, by virtue of being open-source, is demonstrably more programmable than Excel.  VBA provides a wide palette of hooks; OO.o, via Java, provides every single hook plus the capacity to create your own.&lt;/p&gt;
&lt;p&gt;Of course, for daily usability, VBA, especially due to its integration and IDE, is superior for most tasks you&#039;d want to program in a spreadsheet.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<blockquote><p>OpenOffice cannot match Excel&#8217;s programmability. If you want Open Source, fine, but if you want Excel&#8217;s capabilities, cowboy up and get Excel.</p>
</blockquote>
<p>I&#8217;ll give you that VBA is Excel&#8217;s edge, and that OO.o isn&#8217;t a giant killer (slow, for starters).  I use gnumeric.</p>
<p>I would offer, though, that OO.o, by virtue of being open-source, is demonstrably more programmable than Excel.  VBA provides a wide palette of hooks; OO.o, via Java, provides every single hook plus the capacity to create your own.</p>
<p>Of course, for daily usability, VBA, especially due to its integration and IDE, is superior for most tasks you&#8217;d want to program in a spreadsheet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: doco</title>
		<link>http://www.dailydoseofexcel.com/archives/2008/07/28/free-excel-stuff/#comment-33907</link>
		<dc:creator>doco</dc:creator>
		<pubDate>Tue, 29 Jul 2008 13:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1870#comment-33907</guid>
		<description>&lt;p&gt;There are a some really cool open source widgets out there. One observation though: the common complaint among the open source crowd though seems to have its foundation in jealousy of Gates&#039; billions: that somehow he and his products are bad because it made him (and many, many others) wealthy.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>There are a some really cool open source widgets out there. One observation though: the common complaint among the open source crowd though seems to have its foundation in jealousy of Gates&#8217; billions: that somehow he and his products are bad because it made him (and many, many others) wealthy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fzz</title>
		<link>http://www.dailydoseofexcel.com/archives/2008/07/28/free-excel-stuff/#comment-33899</link>
		<dc:creator>fzz</dc:creator>
		<pubDate>Tue, 29 Jul 2008 03:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1870#comment-33899</guid>
		<description>&lt;p&gt;Maybe StatFi and/or StatPlus are decent products, maybe not. Odd that there are no testimonials on the vendor&#039;s website from anyone in an OECD country.&lt;/p&gt;
&lt;p&gt;As for the OOo advocates, they don&#039;t understand why VBA is Excel&#039;s greatest asset. OTOH, OOo Calc is much more of a 3D spreadsheet than Excel. Ever needed relative worksheet addressing? Try doing that without VBA or XLM in Excel. Whereas the capability is built into OOo Calc&#039;s addressing syntax. All depends on what your &#039;must have&#039; feature happens to be.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Maybe StatFi and/or StatPlus are decent products, maybe not. Odd that there are no testimonials on the vendor&#8217;s website from anyone in an OECD country.</p>
<p>As for the OOo advocates, they don&#8217;t understand why VBA is Excel&#8217;s greatest asset. OTOH, OOo Calc is much more of a 3D spreadsheet than Excel. Ever needed relative worksheet addressing? Try doing that without VBA or XLM in Excel. Whereas the capability is built into OOo Calc&#8217;s addressing syntax. All depends on what your &#8216;must have&#8217; feature happens to be.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harald Staff</title>
		<link>http://www.dailydoseofexcel.com/archives/2008/07/28/free-excel-stuff/#comment-33895</link>
		<dc:creator>Harald Staff</dc:creator>
		<pubDate>Mon, 28 Jul 2008 23:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1870#comment-33895</guid>
		<description>&lt;p&gt;Probably not have to be open source, just free. Free as in free beer, not as in free speech.&lt;br&gt;
Note to self; white paper on free beer&#039;s influence on free speech, very effective.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Probably not have to be open source, just free. Free as in free beer, not as in free speech.<br />
Note to self; white paper on free beer&#8217;s influence on free speech, very effective.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://www.dailydoseofexcel.com/archives/2008/07/28/free-excel-stuff/#comment-33894</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Mon, 28 Jul 2008 23:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1870#comment-33894</guid>
		<description>&lt;p&gt;&quot;Waaah! Why isn&#039;t it compatible with OpenOffice?&quot;&lt;/p&gt;
&lt;p&gt;Well, dummy, it uses Excel&#039;s VBA capabilities to do its magic. Why can&#039;t it use OpenOffice&#039;s VBA capabilities? OpenOffice cannot match Excel&#039;s programmability. If you want Open Source, fine, but if you want Excel&#039;s capabilities, cowboy up and get Excel.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>&#8220;Waaah! Why isn&#8217;t it compatible with OpenOffice?&#8221;</p>
<p>Well, dummy, it uses Excel&#8217;s VBA capabilities to do its magic. Why can&#8217;t it use OpenOffice&#8217;s VBA capabilities? OpenOffice cannot match Excel&#8217;s programmability. If you want Open Source, fine, but if you want Excel&#8217;s capabilities, cowboy up and get Excel.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

