Do you evaluate JS using a web worker in the browser? https://github.com/quadratichq/quadratic/blob/qa/quadratic-c... How effective is this as a sandbox, are there any know (security) tradeoffs? I was using QuickJS for my previous projects but I'm wondering if yours is a better solution (it's certainly more performant).
Show HN: Quadratic – native JavaScript support in a spreadsheet
41–50 of 52 posts
Re: Show HN: Quadratic – native JavaScript support in a spreadsheet
#42Does it export to Excel?
Re: Show HN: Quadratic – native JavaScript support in a spreadsheet
#43Earlier quoted context omitted.
I guess I wasn't around to see it; do you mind saying why it's failed? Well, I don't know if it's commercially viable, but just speaking for myself I've been looking for something like this for a while.
The ones who use spreadsheet usually don't write code well. The ones who code usually don't like spreadsheet.
Re: Show HN: Quadratic – native JavaScript support in a spreadsheet
#44Genuine question: How is this different from Google sheets? I don't see much here that I've not already been doing for years in Google sheets (except native python I guess - JS, SQL, fetch() etc has otherwise been there for ages and it's all free) Also the logo looks a lot like Microsoft? I am not colourblind but it might look even more similar if you are?
Re: Show HN: Quadratic – native JavaScript support in a spreadsheet
#45Can you get through https api the data on the spreadsheet ?
Or if you were asking, "Can I query APIs to get data onto the spreadsheet?" Yes, you can do that today in Quadratic with Fetch() in JS or Requests in Python.
Re: Show HN: Quadratic – native JavaScript support in a spreadsheet
#46I've tried to use `fetch()` and it works. How did you handle that from WASM? Or is it cached?
Re: Show HN: Quadratic – native JavaScript support in a spreadsheet
#47I’ve been looking for exactly this. (For Python to be specific, but I see you support that too.) Nice! What are the limits on number of rows, data in cells, and number of columns? I saw you say “infinite” on one blurb but couldn’t find reference to limits anywhere else.
Re: Show HN: Quadratic – native JavaScript support in a spreadsheet
#48Earlier quoted context omitted.
Correct, our license is Source Available to be as open as possible while reserving commercial rights, which we believe will ultimately enable us to build the best product for users.
What does "Source Available" mean exactly? Does it mean all our source code is on Github but you cannot use it to host your own instance for commercial purposes but okay for personal projects?
Re: Show HN: Quadratic – native JavaScript support in a spreadsheet
#49Genuine question: How is this different from Google sheets? I don't see much here that I've not already been doing for years in Google sheets (except native python I guess - JS, SQL, fetch() etc has otherwise been there for ages and it's all free) Also the logo looks a lot like Microsoft? I am not colourblind but it might look even more similar if you are?
This looks really awesome! But same question here: GSheets has let me write JS (Google Script) in the spreadsheet (w/ multiplayer, free db & API hosting like features with a little bit of JS, ++) and now has some Gemini support rolling in. Excel is rolling out support for Python and Jupyter as well. I'm trying to wrap my head around who the ideal user/customer is here w/ a hair on fire problem, and what problems are…
Re: Show HN: Quadratic – native JavaScript support in a spreadsheet
#50These approach has been tried so many times and has failed so many times that it’s not funny
I guess I wasn't around to see it; do you mind saying why it's failed? Well, I don't know if it's commercially viable, but just speaking for myself I've been looking for something like this for a while.