<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>How UDFs work in Excel Services - a Primer</title><link>http://blogs.msdn.com/cumgranosalis/archive/2006/04/04/UdfsPrimer.aspx</link><description>UDFs (User Defined Functions) are a great way to extend Excel Services' capabilities. This post describes the basics and shows you how to create a simple DNS Lookup application with Excel.</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: How UDFs work in Excel Services - a Primer</title><link>http://blogs.msdn.com/cumgranosalis/archive/2006/04/04/UdfsPrimer.aspx#568318</link><pubDate>Tue, 04 Apr 2006 21:11:34 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:568318</guid><dc:creator>Rob</dc:creator><description>&amp;gt;Creating UDFs for Excel Services is incredibly simple. All you need is something that can create .NET 2.0&lt;br&gt;&amp;gt;assemblies and about 5 lines of code. Using UDFs, you can augment the existing Excel Services formulas&lt;br&gt;&amp;gt; and add your own.&lt;br&gt;This is sweet, but why isn't it included on the client version of Excel? Automation add-in are a pain and slow, and calling .NET code from an XLL is not the easiest thing.&lt;br&gt;</description></item><item><title>UDF Rules and guidelines</title><link>http://blogs.msdn.com/cumgranosalis/archive/2006/04/04/UdfsPrimer.aspx#570476</link><pubDate>Fri, 07 Apr 2006 04:49:28 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:570476</guid><dc:creator>Cum Grano Salis</dc:creator><description>A description of what's supported (type wise) in Excel UDFs.</description></item><item><title>re: How UDFs work in Excel Services - a Primer</title><link>http://blogs.msdn.com/cumgranosalis/archive/2006/04/04/UdfsPrimer.aspx#570710</link><pubDate>Fri, 07 Apr 2006 13:53:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:570710</guid><dc:creator>Govert van Drimmelen</dc:creator><description>There are some 3rd party options for creating managed UDFs for the Excel client. The free ExcelDna library is an option (&lt;a rel="nofollow" target="_new" href="http://exceldna.typepad.com"&gt;http://exceldna.typepad.com&lt;/a&gt;) as is the commercial ManagedXLL project.&lt;br&gt;For ExcelDna I will consider building compatibility with the Excel Services UDF story - it looks quite easy from what I see so far. If I get it right, this will allow you to use the same assemblies in the Excel client and in Excel Services.</description></item><item><title>Excel Services UDF, be not synchronous</title><link>http://blogs.msdn.com/cumgranosalis/archive/2006/04/04/UdfsPrimer.aspx#573797</link><pubDate>Wed, 12 Apr 2006 03:24:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:573797</guid><dc:creator>Cum Grano Salis</dc:creator><description>Excel Services UDFs can use any dirty trick in the .NET book (as long as not blocked by the admin). In this post, we will show how a UDF can greatly increase performance of multiple calls made to web-services.</description></item><item><title>How to add support for External Workbook References to Excel Services</title><link>http://blogs.msdn.com/cumgranosalis/archive/2006/04/04/UdfsPrimer.aspx#588535</link><pubDate>Tue, 02 May 2006 21:18:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:588535</guid><dc:creator>Cum Grano Salis</dc:creator><description>Excel Services does not support External Workbook References. I show how you can use a UDF to get similar functionality.</description></item><item><title>Making Excel Services UDFs work on Excel 2007 - Part 1</title><link>http://blogs.msdn.com/cumgranosalis/archive/2006/04/04/UdfsPrimer.aspx#687938</link><pubDate>Fri, 04 Aug 2006 00:26:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:687938</guid><dc:creator>Cum Grano Salis</dc:creator><description>I have made a few posts about UDFs over the past couple of months. One of the things I neglected to explain...</description></item><item><title>Making Excel Services UDFs Work in Excel 2007</title><link>http://blogs.msdn.com/cumgranosalis/archive/2006/04/04/UdfsPrimer.aspx#735565</link><pubDate>Fri, 01 Sep 2006 20:33:08 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:735565</guid><dc:creator>Microsoft Excel 2007 (nee Excel 12)</dc:creator><description>Shahar Prish, one of the developers on the Excel Services team, has recently posted a few entries on...</description></item><item><title>Call Java from Excel Services?  Yes you can!</title><link>http://blogs.msdn.com/cumgranosalis/archive/2006/04/04/UdfsPrimer.aspx#775883</link><pubDate>Thu, 28 Sep 2006 22:24:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:775883</guid><dc:creator>All About Interop</dc:creator><description>This is an example ofwhat is possible when web services is baked into the platform.&amp;amp;amp;nbsp; Excel Services...</description></item><item><title>Sharepoint 2007 UDF primer</title><link>http://blogs.msdn.com/cumgranosalis/archive/2006/04/04/UdfsPrimer.aspx#775978</link><pubDate>Thu, 28 Sep 2006 23:34:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:775978</guid><dc:creator>Digging .NET</dc:creator><description>Sharepoint 2007 UDF User Defined Functions</description></item><item><title>Pre-requisites</title><link>http://blogs.msdn.com/cumgranosalis/archive/2006/04/04/UdfsPrimer.aspx#776556</link><pubDate>Fri, 29 Sep 2006 08:45:32 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:776556</guid><dc:creator>LuisBE on Services</dc:creator><description>Instead of re-hashing information I've found elsewhere I figured a pre-reqs post would be good.&lt;br&gt;One...</description></item><item><title>Pre-requisites</title><link>http://blogs.msdn.com/cumgranosalis/archive/2006/04/04/UdfsPrimer.aspx#905124</link><pubDate>Tue, 31 Oct 2006 03:50:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:905124</guid><dc:creator>LuisBE on Services</dc:creator><description>&lt;p&gt;Instead of re-hashing information I've found elsewhere I figured a pre-reqs post would be good. One of&lt;/p&gt;
</description></item><item><title>Excel Services and User Defined Functions in Managed Code</title><link>http://blogs.msdn.com/cumgranosalis/archive/2006/04/04/UdfsPrimer.aspx#1382961</link><pubDate>Sat, 30 Dec 2006 06:17:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1382961</guid><dc:creator>edhild's WebLog</dc:creator><description>&lt;p&gt;So I just finished coding the solution for my chapter on Excel Services. The more I dig deep in this&lt;/p&gt;
</description></item><item><title>Call Java from Excel Services?  Yes you can!</title><link>http://blogs.msdn.com/cumgranosalis/archive/2006/04/04/UdfsPrimer.aspx#4315920</link><pubDate>Fri, 10 Aug 2007 03:37:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4315920</guid><dc:creator>All About Interop</dc:creator><description>&lt;p&gt;This is an example ofwhat is possible when web services is baked into the platform. Excel Services in&lt;/p&gt;
</description></item><item><title>Christian Stich on Excel Services:  Financial option valuation implemented with Monte Carlo simulation using multithreaded User Defined Functions (UDFs)</title><link>http://blogs.msdn.com/cumgranosalis/archive/2006/04/04/UdfsPrimer.aspx#4394347</link><pubDate>Wed, 15 Aug 2007 06:25:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4394347</guid><dc:creator>Microsoft Excel</dc:creator><description>&lt;p&gt;Today’s author: Christian Stich, a program manager on the Excel Services team who likes to combine his&lt;/p&gt;
</description></item><item><title>Christian Stich on Excel Services:  Financial option valuation implemented with Monte Carlo simulation using multithreaded User Defined Functions (UDFs)</title><link>http://blogs.msdn.com/cumgranosalis/archive/2006/04/04/UdfsPrimer.aspx#4394485</link><pubDate>Wed, 15 Aug 2007 06:37:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4394485</guid><dc:creator>Noticias externas</dc:creator><description>&lt;p&gt;Today’s author: Christian Stich, a program manager on the Excel Services team who likes to combine his&lt;/p&gt;
</description></item><item><title>re: How UDFs work in Excel Services - a Primer</title><link>http://blogs.msdn.com/cumgranosalis/archive/2006/04/04/UdfsPrimer.aspx#8481754</link><pubDate>Fri, 09 May 2008 22:59:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8481754</guid><dc:creator>Rathna Subbu</dc:creator><description>&lt;p&gt;I am trying to call a MOSS web service from Excel UDF with the calling users security context with Trusted Subsystem and i am getting the following error. Can anyone point the correct way without using Delegation mode?&lt;/p&gt;
&lt;p&gt;Unable to cast object of type 'Microsoft.Office.Excel.Server.CalculationServer.WorkOnBehalfIdentity' to type 'System.Security.Principal.WindowsIdentity'.&lt;/p&gt;
&lt;p&gt;thanks&lt;/p&gt;
&lt;p&gt;Rathna&lt;/p&gt;
</description></item></channel></rss>