or an external datasource? Can that be set up in SP Designer 2010
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
A BCS .Net connector built in Visual Studio can connect to any data source you can read/write from code. When using file-based data sources be aware of write contention issues. No - you can't do this from SharePoint Designer. |
|||||||||||
|
|
To the best of my knowledge you cannot achieve this using the BCS. The BCS will help you to read via a DB or a WCF or a .net Shim, but won't allow you to directly read an excel file as is. If you really want to do that via an Excel file, then you may need to read it using code and write a BCS service that updated the external lists. |
|||
|
|
|
Note really, however depending on what you are trying to do why dont you use the Excel Services REST API for some operations? |
|||
|
|