How to read excel document from SharePoint directly dump it in Azure SQL using Azure Logic App ?

heta desai 247 Reputation points
2024-04-15T07:27:56.2933333+00:00

I want to access excel document from SharePoint and without downloading that to data lake or blob storage, use Logic App to read the content of it and directly dump it in Azure SQL.

Azure SQL Database
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,965 questions
Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,653 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,151 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Sreeju Nair 12,181 Reputation points
    2024-04-15T11:33:40.7633333+00:00

    You can use a comination of Azure Logic Apps and Azure function to achieve this.

    1. First you copy the file from SharePoint to Azure Blob (You can delete the blob after you copy the data) Refer: https://caiomsouza.medium.com/using-azure-logicapp-to-pull-files-from-microsoft-sharepoint-559dceb905c4
    2. Write a Function app to read the data from the excel and write it to database. Refer: https://techmindfactory.com/Extract-Excel-file-content-with-Azure-Logic-Apps-and-Azure-Functions/

    Hope this helps

    0 comments No comments