<?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 do I publish workbooks to the server?</title><link>http://blogs.msdn.com/excel/archive/2005/11/11/491970.aspx</link><description>Now that I have spent some time talking about goals and architecture, I want to spend some time talking about the features provided by Excel Services, starting with how you get a spreadsheet on a server in the first place. There are two ways to get a</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: How do I publish workbooks to the server?</title><link>http://blogs.msdn.com/excel/archive/2005/11/11/491970.aspx#492023</link><pubDate>Sat, 12 Nov 2005 07:55:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:492023</guid><dc:creator>Harlan Grove</dc:creator><description>Can workbooks saved in a SharePoint document library or published to Office server contain external references to other workbooks? If so, will both features also save copies of the other referenced files to the server?&lt;br&gt;&lt;br&gt;Presumably user-defined functions in VBA modules won't be allowed. You've mentioned that it won't support VSTO code, and I'm extrapolating.</description></item><item><title>re: How do I publish workbooks to the server?</title><link>http://blogs.msdn.com/excel/archive/2005/11/11/491970.aspx#492060</link><pubDate>Sat, 12 Nov 2005 13:14:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:492060</guid><dc:creator>anon</dc:creator><description>&lt;br&gt;The obvious question : how do you secure parameters and/or worksheet visibility with user credentials? (such that &amp;quot;Joe&amp;quot; can see table1, &amp;quot;Mary&amp;quot; can see table1 and table2, and so on)&lt;br&gt;&lt;br&gt;Another question : publish dependencies anytime a workbook being published has one or more external references in formulas. Question is : is this supported at all? if not, is there a warning message?&lt;br&gt;&lt;br&gt;</description></item><item><title>re: How do I publish workbooks to the server?</title><link>http://blogs.msdn.com/excel/archive/2005/11/11/491970.aspx#492139</link><pubDate>Sat, 12 Nov 2005 21:50:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:492139</guid><dc:creator>Graham</dc:creator><description>Will it be possible to save each user's selections to a table in the worksbook?</description></item><item><title>re: How do I publish workbooks to the server?</title><link>http://blogs.msdn.com/excel/archive/2005/11/11/491970.aspx#492275</link><pubDate>Sun, 13 Nov 2005 21:01:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:492275</guid><dc:creator>Jean Martineau</dc:creator><description>Will custom views be accessible by the user ?&lt;br&gt;&lt;br&gt;Can a button on a sheet (that is calling a VBA procedure) be activated by the user ?&lt;br&gt;&lt;br&gt;Jean</description></item><item><title>re: How do I publish workbooks to the server?</title><link>http://blogs.msdn.com/excel/archive/2005/11/11/491970.aspx#492324</link><pubDate>Mon, 14 Nov 2005 01:41:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:492324</guid><dc:creator>Stephen Bullen</dc:creator><description>It's a shame that parameters can only be single cells. I'd have thought that most non-trivial algorithms would require lists of data, such as cash flows, prices, etc. Any chance of removing that restriction (at least for the web service interface)? I'm having a hard time thinking of any of my models that don't take lists of data for their inputs.</description></item><item><title>re: How do I publish workbooks to the server?</title><link>http://blogs.msdn.com/excel/archive/2005/11/11/491970.aspx#492525</link><pubDate>Mon, 14 Nov 2005 20:13:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:492525</guid><dc:creator>David Gainer</dc:creator><description>Salutations,&lt;br&gt;&lt;br&gt;Harlan, the workbooks saved in a SharePoint document library can include references to external workbooks but in this case, Excel Services will not be able to load and calculate them. You are correct with respect to VBA not being supported. Our plan is to support managed code UDFs.&lt;br&gt;&lt;br&gt;Anon, you are right, it would be great to be able to secure visibility with user credentials, but this will not be supported in v12. The differentiation is between having the right to open the spreadsheet and thus see everything vs. having only the right to view the spreadsheet or calculate it on the server and then only the visible parts are returned.  Also, as I replied above to Harlan, linked workbooks are not supported. The server returns a error when you publish a spreadsheet with external references. The “quickest” way to see it is keep the “open in browser” option checked when you publish. We designed the check as server side and not client side to allow for flexibility in upgrading the server to support additional client features orthogonally to changing client code.&lt;br&gt;Graham, I am unclear as to what you mean by user selection? &lt;br&gt;&lt;br&gt;Jean, VBA code and buttons are not supported on the server and neither are custom views. I will be posting a complete list of unsupported features in the future. &lt;br&gt;&lt;br&gt;Stephen, Parameters in the web browser interface are single cell. We think this answers the scenarios we had in mind for dashboards (more in a few posts) and simple what-if style analysis. The web service interface does let you set and get ranges in addition to single cells. I will be posting more details the API soon, so stay tuned.&lt;br&gt;</description></item><item><title>re: How do I publish workbooks to the server?</title><link>http://blogs.msdn.com/excel/archive/2005/11/11/491970.aspx#492541</link><pubDate>Mon, 14 Nov 2005 20:45:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:492541</guid><dc:creator>Stephen Bullen</dc:creator><description>&amp;lt;i&amp;gt;The web service interface does let you set and get ranges in addition to single cells. &amp;lt;/i&amp;gt;&lt;br&gt;Excellent!&lt;br&gt;&lt;br&gt;&amp;lt;i&amp;gt;Our plan is to support managed code UDFs. &amp;lt;/i&amp;gt;&lt;br&gt;In Excel 12 as well, or just the server? So all we'll need to do is make sure the managed UDFs have the same function signature as the VBA/XLL functions and it will 'just work' &amp;lt;g&amp;gt;?</description></item><item><title>re: How do I publish workbooks to the server?</title><link>http://blogs.msdn.com/excel/archive/2005/11/11/491970.aspx#492752</link><pubDate>Tue, 15 Nov 2005 03:20:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:492752</guid><dc:creator>cld2b</dc:creator><description>Can you explain how this compares to shared workbooks in the current version of excel?  I currently use excel and the shared documents feature  to save workbooks on our network to collabrate with my team (about 12 people).  We all access the same file and put in information (basically just a list of data).&lt;br&gt;&lt;br&gt;Also my company now is using sharepoint sites, but I've yet to see the real advantage to a sharepoint site compared with what I was doing with a shared workbook/excel/and a network drive.  From fooling around with sharepoint, seemed like only one person could have an excel file checked out at a time.</description></item><item><title>re: How do I publish workbooks to the server?</title><link>http://blogs.msdn.com/excel/archive/2005/11/11/491970.aspx#493057</link><pubDate>Tue, 15 Nov 2005 22:50:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:493057</guid><dc:creator>Graham</dc:creator><description>Hi,&lt;br&gt;&lt;br&gt;I'm wondering how easy it would be to use Excel to conduct surveys?  Would it be easy to rig things up so that the user could come along, make some selections on combo-boxes or whatever, and have the data append to a list in a hidden sheet. Or is the data read-only?&lt;br&gt;G</description></item><item><title>re: How do I publish workbooks to the server?</title><link>http://blogs.msdn.com/excel/archive/2005/11/11/491970.aspx#493149</link><pubDate>Wed, 16 Nov 2005 02:04:36 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:493149</guid><dc:creator>Simon Murphy</dc:creator><description>Stephen&lt;br&gt;Managed code UDFs work from Excel XP - just use a class library project and register them (in the registry)(sample project (C#) on the codematic site).&lt;br&gt;&lt;br&gt;David will the manged UDF mechanism be the same in Excel 12 as currently, or as Stephen suggests more like the XLL register approach?&lt;br&gt;&lt;br&gt;Supporting manged UDFs on the server is a great move btw.&lt;br&gt;&lt;br&gt;cheers&lt;br&gt;Simon</description></item><item><title>re: How do I publish workbooks to the server?</title><link>http://blogs.msdn.com/excel/archive/2005/11/11/491970.aspx#493484</link><pubDate>Wed, 16 Nov 2005 21:21:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:493484</guid><dc:creator>David Gainer</dc:creator><description>Howdy everyone.&lt;br&gt;&lt;br&gt;Stephen, glad you like it. More details later this week when I will post specifically about the web service.  Direct support for managed UDFs is only planned for the server this release.  Excel 12 will continue to support the existing UDF interfaces.  And yes, the design is such that the same spreadsheet will work client and server, even if there are UDFs being called, as long as the function signature is the same.  The only exceptions are cases for which we do not support the parameter type on the server or if there is a need for type casting that is not supported.&lt;br&gt;&lt;br&gt;cld2b, shared workbooks targets a different set of scenarios than new Excel Services. Shared workbooks is designed for multi-user authoring of spreadsheets. It allows multiple Excel users to open a single spreadsheet file at the same time.  It is opened in memory on the each machine and changes are persisted to the single file copy.  Excel Services, on the other hand, loads and calculates spreadsheets on the server and multiple users can access the spreadsheet that is in server memory, but they are working with an isolated state of that spreadsheet and cannot save their changes.  Excel Services is designed for multi-user viewing and browsing of spreadsheets, but not authoring.  &lt;br&gt;&lt;br&gt;SharePoint sites provide many features beyond just a shared file location. This includes collaboration, personalization, web-based lists etc. They also provide document management functionally and here again, it is a different scenario than the shared workbooks feature. With SharePoint document management you can control versions and making sure that only one person is editing the file at any given time.  This is useful for managing critical spreadsheets, for example.&lt;br&gt;&lt;br&gt;Graham, if you are referring to Excel Services (and not Excel client) it does not allow you to edit values in the cells and persist them back into the spreadsheet file. While you could build a custom solution using our new web service API, this wouldn't be the best way to do it in Office 12. SharePoint actually has a built in feature for surveys. That is probably the quickest route. This is already available in existing versions of SharePoint and you can even take the results into Excel for further analysis.&lt;br&gt; &lt;br&gt;Simon, no change change in how Excel 12 (client) accesses managed UDFs.</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/11/491970.aspx#585889</link><pubDate>Fri, 28 Apr 2006 12:03:34 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:585889</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>   Publish: NetObjects Fusion Tips &amp;amp; Tricks from efuse.com  - Publish Links</title><link>http://blogs.msdn.com/excel/archive/2005/11/11/491970.aspx#680706</link><pubDate>Fri, 28 Jul 2006 00:38:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:680706</guid><dc:creator>   Publish: NetObjects Fusion Tips &amp; Tricks from efuse.com  - Publish Links</dc:creator><description>PingBack from &lt;a rel="nofollow" target="_new" href="http://publish.bpnineteen.net/archive/publish-netobjects-fusion-tips-tricks-from-efusecom/"&gt;http://publish.bpnineteen.net/archive/publish-netobjects-fusion-tips-tricks-from-efusecom/&lt;/a&gt;</description></item><item><title>Publish &amp;raquo;  Microsoft Excel 2007 (nee Excel 12) : How do I publish workbooks to </title><link>http://blogs.msdn.com/excel/archive/2005/11/11/491970.aspx#697222</link><pubDate>Sun, 13 Aug 2006 13:05:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:697222</guid><dc:creator>Publish »  Microsoft Excel 2007 (nee Excel 12) : How do I publish workbooks to </dc:creator><description>PingBack from &lt;a rel="nofollow" target="_new" href="http://publish.wvnineteen.net/archive/microsoft-excel-2007-nee-excel-12-how-do-i-publish-workbooks-to/"&gt;http://publish.wvnineteen.net/archive/microsoft-excel-2007-nee-excel-12-how-do-i-publish-workbooks-to/&lt;/a&gt;</description></item><item><title>Using Parameters In Dashboards</title><link>http://blogs.msdn.com/excel/archive/2005/11/11/491970.aspx#770962</link><pubDate>Mon, 25 Sep 2006 22:01:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:770962</guid><dc:creator>Microsoft Excel 2007 (nee Excel 12)</dc:creator><description>Today we have a guest post from Dan Parish, who is a program manager on the Excel Services team.&amp;amp;amp;nbsp;...</description></item><item><title>Putting it all together : MOSS 2007 - Business Data Catalog - Search - Excel Services - SQL Analysis Services</title><link>http://blogs.msdn.com/excel/archive/2005/11/11/491970.aspx#1480137</link><pubDate>Wed, 17 Jan 2007 00:52:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1480137</guid><dc:creator>Gunter Staes's Blog</dc:creator><description>&lt;p&gt;Would'n it be nice if you could use your search engine to retrieve ALL the information from a customer.&lt;/p&gt;
</description></item></channel></rss>