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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Web Spreadsheet in 99 lines

76 点作者 audreyt将近 11 年前

14 条评论

xem将近 11 年前
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 未加载
polskibus将近 11 年前
The title would&#x27;ve been more honest if it said &quot;Web Spreadsheet in 99 lines using AngularJS&quot;.
评论 #7997946 未加载
评论 #7999249 未加载
waterside81将近 11 年前
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 未加载
filearts将近 11 年前
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).
VeejayRampay将近 11 年前
Well done and well documented. Bravo.
stevep98将近 11 年前
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.
lazyant将近 11 年前
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)
doczoidberg将近 11 年前
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
chandrew将近 11 年前
Very nice for 99 lines. Still a fan of Handsontable :P Jw, any other spreadsheet editors out there?
评论 #7998826 未加载
callesgg将近 11 年前
99 lines + angular != 99 lines If the context is in the browser that is what counts.<p>Nice work anyway.
评论 #8000919 未加载
gren将近 11 年前
99 lines of code . . . and a few libraries. ;-)<p>Anyway, nice bunch of new ES6 features out there
评论 #7997974 未加载
genericacct将近 11 年前
ok now please implement this interface over the ethercalc api =)
jorgeleo将近 11 年前
... 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 未加载
restlessmedia将近 11 年前
I&#x27;ve got 99 problems but the total line count on web spreadsheet ain&#x27;t one.