TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

3 点作者 reactjavascript大约 3 年前
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 条评论

leros大约 3 年前
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.
high_byte大约 3 年前
ifttt, zapier, etc. nocode/lowcode tools do this. will probably give you a rest api