Microsoft Developer Network > 포럼 홈 > SharePoint - Excel Services > I cannot find Excel Web Access webpart
질문하기질문하기
 

답변됨I cannot find Excel Web Access webpart

  • 2008년 12월 16일 화요일 오후 1: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!

답변

  • 2008년 12월 16일 화요일 오후 2: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 AhujaMSFT2008년 12월 16일 화요일 오후 2:44removed css
    • 답변으로 표시됨Share-Pointer 2009년 1월 30일 금요일 오전 9:14
    •  

모든 응답

  • 2008년 12월 16일 화요일 오후 2: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 AhujaMSFT2008년 12월 16일 화요일 오후 2:44removed css
    • 답변으로 표시됨Share-Pointer 2009년 1월 30일 금요일 오전 9:14
    •  
  • 2008년 12월 16일 화요일 오후 2:44Madhur AhujaMSFT사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    Oops. ignore the embedded CSS ...

    --
    Madhur

    http://blogs.msdn.com/mahuja | Please mark the replies as answers if they help
    •  
  • 2008년 12월 17일 수요일 오전 6:10Mike Walsh MVPMVP, 중재자사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    Excel Web Access web part questions go to the excel Services forum.

    Moving this there.
  • 2008년 12월 22일 월요일 오후 1:32Share-Pointer 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    Please elaborate on your suggestion. Where (in which file) should I copy the xml text?
  • 2008년 12월 22일 월요일 오후 2:02Madhur AhujaMSFT사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    You copy it in notepad and save it with .dwp extension. Then upload this file into Site Settings - > Galleries - > Web Parts.

    --
    Madhur

    http://blogs.msdn.com/mahuja | Please mark the replies as answers if they help
  • 2009년 1월 2일 금요일 오전 11:38Share-Pointer 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    Thanks Madur!
    got it working following your solution..
  • 2009년 1월 2일 금요일 오전 11:40Madhur AhujaMSFT사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    Glad that it worked for you!

    --
    Madhur

    http://blogs.msdn.com/mahuja | Please mark the replies as answers if they help
  • 2009년 5월 7일 목요일 오후 4:25Andre Galitsky 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    Madhur's solution worked for me as well.
    Andre Galitsky, MS-Certified SharePoint Administrator, Minneapolis, MN -- My SharePoint Blog: http://www.sharepointnomad.com
  • 2009년 11월 9일 월요일 오후 7:21angeloh1 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    Madhur, I copied from the <?xml......... to the </WebPart> and uploaded the file (I called _excel.dwp) successfully, then I could see Excell Web Access in the Web Part list - BUT, when I tried to load that web part I got the message:

    Unable to add selected web part(s).
    Excel Web Access: The file you imported is not valid. Verify that the file is a Web Part description file (*.webpart or *.dwp) and that it contains well-formed XML.


    What did I do wrong? Thanks in advance.