Задайте вопросЗадайте вопрос
 

ОтвеченоI cannot find Excel Web Access webpart

  • 16 декабря 2008 г. 13:38Share-Pointer Медали пользователяМедали пользователяМедали пользователяМедали пользователяМедали пользователя
     
    I am unable to see the ExcelWebAccess web part in the list of Web parts available. I tried to add a new webpart in the webpart Gallery section but I do not get the Excel Web Part listed there. 

    I have a MOSS SP1 farm with 2 Web Front Ends, 1 Application Server (with Excel Calculation Services started) and 1 Database server.

    I have activated the following Site Features:
    1. Office SharePoint Server Enterprise Site features
    2. Office SharePoint Server Publishing
    3. Office SharePoint Server Standard Site features

    In the populate Web Part gallery page, i get two weird options: ExcelWebRender and InternalEWA - these have the same dll as the ExcelWebAccess.webpart (which i do not see) - Microsoft.Office.Excel.WebUI...

    Am i missing out on some property/change/configuration?

    Any help would be appreciated!

Ответы

  • 16 декабря 2008 г. 14:43Madhur AhujaMSFTМедали пользователяМедали пользователяМедали пользователяМедали пользователяМедали пользователя
     Отвечено
    It looks like corrupted provisioning of site.

    Try these steps:
     Copy the below text in a .dwp file and upload it into webpart gallery. You should see the webpart in the gallery.

    <?xml version="1.0" encoding="utf-8" ?>
    -
     <WebPart xmlns="http://schemas.microsoft.com/WebPart/v2">
      <Assembly>Microsoft.Office.Excel.WebUI, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c</Assembly>
      <TypeName>Microsoft.Office.Excel.WebUI.ExcelWebRenderer</TypeName>
      <Title>Excel Web Access</Title>
      <Description>Use the Excel Web Access to interact with an Excel workbook as a Web page.</Description>
      <FrameType>TitleBarOnly</FrameType>
      <PartImageSmall>/_layouts/images/ewr023.gif</PartImageSmall>
      <PartImageLarge>/_layouts/images/ewr023.gif</PartImageLarge>
      </WebPart>

    --
    Madhur


    http://blogs.msdn.com/mahuja | Please mark the replies as answers if they help
    • ИзмененоMadhur AhujaMSFT16 декабря 2008 г. 14:44removed css
    • Помечено в качестве ответаShare-Pointer 30 января 2009 г. 9:14
    •  

Все ответы