I would like to develop an MS Teams app that adds a personal tab. Setting up the project worked fine and I can debug it with no problems.
The use-case is to automatically give the results from Windows Forms test sheets back to the students:
- User loads the app (tab) and can pick an Excel file (xlsx) from his local harddrive
- User clicks on a button "analyse"
- The file gets uploaded to the client's web space (I guess somewhere on sharepoint?)
- My Teams app (the personal tab) opens the file and sends short chat messages to all users that are found in a column of the first excel sheet.
I am comfortable with C# but I only know the desktop side of things. Is my use-case even possible with a Teams app? Appreciate the help!