Skip Navigation Links

​The Cloud Connector for Microsoft Office 365 and SharePoint 2010 connects almost any on-premise data source, e.g. ODBC, OLEDB, Microsoft .NET based providers, Files (Excel, XML, CSV), SQL databases like SQL Server, Oracle, MySQL, IBM DB2, IBM AS/400, IBM Informix, Notes, SharePoint, Exchange, Active Directory, Navision, SAP and many more directly to native SharePoint lists in the Microsoft Cloud - or any other Microsoft SharePoint 2010 installation - in just minutes without any programming. For any questions please use the FAQ Web Formor contact sales@layer2.de directly.

Office 365 Integration: How to connect local Excel files to the Microsoft Office 365 cloud?

You can connect Excel file data sources in your corporate network to native SharePoint lists in the cloud using the Cloud Connector add-on and an installed OLEDB Excel driver with the following connection configuration file:
 
<?xml version="1.0" encoding="utf-8" ?>

<connection
interval="60" version="1.2" enabled="true"
>
 
<dataEntities>

<dataEntity name="ExcelSource" type="source" provider="System.Data.OleDb"
connectionString="Provider=Microsoft.ACE.OLEDB.12.0; Data Source=C:\ProgramData\Layer2 Cloud Connector\Sources\Customers.xlsx; Extended properties='Excel 12.0 Xml;HDR=YES';"
selectStatement="Select * from [Sheet1$]"
primaryKey="CustomerID">
</dataEntity>
 
<dataEntity name="SharePointDestination"
type="destination"
provider="Layer2.SharePoint.Provider"
connectionString="Data Source=https://mydomain.sharepoint.com/sites/cloudconnector/; Initial Catalog=Excel; Authentication=Office365; User Id=myname@mydomain.onmicrosoft.com; Password=***;"
selectStatement="">
</dataEntity>
</dataEntities>
 
<fieldMappings autoMapping="false">

<fieldMapping>
<field entity="ExcelSource" name="CustomerID"/>
<field entity="SharePointDestination" name="CustomerID" />
</fieldMapping>
 
<fieldMapping>
<field entity="ExcelSource" name="Name"/>
<field entity="SharePointDestination" name="Title" />
</fieldMapping>
<fieldMapping>
<field entity="ExcelSource" name="Contact"/>
<field entity="SharePointDestination" name="Contact" />
</fieldMapping>

</fieldMappings>

</connection>
 
Please note:
  • With Microsoft Office 2010 installed no additional driver required.
  • The driver must be 64-Bit on 64-Bit operating system. Otherwise "The 'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine" comes up.
  • If required, you will find a driver here.
  • [Sheet1$] is the Excel page, that contains the data. In German use [Tabelle1$]. Please take a look at your Excel page label to adapt.
  • You have to set a primary key to connect and update, CustomerID (an Excel column name) in this sample. The driver not returns the primary key automatically.
  • You have to map this primary key to any column in the SharePoint list (CustomerID in this case).
  • You can assign any column in Excel to the Title column in the SharePoint list, the "Name" column in this sample.
  • The update interval for the cloud data is set to 60 minutes in this sample.

Fig.: The Data Source is an Excel Tablel with primary key "CustomerID".

Fig.: The Data Destination is a native SharePoint list in the Office 365 / SharePoint Online cloud or any other SharePoint 2010 installation.

       "Please support us to improve our products and solutions. Give us your feedback."

News

Microsoft Office 365 Business Connectivity Services now available with Layer2’s Cloud Connector V2.0

​Layer2 today has announced V2.0 of its Cloud Connector replication service to integrate corporate on-premise data - e.g. files, SQL databases, ERP/CRM, Microsoft Dynamics CRM or NAV, SAP etc. - with the Office 365 cloud.

Office 365 and SharePoint: Layer2 Awarded Microsoft Gold ISV Partner Status

A Microsoft Gold Partner since 2009, Layer2 has again achieved the highest level of Microsoft certification as ISV partner and met the Microsoft Partner Network requirements with new SharePoint 2010 and Office 365 web parts and extensions for the Cloud.
Related Downloads

pdf ImageFlyer: Layer2 Partner Program

Partner with us as a software reseller or SharePoint service provider. There is a free partner program with up to 30% discount. Download as PDF.

pdf ImageGet in the Cloud – With your corporate data sources connected

Download this step-by-step instruction to connect your corporate or cloud data sources bi-directional to any Microsoft SharePoint Server 2010 in the cloud, including Microsoft Office 365.

pdf ImageProductflyer: Cloud Connector for Microsoft SharePoint 2010 & Office 365

Flyer with features, benefits & pricing info for download as PDF.

xml ImageSharePoint Cloud Connector PAD File

This XML-based PAD file offers a Cloud Connector product description for resellers to download and publish.

Related Links

Are you looking for resellers & implementation partners?

​Australia:

Web Cloud Solutions (Melbourne)

 

France:

Censio (especially SAP intgration)

 

Netherlands:

Wortell (Lijnden)

 

Spain:

Syntax.es  (Madrid)

 

Sweden:

NetIntegrate Sweden AB

 

United States:

Buchanan & Edwards

Aquilent

 

Cloud Connector @ Microsoft Office 365 Marketplace

Please share your Cloud Connector experience with other customers and rate us at Microsoft Office 365 Marketplace:

Microsoft-Office-365-Marketplace.png