Share via

Spreadsheet web app

Anonymous
2016-05-11T10:24:18+00:00

I would like to have an excel spreadsheet which is accessible via a webpage and allows different users to log on and fill out separate versions of the spreadsheet. I would then like the user to save that information which will then be stored on a server. The users will submit this spreadsheet periodically. which will be stored on the server.Whats the best way to go about this?

Microsoft 365 and Office | Excel | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

Anonymous
2016-05-11T19:30:03+00:00

We use Excel Online combined with Microsoft's Excel Services JavaScript API https://msdn.microsoft.com/en-US/library/hh315812.aspx to do similar things (assessment tools/calculators).  This can enable you to develop capabilities to: offer a variety of user access scenarios (anonymous to secure login), allow users to save/load data, submit/share assessments, create reports, monitor usage, etc.  You might also consider the newer/better JavaScript API for Office (Add-Ins) https://dev.office.com/docs/add-ins/overview/office-add-ins however, it has access limitations that may not work in your scenario.   There's also graph.microsoft.com (REST API), but its Excel API is still in beta (also has access and other limitations).

We have various examples on our website:  http://analysisplace.com.

Was this answer helpful?

0 comments No comments

0 additional answers

Sort by: Most helpful