<?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 – Key Scenarios</title><link>http://blogs.msdn.com/excel/archive/2005/11/09/490926.aspx</link><description>We targeted three scenarios for this initial release of the product (note – “scenario” is development-team speak for “what we expect customers will want to do with a set of features in a product”). Sharing spreadsheets through the browser Building business</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Excel Services – Key Scenarios</title><link>http://blogs.msdn.com/excel/archive/2005/11/09/490926.aspx#490954</link><pubDate>Wed, 09 Nov 2005 22:43:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:490954</guid><dc:creator>Brian Mulder</dc:creator><description>Just reading up on this blog, thanks David for all the info and the nice visuals. Looks like Excel is gonna be great and i can't wait for the beta. What about this scenario, our company (financial services) needs a makeover of our realtime client app(VB) and i'm personally pushing hard for Excel instead of VB.NET as the frontend. It's based on RTD and prototyping is easy but is RTD save for the next years? or will every form of realtime communication move through LCS and do i've to connect the client LCS API to Excel in that case? Any thoughts or a pointers to documents would be very much appreciated.</description></item><item><title>re: Excel Services – Open API's?</title><link>http://blogs.msdn.com/excel/archive/2005/11/09/490926.aspx#490967</link><pubDate>Wed, 09 Nov 2005 23:17:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:490967</guid><dc:creator>Joe Erickson</dc:creator><description>Will Excel Services be based on documented/open API's? Will it be possible to replace the calculation engine on the back end or the editing of workbooks on the front end? Is there any documentation on the subject yet?</description></item><item><title>re: Excel Services – Key Scenarios</title><link>http://blogs.msdn.com/excel/archive/2005/11/09/490926.aspx#491066</link><pubDate>Thu, 10 Nov 2005 03:20:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:491066</guid><dc:creator>Harlan Grove</dc:creator><description>Your third point for what Excel Services is needs more explanation given your second point for what Excel services is not.&lt;br&gt;&lt;br&gt;Is: &amp;quot;The same spreadsheet that was published by our spreadsheet author can also be accessed programmatically by any application that can speak web services, and the calling application can change values, calculate the spreadsheet, and retrieve some or all of the entire updated spreadsheet using that interface, subject of course to security permissions.&amp;quot;&lt;br&gt;&lt;br&gt;Is Not: &amp;quot;Multi-user Excel – Lots of users can open and “interact” with a spreadsheet at the same time.&amp;quot;&lt;br&gt;&lt;br&gt;So those calling applications using web services to use Excel spreadsheets stored in SharePoint libraries would need to do so in serial order, one at a time?</description></item><item><title>re: Excel Services – Key Scenarios</title><link>http://blogs.msdn.com/excel/archive/2005/11/09/490926.aspx#491215</link><pubDate>Thu, 10 Nov 2005 11:59:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:491215</guid><dc:creator>Stephen Bullen</dc:creator><description>I really like the idea of being able to put an Excel workbook on the server and consume it from other applications, but have you joined it up such that it can be consumed by an Excel 12 worksheet?&lt;br&gt;&lt;br&gt;I'm very interested in speeding up the calc time of long-running financial models. In your MTC/MTR (Multi-Threaded Recalc) post, you mentioned that Excel 12 could be set to use, say, 16 calculation threads and that would be useful if most of the client time is spent submitting the calcs to a server and waiting for a response.&lt;br&gt;&lt;br&gt;From this post, I understand that I can create a (simple) Excel workbook, upload it to a server (or server farm?) and consume it from a client application using web services.&lt;br&gt;&lt;br&gt;So what I'd really like to do is to create a workbook that does a simple but lengthy calculation and upload that to a farm of, say, 16 Excel servers (so I have 16 copies of the same workbook running as a server farm). On the client, I'd like to create another workbook that I can set to use 16 threads in MTR mode. The client sends 16 calc requests to the server farm, which uses the 16 boxes to do a single calc each, then returns the results to the client, which has been waiting for them to complete. (Note that I'm *NOT* talking about having a single workbook calced across multiple servers, but of having multiple component workbooks copied to multiple servers and aggregated by a separate workbook on the client).&lt;br&gt;&lt;br&gt;As the Excel server API is exposed as a web service, I guess I could use VBA to do the connection (called as a UDF from the sheet), but in your MTR post you mentioned that VBA UDFs don't participate in MTR.&lt;br&gt;&lt;br&gt;So I think I need you to include a built-in worksheet function (not VBA) that I can use to consume Excel server web services directly from the sheet, and that should be able to pass (potentially lots of) parameters to the web service (as a range of name/value pairs?) and retrieve either a single result or an array of results.&lt;br&gt;&lt;br&gt;That would give me an extremely compelling scenario for upgrading to Excel 12 and using Excel server to slash the calc times of my complex financial models - all out of the box and without writing any code!</description></item><item><title>re: Excel Services – Key Scenarios</title><link>http://blogs.msdn.com/excel/archive/2005/11/09/490926.aspx#491436</link><pubDate>Thu, 10 Nov 2005 21:37:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:491436</guid><dc:creator>David Gainer</dc:creator><description>Brian, yes, our RTD functionality is fully supported in v12 and will be supported going forward.  Here is a link: &lt;a rel="nofollow" target="_new" href="http://support.microsoft.com/kb/285339/EN-US/"&gt;http://support.microsoft.com/kb/285339/EN-US/&lt;/a&gt; &lt;br&gt;&lt;br&gt;Harlan, I see were I may have been unclear, and I will update the post. Excel Services DOES allow multiple users to interact with the same spreadsheet concurrently but they won’t see each others edits and the edits do not get synced back up to the original document. Each user has their own session state in the server’s memory. The behavior is the same when calling through the web services or through the web UI. Hope that clears it up.&lt;br&gt;&lt;br&gt;Joe, there will be documented APIs that will let you access and calculate spreadsheets on the server. One of the use cases for the API is writing custom UI on top of a server spreadsheet. More on this with examples in future posts. It isn’t possible to change the calculation engine.&lt;br&gt;&lt;br&gt;Stephen, the scenario you describe makes perfect sense and is something we have been thinking about. Unfortunately we won’t have an out-of-the-box function this time around. The good news is that you could write this as a custom user defined function using the XLL interface.&lt;br&gt;</description></item><item><title>re: Excel Services – Key Scenarios</title><link>http://blogs.msdn.com/excel/archive/2005/11/09/490926.aspx#492896</link><pubDate>Tue, 15 Nov 2005 16:37:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:492896</guid><dc:creator>Steve</dc:creator><description>I have a question regarding sharing of sheets, where you state that it's possible for a client to connect and update values. Would the API allow for modification of shared values (where all clients could see that changes), or would the changed values only affect the local connection to the server?</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/09/490926.aspx#585887</link><pubDate>Fri, 28 Apr 2006 12:03:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:585887</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>Inside Microsoft's Enterprise 2.0 Battle Plan</title><link>http://blogs.msdn.com/excel/archive/2005/11/09/490926.aspx#685828</link><pubDate>Wed, 02 Aug 2006 02:52:57 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:685828</guid><dc:creator>Innovation Creators</dc:creator><description>I was at Microsoft's office's in Mountain View last Friday; the guest of Don Campbell, Microsoft's Office 2007 Evangelist. I have to say that I was really impressed with what I saw. People are counting Microsoft out, but that's crazy....</description></item><item><title>Webified Desktop Apps vs Browser-based Apps</title><link>http://blogs.msdn.com/excel/archive/2005/11/09/490926.aspx#744195</link><pubDate>Thu, 07 Sep 2006 13:44:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:744195</guid><dc:creator>Read/WriteWeb</dc:creator><description>Written by Ebrahim Ezzy and edited by Richard MacManus. Ebrahim runs a search engine called Qube - which is a webified desktop app. Richard's Note: In many ways Ebrahim's conclusions in this article contradict my own views, but I think...</description></item><item><title>To be a ajax expert &amp;raquo; ?????????RIA??????App Launcher????????????????????????</title><link>http://blogs.msdn.com/excel/archive/2005/11/09/490926.aspx#745587</link><pubDate>Fri, 08 Sep 2006 06:25:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:745587</guid><dc:creator>To be a ajax expert » ?????????RIA??????App Launcher????????????????????????</dc:creator><description>PingBack from &lt;a rel="nofollow" target="_new" href="http://my.donews.com/digitalghost/2006/09/08/nnGriWxkPSEglbkZWMiBsZPEJDmfxeUqiJbg/"&gt;http://my.donews.com/digitalghost/2006/09/08/nnGriWxkPSEglbkZWMiBsZPEJDmfxeUqiJbg/&lt;/a&gt;</description></item><item><title>  ?????????RIA??????App Launcher???????????????????????? : To be a RIA expert</title><link>http://blogs.msdn.com/excel/archive/2005/11/09/490926.aspx#1910829</link><pubDate>Mon, 19 Mar 2007 06:47:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1910829</guid><dc:creator>  ?????????RIA??????App Launcher???????????????????????? : To be a RIA expert</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.riaexpert.cn/?p=41"&gt;http://www.riaexpert.cn/?p=41&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>disable excel browser integration</title><link>http://blogs.msdn.com/excel/archive/2005/11/09/490926.aspx#8678304</link><pubDate>Tue, 01 Jul 2008 22:17:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8678304</guid><dc:creator>disable excel browser integration</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://marin.forsexstories.com/disableexcelbrowserintegration.html"&gt;http://marin.forsexstories.com/disableexcelbrowserintegration.html&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>BI in Office 2007 Resources | Rickey Whitworths Blog</title><link>http://blogs.msdn.com/excel/archive/2005/11/09/490926.aspx#9459995</link><pubDate>Thu, 05 Mar 2009 18:38:33 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9459995</guid><dc:creator>BI in Office 2007 Resources | Rickey Whitworths Blog</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.whitworth.org/2006/07/09/bi-in-office-2007-resources/"&gt;http://www.whitworth.org/2006/07/09/bi-in-office-2007-resources/&lt;/a&gt;&lt;/p&gt;
</description></item><item><title> Microsoft Excel Excel Services Key Scenarios | Patio Chairs</title><link>http://blogs.msdn.com/excel/archive/2005/11/09/490926.aspx#9688792</link><pubDate>Wed, 03 Jun 2009 05:40:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9688792</guid><dc:creator> Microsoft Excel Excel Services Key Scenarios | Patio Chairs</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://patiochairsite.info/story.php?id=27965"&gt;http://patiochairsite.info/story.php?id=27965&lt;/a&gt;&lt;/p&gt;
</description></item><item><title> Microsoft Excel Excel Services Key Scenarios | patio set</title><link>http://blogs.msdn.com/excel/archive/2005/11/09/490926.aspx#9771750</link><pubDate>Thu, 18 Jun 2009 05:17:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9771750</guid><dc:creator> Microsoft Excel Excel Services Key Scenarios | patio set</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://patiosetsite.info/story.php?id=162"&gt;http://patiosetsite.info/story.php?id=162&lt;/a&gt;&lt;/p&gt;
</description></item><item><title> Microsoft Excel Excel Services Key Scenarios | patio umbrella</title><link>http://blogs.msdn.com/excel/archive/2005/11/09/490926.aspx#9772537</link><pubDate>Thu, 18 Jun 2009 07:05:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9772537</guid><dc:creator> Microsoft Excel Excel Services Key Scenarios | patio umbrella</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://patioumbrellasource.info/story.php?id=1772"&gt;http://patioumbrellasource.info/story.php?id=1772&lt;/a&gt;&lt;/p&gt;
</description></item><item><title> Microsoft Excel Excel Services Key Scenarios | debt consolidator</title><link>http://blogs.msdn.com/excel/archive/2005/11/09/490926.aspx#9789843</link><pubDate>Fri, 19 Jun 2009 19:02:28 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9789843</guid><dc:creator> Microsoft Excel Excel Services Key Scenarios | debt consolidator</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://mydebtconsolidator.info/story.php?id=16954"&gt;http://mydebtconsolidator.info/story.php?id=16954&lt;/a&gt;&lt;/p&gt;
</description></item></channel></rss>