<?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>Excel Services part 6: Building applications with Excel Web Services</title><link>http://blogs.msdn.com/excel/archive/2005/11/17/493962.aspx</link><description>While talking about scenarios for Excel Services, I mentioned “Reusing the logic encapsulated in Excel spreadsheets in custom applications” – which means accessing spreadsheets and their contents server-side via web services in a way that’s scalable and</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Excel Services part 6: Building applications with Excel Web Services</title><link>http://blogs.msdn.com/excel/archive/2005/11/17/493962.aspx#493981</link><pubDate>Thu, 17 Nov 2005 21:10:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:493981</guid><dc:creator>direcotr</dc:creator><description>Good overview.  A few questions:&lt;br&gt;&lt;br&gt;How many sessions would be achievable in a typical single IIS server environment?&lt;br&gt;&lt;br&gt;Will there be wizards or other installation helpers that would automate setup using an existing XLS file as a starting point?&lt;br&gt;&lt;br&gt;I put in my sig a link to a tool that may be a stopgap solution, but probably no more than that given EWS.&lt;br&gt;</description></item><item><title>re: Excel Services part 6: Building applications with Excel Web Services</title><link>http://blogs.msdn.com/excel/archive/2005/11/17/493962.aspx#494093</link><pubDate>Fri, 18 Nov 2005 00:12:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:494093</guid><dc:creator>Bruce</dc:creator><description>Is IIS required to use Excel Web Services?</description></item><item><title>re: Excel Services part 6: Building applications with Excel Web Services</title><link>http://blogs.msdn.com/excel/archive/2005/11/17/493962.aspx#494104</link><pubDate>Fri, 18 Nov 2005 00:32:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:494104</guid><dc:creator>David Gainer</dc:creator><description>direcotr, the number of sessions is dependent on the hardware: how much memory and how many CPUs as well as the load on that server: the size of the spreadsheets, what else is running etc. As we approach release we will provide capacity planning documents that will help plan out hardware requirements.  &lt;br&gt;&lt;br&gt;Using an existing XLS file as a starting point is straight-forward. You load it in Excel 12 and save it to the server. That’s all you need to do to be able to access it using the web services.&lt;br&gt;&lt;br&gt;Bruce, Excel Web Services is built on top of on the SharePoint products and technologies platform which uses IIS.&lt;br&gt;</description></item><item><title>re: Excel Services part 6: Building applications with Excel Web Services</title><link>http://blogs.msdn.com/excel/archive/2005/11/17/493962.aspx#494132</link><pubDate>Fri, 18 Nov 2005 01:10:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:494132</guid><dc:creator>Roger Jennings</dc:creator><description>Hi, Dave,&lt;br&gt;&lt;br&gt;Glad to see your still at Big Red and way up the ladder on the Excel team.&lt;br&gt;&lt;br&gt;Hope that Access 12 has as many new features as Excel 12. Access 2002 and 2003 had very little new to offer.&lt;br&gt;&lt;br&gt;All the best,&lt;br&gt;&lt;br&gt;--rj&lt;br&gt;</description></item><item><title>re: Excel Services part 6: Building applications with Excel Web Services</title><link>http://blogs.msdn.com/excel/archive/2005/11/17/493962.aspx#494187</link><pubDate>Fri, 18 Nov 2005 03:27:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:494187</guid><dc:creator>David Gainer</dc:creator><description>Hey Roger - check out the Access blog if  you haven't yet.  &lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/access/"&gt;http://blogs.msdn.com/access/&lt;/a&gt; ... one of the posts has an overview of all the work the team has done.</description></item><item><title>re: Excel Services part 6: Building applications with Excel Web Services</title><link>http://blogs.msdn.com/excel/archive/2005/11/17/493962.aspx#494495</link><pubDate>Fri, 18 Nov 2005 20:13:36 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:494495</guid><dc:creator>Bruce</dc:creator><description>Thanks Dave this is what i thought.  Will this conflict with an existing Apache Web service on the same machine?&lt;br&gt;Also, are UDF's  available through Excel Web Services?  If not via VBA then through a XLL add-in?&lt;br&gt;Thanks</description></item><item><title>re: Excel Services part 6: Building applications with Excel Web Services</title><link>http://blogs.msdn.com/excel/archive/2005/11/17/493962.aspx#495127</link><pubDate>Mon, 21 Nov 2005 07:48:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:495127</guid><dc:creator>David Gainer</dc:creator><description>Bruce, you can set the either the Apache web service or ours on a different port and then they will co-exist.  As for UDFs we plan to support a managed code interface for UDFs on the server.</description></item><item><title>re: Excel Services part 6: Building applications with Excel Web Services</title><link>http://blogs.msdn.com/excel/archive/2005/11/17/493962.aspx#495213</link><pubDate>Mon, 21 Nov 2005 15:49:33 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:495213</guid><dc:creator>Andreas</dc:creator><description>&lt;br&gt;&lt;br&gt;Hi,&lt;br&gt;Some questions about the support of managed code interface for UDFs on the server:&lt;br&gt;- Is there support for UNICODE?&lt;br&gt;- Will the managed code interface support the new multi-threaded calculations?&lt;br&gt;- Will managed code interface udf be fast compared with xlls? XLLs were always much (factor 10-100) faster then managed automation addins.&lt;br&gt;- Can managed udfs in addition to the value return the cell format (like the back color)?&lt;br&gt;&lt;br&gt;Andreas&lt;br&gt;</description></item><item><title>Licensing?</title><link>http://blogs.msdn.com/excel/archive/2005/11/17/493962.aspx#495445</link><pubDate>Tue, 22 Nov 2005 01:16:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:495445</guid><dc:creator>Glen Little</dc:creator><description>Excel Server sounds great!&lt;br&gt;&lt;br&gt;The only problem would be with licensing. We tried to use Excel on a web server, only to learn that licensing prevented it, because not all users of the web site were guarenteed to have a copy of Excel.&lt;br&gt;&lt;br&gt;Will the server version require client access licenses to use it?&lt;br&gt;&lt;br&gt;Or will a seperate internet connecter license be required?&lt;br&gt;&lt;br&gt;I know it is likely too soon to give definite licensing answers, but that is the one thing that can stop me from planning to adopt the Excel server.&lt;br&gt;&lt;br&gt;Thanks</description></item><item><title>re: Excel Services part 6: Building applications with Excel Web Services</title><link>http://blogs.msdn.com/excel/archive/2005/11/17/493962.aspx#495922</link><pubDate>Tue, 22 Nov 2005 23:38:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:495922</guid><dc:creator>David Gainer</dc:creator><description>Andreas, Managed UDFs on the server support only .NET strings which are Unicode.  We are still working out what exactly the multi-threaded support on the server will be.  It is currently very much multi-threaded by geared at running multiple spreadsheets and user requests on the different threads.  With respect to performance, it is too early for us to say.  And as for the last request for cell formatting, this is something we have heard before but did not make it into this version.&lt;br&gt;&lt;br&gt;Glen, it is too early for us to say.</description></item><item><title>re: Excel Services part 6: Building applications with Excel Web Services</title><link>http://blogs.msdn.com/excel/archive/2005/11/17/493962.aspx#496187</link><pubDate>Wed, 23 Nov 2005 13:58:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:496187</guid><dc:creator>Steve</dc:creator><description>I have a few questions on the APIs:&lt;br&gt;1) Can the user programmatically interact with a sheet that he's also viewing? E.g. to use the API to modify cell values, and see the results in the hosted sheet.&lt;br&gt;2) Will hosted sheets be fully compatible with add-ins &amp;amp; VBA?&lt;br&gt;3) If both of the above are possible, is it then possible to programmatically kick off a macro?&lt;br&gt;&lt;br&gt;I really like the idea of Excel Server, and would love to use it, but I'd need access to all of my add-ins and VBA (esp Bloomberg).</description></item><item><title>Tech Talk PT  &amp;raquo; Blog Archive   &amp;raquo; BI in Office 2007 Resources</title><link>http://blogs.msdn.com/excel/archive/2005/11/17/493962.aspx#585891</link><pubDate>Fri, 28 Apr 2006 12:03:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:585891</guid><dc:creator>Tech Talk PT  » Blog Archive   » BI in Office 2007 Resources</dc:creator><description>PingBack from &lt;a rel="nofollow" target="_new" href="http://techtalkpt.wordpress.com/2006/04/28/bi-in-office-2007-resources/"&gt;http://techtalkpt.wordpress.com/2006/04/28/bi-in-office-2007-resources/&lt;/a&gt;</description></item><item><title>Cogniview&amp;#8217;s Excel Blog &amp;raquo; Excel Web Services: What is it?</title><link>http://blogs.msdn.com/excel/archive/2005/11/17/493962.aspx#721098</link><pubDate>Fri, 25 Aug 2006 10:18:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:721098</guid><dc:creator>Cogniview’s Excel Blog » Excel Web Services: What is it?</dc:creator><description>PingBack from &lt;a rel="nofollow" target="_new" href="http://www.cogniview.com/excelblog/post/excel-web-services-what-is-it/"&gt;http://www.cogniview.com/excelblog/post/excel-web-services-what-is-it/&lt;/a&gt;</description></item><item><title>Web 2.0  &amp;raquo; Blog Archives   &amp;raquo; Embracing and Extending Microsoft: JotSpot&amp;#8217;s Joe Kraus on the Web</title><link>http://blogs.msdn.com/excel/archive/2005/11/17/493962.aspx#779263</link><pubDate>Sun, 01 Oct 2006 12:26:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:779263</guid><dc:creator>Web 2.0  » Blog Archives   » Embracing and Extending Microsoft: JotSpot’s Joe Kraus on the Web</dc:creator><description>PingBack from &lt;a rel="nofollow" target="_new" href="http://chaespot.com/web2.0/2006/10/01/embracing-and-extending-microsoft-jotspots-joe-kraus-on-the-web/"&gt;http://chaespot.com/web2.0/2006/10/01/embracing-and-extending-microsoft-jotspots-joe-kraus-on-the-web/&lt;/a&gt;</description></item><item><title>Overview of Excel Services &amp;laquo; Yvonne Harryman&amp;#8217;s SharePoint Blog</title><link>http://blogs.msdn.com/excel/archive/2005/11/17/493962.aspx#6974898</link><pubDate>Fri, 04 Jan 2008 06:52:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6974898</guid><dc:creator>Overview of Excel Services « Yvonne Harryman’s SharePoint Blog</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://yvonneharryman.wordpress.com/2008/01/04/overview-of-excel-services/"&gt;http://yvonneharryman.wordpress.com/2008/01/04/overview-of-excel-services/&lt;/a&gt;&lt;/p&gt;
</description></item></channel></rss>