question

LiZhenzhong-7916 avatar image
0 Votes"
LiZhenzhong-7916 asked ryanchill edited

How can Azure application access the excel file on company Microsoft 365 services site, for example, Teams site.

Hello communities,

I am planning to develop and deploy an visulization web application on company Azure, how can the application access existing excel file on Teams site folder?

For example, a python pandas driven application, that I`d really want to use some thing like pd.read_excel().

BR/Li

azure-logic-appsoffice-teams-app-devmicrosoft-365-apps-publishing-dev
· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

@LiZhenzhong-7916

Our forum is mainly focused on the general issue of Microsoft Teams troubleshooting. According to your description, your issue is related to development, which is not in our scope. I will remove teams tag and teams-app-dev tag. Hope you get better response!

1 Vote 1 ·

Thank you very much!

0 Votes 0 ·

1 Answer

ryanchill avatar image
0 Votes"
ryanchill answered

@LiZhenzhong-7916, to get started, I would suggest looking at something like logic apps. You can configure a OneDrive for Business connector to pull the file and a custom API connector that will contain your hosted Python code.

There are numerous prebuilt templates that will allow to you quickly bootstrap your logic app and add or modify the customizations you need to suit your business needs.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.