OData Feed Link Format for an Excel Workbook Stored in SharePoint

I've heard it is possible to use an OData Feed Link to get data from an Excel Workbook that is stored on SharePoint 2013 online. Does anyone know the format for the link? I've been searching high and low and cannot get any specific format that works. Thanks!

I received this from someone on our team:
In PQ, click From File -> From Excel.
In the file dialog that appears, paste in your site url (e.g. https://mycompany.sharepoint.com/teams/myteam).
The file dialog will display the files stored in your sharepoint site. Navigate until you reach the desired excel file.
Select it and click done.
On the credential prompt, use Organizational.
Let me know if it works for you.
Ehren

Similar Messages

  • Link in Word to Excel chart stored in SharePoint

    I want to embed chart from Excel in Word document. Both Excel and Word documents are saved in SharePoint library. What I did, was to paste chart from Excel with "link data" option enabled. I also went to Links window and set "Update method
    for seected link" to "Automatic update". 
    This works great, asking me to update chart everytime I open Word document, which is exactly what I want. Only as long as I have Excel file open. (I noticed, that when the file was on local PC, instead of SharePoint, it worked without opening Excel). When
    Excel is not open, chart is not refreshed. 
    If I go to Client Tools -> Design ribbon and click on Edit Data, source is opened in window and chart is updated. 
    My question is:
    How can I force chart to update with data, that might have changed in Excel located on SharePoint? Macro, that would open the file is fine. 
    Making users go thru ribbon and "edit data" option is unfortunately too complicated for inexperienced users. I need one-button-click solution or something that works automaticaly. 

    Hi Tschareck,
    According to your description , my understanding is that you want to update the excel chart data when editing the chart in the word.
    As a workaround, I suggest you can use SharePoint ItemUpdated Event Receiver, when you updated the chart data in the word, then reupload the excel file in the event receiver.
    Here are some detailed code demo for your reference:
    How to: Create an Event Receiver
    programmatically upload file to sharepoint list
    Best Regards 
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Zhengyu Guo
    TechNet Community Support

  • Data refresh in background for an Excel workbook published on a SharePoint 2013 site

    Hi,
    I've created a site to publish some Excel workbooks on a SharePoint 2013 farm with Excel Services.
    I'd like to run in background the data refresh against the cube connected to Excel, so when the end user will open the workbook he already will see the updated data without any waiting times.
    How can I solve this issue, please?
    Keep attention: I don't talk about PowerPivot for SharePoint.
    Thanks

    did you try to use the
    unattended service account for authentication to external data, in order to refresh the excel data?
    Check this technet: http://technet.microsoft.com/en-us/library/hh525344.aspx
    more options over here:
    http://technet.microsoft.com/en-us/library/ff191191.aspx
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • Query a Odata feed on UI update in Excel

    I have an Odata service which has a function named Foo() which returns me data after doing operations and also have another function foo2() which returns a different set of data.
    now i have a drop down list in excel and on selecting value one it should query the odata feed to return the dataset from foo() and on selecting the second it should return the dataset from foo2()
    How do i do this. any help would be much appreciated

    Hi,
    I think you will need to use VBA code to achieve it. As I'm not quite know how to call the Odata service function within Excel, you need to modify the VBA code.
    Anyway, if the drop down list  was created by using data validation, and located in Range A1, then you can try the VBA code below:
    Private Sub worksheet_change(ByVal target As Range)
    If target.Address = "$A$1" Then
    If Range("A1") = 1 Then
    Foo() 'call function Foo (need change)
    Else
    Foo2() 'call function Foo2
    End If
    End If
    End Sub
    Wind Zhang
    TechNet Community Support

  • Format of Reporting Agent Excel Workbooks

    Hi there.
    Is there anyway of customizing the format of the excel workbooks that are produced via the reporting agent?
    e.g. maintaining some sort of template or (ideally) being able to customize individual reports.
    Thanks.
    Mark

    Hi Mark,
    You should be able to do this by creating a workbook template. Take a look at the following links:
    http://help.sap.com/saphelp_nw04/helpdata/en/33/746e393cf65c1ae10000000a114084/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/f1/0a551ce09411d2acb90000e829fbfe/content.htm (New Workbooks when embedding)
    Hope this helps...

  • Use sumif() with Excel 2010 sheets stored on SharePoint 2010

    Hello everyone,
    I am experiencing an issue with two Excel sheets stored on SharePoint 2010 in a simple document library within a team site. One of the files contains the source data (data.xlsx) and the second file contains the formulas calculating different things (summary.xlsx),
    based on what is stored in data.xlsx. This basically works fine and we are able to do things like
    =SUM('http://sharepoint.demo.tld/Shared Documents/[data.xlsx]Sheet1'!$X$122:$X$123)
    and also complex things. That formula for example works fine even with only the summary.xlsx file opened. Means the reference to the data.xlsx file is working properly and I get the correct results. But as soon as the formula becomes more complex like
    =SUMIF('http://sharepoint.demo.tld/Shared Documents/[data.xlsx]Sheet1'!$L:$L;A2;'http://sharepoint.demo.tld/Shared Documents/[data.xlsx]Sheet1'!$X:$X)
    the formula only works fine when the source sheet (data.xlsx) is opened, too. I was expecting the summary.xlsx to store the last value in it and only recalculate the formulars when I force it to recalculate the formular. But as soon as I open summary.xlsx
    without data.xlsx being opened it displays #Value! - with and without recalculating the formulas. Seems as soon as the reference file is not opened this kind of formula gets broken. But I don't get it because SUM() does work fine even without the source file
    opened.
    Additionally, it becomes more strange. As soon as I open up the data.xlsx and enable editing the fields containing #Value! in summary.xlsx immediately represent the correct values.
    Does anyone know why this happens and whether there is a way to solve this? We will require this kind of formula for that kind of sheets.
    Thank you very much and kind regards,
    Chris

    Hi Chris,
    It is by design that the SUMIF function can only work when the source sheet is opened and the SUM function can work 
    without the opening the source sheet in Excel files.
    This issue will occur on all excel files no matter if they are stored in SharePoint or not, and it is not an issue in SharePoint.
    So if you want to make the SUMIF function to work, you need to keep the source sheet open.
    Here is a similar issue for your reference:
    http://www.mrexcel.com/forum/excel-questions/8335-error-sumif-formula-links-another-workbook.html
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Issue with Excel data-chains via SharePoint

    I'm having issues with a coulpe of Excel (2010) data-chains through SharePoint at my work. When i set up a chain it shows for instance [Sheet2.xlsx] and fetches data just fine. But when I close and re-open the sheets, the chain code is changed to the
    entire http-adress, such as "http://company.com/controlling/[Sheet2.xlsx], and gives a VALUE-error instead of fetching the data.
    Is my problem connected to Excel or Sharepoint? And what can i do to make the chains work?
    Thanks in advance, and please excuse if some of the mentioned terms are inaccurate. I use Excel in my native language (danish), but the Danish community in here is not very large :)

    Hi,
    Are you using some formula(Such as Vlookup) to link the Excel date which shored in the SharePoint?
    If it is, we may try to use the full URL in the formula. Here are some samples, we may refer to:
    http://social.msdn.microsoft.com/Forums/office/en-US/f94d25b6-749c-470c-837d-32bcf570bfd3/vlookup-to-look-at-a-excel-document-stored-on-sharepoint?forum=exceldev
    http://social.msdn.microsoft.com/Forums/office/en-US/1b946199-7c65-45d1-ae1a-a845aa03d463/vlookup-issue-to-a-sharepointstored-file?forum=exceldev
    Regards,
    George Zhao
    TechNet Community Support

  • Refresh Data feed error in Excel Workbook

    Hi
    I am getting the error 
    Errors in the high-level relational engine. The following exception occurred while the managed IDbConnection interface was being used The payload kind 'BinaryValue' of the given data
    feed is not supported.. A connection could not be made to the data source with the DataSourceID ...
    The excel workbook was earlier configured using the data feed which was not stored in a data feed library. I then created the data feed library, placed the data feed in it and edited the connection
    to the new path.
    I am getting the above error now. Please help

    Hi,
    According to your description, my understanding is that the error occurred when you configured the workbook to use the data feed in a data feed library.
    Did this issue occur with all the Excel workbooks which use the data feeds in the data feed library?
    I recommend to create a new workbook to use the data feeds in the data feed library following the steps in the link below to see if the issue still occurs:
    http://technet.microsoft.com/en-us/library/gg413490.aspx#importdata
    Please also check if the data feed is created correctly referring to the link below:
    http://technet.microsoft.com/en-us/library/ee210624.aspx
    If still no help, for quick and accurate answers to your questions, it is recommended that you initial a new thread in our SQL server forum.
    SQL server forum
    http://social.technet.microsoft.com/Forums/en-US/home?category=sqlserver
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • How to link excel workbooks in Sharepoint?

    I have a master Excel spreadsheet and other sub excel spreadsheets (all on Sharepoint) that are linked to each other (copied data from one and pasted link to other) so that the Master spreadsheet auto-updates every time a sub document is modified. This
    format works if the documents are hosted on my computer, however, the links become broken if they are hosted on Sharepoint and I get a #REF! message. My goal is to have a master document that is linked to data of other sub spreadsheets and auto-updates when
    they are modified without having to open the sub spreadsheets. I would like to be able to open the master document, refresh it, and have the current data pulled from the linked sub spreadsheets. Any suggestions on how I can do this?

    I have seen this working for some folks in my company. They moved their spreadsheets into SharePoint, and changed the references to other spreadsheets from file paths to be the urls of the items in SharePoint.
    w: http://www.the-north.com/sharepoint | t: @JMcAllisterCH | YouTube: http://www.youtube.com/user/JamieMcAllisterMVP

  • I am uploading an Excel Workbook (xlsx format) to convert to a pdf and it has taken over an hour and it is still not uploading. I have even tried to restart it and that did not work.

    I'm trying to upload an Excel Workbook (in xlsx format) to have it converted to a PDF file and that little circle has been spinning forever. I tried to restart the process but it did the same thing. So I tried to open up each individual worksheet of the workbook and save them individually. I "think" I got that to work, but when I go to the combine tab, I see the four pages that I have selected with spinning "thinking" circles on all of them. Please help. I have a client waiting for this proposal and I don't know what to do!
    LisaWoz

    Hi Lisa Wozniak,
    Are you on a slow Network Connection? I would recommend you to Clear the browser Cache and History and  then try again or try using a different browser on a different Network Connection.
    Let me know if it works or not.
    Regards,
    Rahul Tyagi

  • ActiveX Save As function for Microsoft Excel 97- Excel 2003 & 5.0/95 Workbook (*.xls)

    Can someone show me how to use Active X - Save As function?
    I want to save it in  Microsoft Excel 97- Excel 2003 & 5.0/95 Workbook (*.xls)
    thanks in advance!
    Best regards,
    Krispiekream
    Solved!
    Go to Solution.

    Oh,
    I thought people stopped reading my other post so I posted another.
    sorry.
    but i found the solution
    FileFormat variant name integer code
    Microsoft Excel Workbook xlWorkbookNormal -4143
    Web Page xlHTML 44
    Template xlTemplate 17
    Text (Tab Delimited) xlCurrentPlatformText -4158
    Unicode Text xlUnicodeText 42
    Microsoft Excel 5.0/95 Workbook xlExcel5, xlExcel7 39
    Microsoft Excel 97-2000 & 5.0/95 Workbook xlExcel9795 43
    CSV (Comma Delimited) xlCSV 6
    Microsoft Excel 4.0 Worksheet xlExcel4 33
    Microsoft Excel 3.0 Worksheet xlExcel3 29
    Microsoft Excel 2.1 Worksheet xlExcel2 16
    Microsoft Excel 4.0 Workbook xlExcel4Workbook 35
    WK4 (1-2-3) xlWK4 38
    WK3, FM3 (1-2-3) xlWK3FM3 32
    WK3 (1-2-3) xlWK3FM3 15
    WK1, FMT (1-2-3) xlWK1FMT 30
    WK1, ALL (1-2-3) xlWK1ALL 31
    WK1 (1-2-3) xlWK1 5
    WKS (1-2-3) xlWKS 4
    WQ1 (Quattro Pro/DOS) xlWQ1 34
    DBF 4 (dBASE IV) xlDBF4 11
    DBF 3 (dBASE III) xlDBF3 8
    DBF 2 (dBASE II) xlDBF2 7
    Formatted Text (Space Delimited) xlTextPrinter 36
    Text (Macintosh) xlTextMac 19
    Text (MS-DOS) xlTextMSDOS 21
    CSV (Macintosh) xlCSVMac 22
    CSV (MS-DOS) xlCSVMSDOS 24
    DIF (Data Interchange Format) xlDIF 9
    SYLK (Symbolic Link) xlSYLK 2
    I know that its saving in the correct format. BUT I don't know why it wouldnt save 2 worksheets, but instead it only have 1.
    Best regards,
    Krispiekream

  • Visual Studio Community Edition - Error on creating ribbon for Excel Workbook project

    Hi. I've been struggling with this for a couple of days now so I hope someone can help me.
    I have installed Visual Studio 2013 Community Edition. On installation there was no option to include VSTO and, looking on various forums, I found it was necessary to install the VSTO - November 2014 update separately, which I have done. I'm working on a
    brand new virtual server (Windows Server 2008 R2 SP1) and no other versions of Visual Studio have been installed (although I'm surprised to see Visual Studio 2012 as an item in All Programs - but it just contains command prompts).
    I have created an Excel Workbook project. When I go to create a new item - Ribbon (Designer) - I get the error:
    Could not load file or assembly 'Microsoft.Office.Tools.Common.Implementation, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
    I've searched the Internet for anyone who might have had this same issue but have been unable to find anything to help me. I've tried uninstalling the VSTO-November Update and VS 2013 CE and reinstalling both but still the same problem.
    Any help would be much appreciated!
    David.

    Hello David,
    What Office version do you have installed on the problematic machine?
    Do you run Visual Studio as an administrator?

  • How scheduling the data refresh for a published Excel workbook - SharePoint 2013

    Hi,
    I've implemented an Excel workbook that connects to a SSAS Tabular data source and I've published it on SharePoint.
    Now, how can I implement a scheduled data refresh if it is possible?
    Thanks

    Hi pscorca,
    If  my understanding is correct , you want to implement a scheduled data refresh on SharePoint 2013 and the data is from a SSAS Tabular data source.
    Below are some articles for you to take a look:
    Data Sources Supported (SSAS Tabular)
    http://technet.microsoft.com/en-us/library/gg492165.aspx
    Get data from Analysis Services
    http://office.microsoft.com/en-in/excel-help/get-data-from-analysis-services-HA102837073.aspx
    PowerPivot Data Refresh with SharePoint 2013 and SQL Server 2012 SP1 (Analysis Services)
    http://technet.microsoft.com/en-us/library/jj879294.aspx
    Refreshing PowerPivot Data in SharePoint 2013
    http://blogs.msdn.com/b/analysisservices/archive/2012/12/21/refreshing-powerpivot-data-in-sharepoint-2013.aspx
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • I need format for data in excel file load into info cube to planning area.

    Hi gurus,
    I need format for data in excel file load into info cube to planning area.
    can you send me what should i maintain header
    i have knowledge on like
    plant,location,customer,product,history qty,calander
    100,delhi,suresh,nokia,250,2011211
    if it is  right or wrong can u explain  and send me about excel file format.
    babu

    Hi Babu,
    The file format should be same as you want to upload. The sequence of File format should be same communication structure.
    Like,
    Initial columns with Characteristics (ex: plant,location,customer,product)
    date column (check for data format) (ex: calander)
    Last columsn with Key figures (history qty)
    Hope this helps.
    Regards,
    Nawanit

  • Shared Excel 2011 workbook (stored on NAS) - for 3 Mac users opens okay but 1 user opens as read only.

    4 Users accessing shared excel workbook on NAS drive, all using OSX 10.9.4 & Office 2011 14.4.4
    They all have equal permissions on the NAS.
    Does anyone know why this might happen?
    Many thanks
    Mike

    Hi,
    We support Office for Windows in the current forum, since this question is about Office for Mac, I suggest you post the question in Office for Mac forum:
    http://answers.microsoft.com/en-us/mac/forum/macexcel?tab=Threads
    The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us. Thank you for your understanding.
    George Zhao
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

Maybe you are looking for

  • How do I remove an email address from AutoFill WITHOUT RESTORING?

    A few years ago, I accidentally typed an email address with a "." in it, and ever since, I keep sending emails to the wrong address. I've removed it off of my Hotmail account etc, but the iPhone keeps remembering it as autofill, and it shows up befor

  • Tax rate not picking up

    Hi Gurus In my pricing procedure the tax access sequence contains two access ,one with combination of country/region/region delivering plant/tax classification customer/matrial which is the specific one and second acess which is general one at the bo

  • Problem to convert a optionset into multi selection picklist on crm 2013

    Hey I meet a problème on my development see my result : link : https://social.microsoft.com/Forums/getfile/652331 a multiple select list on my crm 2013 I do this process on this forum : link : https://social.microsoft.com/Forums/en-US/2db47a59-165d-4

  • Using Custom Attributes in HBR

    <p>Does anyone know how to use custom attributes to limit local orglobal HBR variables (run-time prompts)? We have business rulesthat were developed in the graphical designers and the run timeprompt was set up to limit the user's selection based on a

  • Lost fonts and formatting

    I created a site with iweb and uploaded it to GoDaddy using their own FTP. Unfortunately, I lost all of the font information (type, size and color). Any suggestions? I also lost the photos, but I was able to re-load them and now they are working fine