Ask HN: Turn an Excel file directly into an API server

3 points by reactjavascript ↗ HN
I have an Excel file and I want to turn it directly into a server. It would provide GET and SET requests for a given (sheet name, row, column). The sheet has many formulas and the server would recalculate as needed after each SET command. Is there a way to do this?

2 comments

[ 2.9 ms ] story [ 22.7 ms ] thread
ifttt, zapier, etc. nocode/lowcode tools do this. will probably give you a rest api
Can you use Google Sheets? There a plethora of solutions to turn a Google Sheet into an API. The Google sheet will update automatically on it's own.