![]() |
VOOZH | about |
Using SQL Server as a backup for critical business data provides an essential safety net against loss. Backing up data to SQL Server enables business users to more easily connect that data with features like reporting, analytics, and more.
This example demonstrates how to use the CData SSIS Tasks for Excel Online inside of a SQL Server SSIS workflow to transfer Excel Online data into a Microsoft SQL Server database.
To get started, add a new Excel Online source and SQL Server ADO.NET destination to a new data flow task.
๐ The Data Flow task used in this example. (Salesforce is shown.)Follow the steps below to save Excel Online connection properties in a connection manager.
You can connect to a workbook by providing authentication to Excel Online and then setting the following properties:
: Set this to the name or Id of the workbook.
If you want to view a list of information about the available workbooks, execute a query to the Workbooks view after you authenticate.
You use the OAuth authentication standard to authenticate to Excel Online. See the Getting Started section in the help documentation for a guide. Getting Started also guides you through executing SQL to worksheets and ranges.
๐ Configuring a connection (Salesforce is shown).Follow the steps below to specify the query to be used to extract Excel Online data.
SELECT Id, Column1 FROM Test_xlsx_Sheet1๐ The SQL query to retrieve records. (Salesforce is shown.)
Follow the steps below to specify the SQL server table to load the Excel Online data into.
You can now run the project. After the SSIS Task has finished executing, your database will be populated with Excel Online data.
๐ The completed import. (Salesforce is shown.)Download a free trial of the Excel Online SSIS Component to get started:
Download NowLearn more:
๐ SSIS Data Flow Components IconPowerful SSIS Source & Destination Components that allows you to easily connect SQL Server with live Excel Online data through SSIS Workflows.
Use the Excel Online Data Flow Components to synchronize with @@@, etc. Perfect for data synchronization, local back-ups, workflow automation, and more!