I am writing a C# program that gathers statistics on workflow at various workstations. The form has a mix of combo boxes, text boxes, radio buttons, etc. whose values all need to be written chronologically at the click of a Submit button to the same Excel file in SharePoint, likely by multiple users on different workstations. Is there a way to do this?
I've done some research into how to write to an Excel file and a list on SharePoint, but haven't found anything that shows how add to an existing Excel file on SharePoint. All of the users have their own work email used to log into various services, such as the SharePoint site, but an account can be made specifically for the program if permissions will be an issue.