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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Js framework to translate spreadsheet into webspp

1 点作者 archlight大约 11 年前
I am trying to translate logic from spreadsheet to webpage. spreadsheet basically is taking input from flat file and dbconnection and doing data transformation on the sheet. eventually user will only look at end result in small area which i will translate it into webpage. data input i will put in restful service and on the sheet transformation on client side. data binding and service in angularjs seems good solution. any suggestion very much appreciated. Some data needs to be real time as well. Thank you

1 comment

eddyparkinson大约 11 年前
Google spreadsheets will let you view a small area of a spreadsheet in a web page. This would then leave the problem of getting the flat file and DB data into the sheet, options for this are google apps script OR google-spreadsheet-api.<p>You could post this to stackoverflow.
评论 #7720096 未加载