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.

Show HN: Web Spreadsheet in 99 lines

76 pointsby audreytalmost 11 years ago

14 comments

xemalmost 11 years ago
99 LINES? That&#x27;s huge. How about this one in 227 characters? <a href="http://xem.github.io/sheet/" rel="nofollow">http:&#x2F;&#x2F;xem.github.io&#x2F;sheet&#x2F;</a> :)
评论 #7997995 未加载
评论 #7998881 未加载
polskibusalmost 11 years ago
The title would&#x27;ve been more honest if it said &quot;Web Spreadsheet in 99 lines using AngularJS&quot;.
评论 #7997946 未加载
评论 #7999249 未加载
waterside81almost 11 years ago
Now <i>that&#x27;s</i> a great write up. I always find when I&#x27;m blogging about some technical stuff, I start out strong and then say &quot;ah screw it, here&#x27;s the code, figure it out yourself&quot;. Kudos audreyt for great quality from beginning to end.
评论 #8000094 未加载
fileartsalmost 11 years ago
To people commenting before reading, this link is more interesting in its discussion of how the demo was implemented than the fact that it is &#x27;only 99 lines&#x27;.<p>Please check out the great write-up and thank you author(s).
VeejayRampayalmost 11 years ago
Well done and well documented. Bravo.
stevep98almost 11 years ago
Thanks for the amazing write-up. Extremely clear. I learned a lot about Angular and ES6, from this, and I encourage this meticulous write-up style for future projects.<p>Also, your attitude in dealing with the comments here is extremely commendable.
lazyantalmost 11 years ago
OT: what&#x27;s the modern online version of MS Access? (a tool that will allow a non-technical person to create a simple db-backed form &amp; report web app)
doczoidbergalmost 11 years ago
look also at handsontable: <a href="http://handsontable.com/" rel="nofollow">http:&#x2F;&#x2F;handsontable.com&#x2F;</a><p>Excel like spreadsheet editing in the browser
chandrewalmost 11 years ago
Very nice for 99 lines. Still a fan of Handsontable :P Jw, any other spreadsheet editors out there?
评论 #7998826 未加载
callesggalmost 11 years ago
99 lines + angular != 99 lines If the context is in the browser that is what counts.<p>Nice work anyway.
评论 #8000919 未加载
grenalmost 11 years ago
99 lines of code . . . and a few libraries. ;-)<p>Anyway, nice bunch of new ES6 features out there
评论 #7997974 未加载
genericacctalmost 11 years ago
ok now please implement this interface over the ethercalc api =)
jorgeleoalmost 11 years ago
... dependencies with 3 other libraries: AngularJS, WebWorkers, and Traceur Compiler<p>Not 99 lines anymore, hence no bragging rights<p>And # of lines stop being a problem since VAX computers
评论 #7999383 未加载
评论 #7999409 未加载
restlessmediaalmost 11 years ago
I&#x27;ve got 99 problems but the total line count on web spreadsheet ain&#x27;t one.