Partager via


New published paper - advanced usage of Excel Services and File Format manipulations

Sergei Gundorov (whom you may remember from a previous post) has published a paper on MSDN where he talks about a very interesting solution his team wrote in the Microsoft IT department. The solution is probably one of the most advanced implementation of Excel Services I have seen to date and includes lots of ingenious customizations - the white paper, specifically, talks about how to use Excel Services as a landing pad for data and then get the file stream from it, customize it (add stuff into it) and serve it up to the user.

You can find the paper on MSDN.

Comments

  • Anonymous
    May 21, 2008
    There's a new article up on MSDN that describes a custom solution built by the IT department here at

  • Anonymous
    November 04, 2008
    I am trying to  use the SPContext.Current property in managed Excel UDF which is being evaluated to null.  I am trying to get the TimeZone information from the site regional settings.  I can use SPSite object and create the object and get this information.I know that this will work but from the standpoint of a UDF I have no idea which site I am coming from.  The spreadsheet that holds our UDF's can be placed in any site. Is there any way I can get the regional settings information in the Excel Service UDF?

  • Anonymous
    January 06, 2009
    The comment has been removed