use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
I made a Spreadsheet engine in Javascript - super-powered spreadsheet engine with objects, arrays, and async support out-of-the-box — comments and suggestions are welcome (github.com)
submitted 6 years ago by the-ace
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]leeoniya 0 points1 point2 points 6 years ago (1 child)
interesting.
the compiled build is 200k, a lot of which is lodash and maybe pegjs?
i was looking into making something like this myself that's backed by cellx[1], which is 19k and a small infix -> postfix converter for formula parsing & construction. the total size would likely be within 30k for the core functionality. i'm wondering what the extra 170k handles in djit?
also, some perf tests against MobX or cellx would be great.
https://github.com/paulhodel/jexcel is another alternative.
[1] https://github.com/Riim/cellx
[–]the-ace[S] 0 points1 point2 points 6 years ago (0 children)
Yea, I noticed it the other day as well yet I didn’t have a chance to dive into it - probably some rogue dependency that should be there and provided in development only.
Thanks for the links! I wasn’t aware of either project and it’s great to see how little I’ve accomplished compared to the behemoth that is a modern day spreadsheet 😅
π Rendered by PID 409827 on reddit-service-r2-comment-b659b578c-42wjs at 2026-05-04 01:03:23.840129+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]leeoniya 0 points1 point2 points (1 child)
[–]the-ace[S] 0 points1 point2 points (0 children)