TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Js framework to translate spreadsheet into webspp

1 pointsby archlightabout 11 years ago
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

eddyparkinsonabout 11 years ago
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 未加载