Is there some capable fully open source data grid providing spreadsheet functionality? Commercial / open-core are a no-go for me, since my goal is to integrate it into an open source project.
Show HN: React Spreadsheet 2
61–70 of 144 posts
Re: Show HN: React Spreadsheet 2
#62The coop demo on the homescreen is a dubious idea
Re: Show HN: React Spreadsheet 2
#63Re: Show HN: React Spreadsheet 2
#64 duplicate capture group name in regular expression
I find that if I refrain from editing the contents of cells, then this crash doesn't occur, and I can see lots of people modify stuff in real-time. I can play with everything but the contents of a cell, otherwise I get a crash.Overall cool demo
Re: Show HN: React Spreadsheet 2
#65Anyone else getting this error? duplicate capture group name in regular expression I find that if I refrain from editing the contents of cells, then this crash doesn't occur, and I can see lots of people modify stuff in real-time. I can play with everything but the contents of a cell, otherwise I get a crash. Overall cool demo
Re: Show HN: React Spreadsheet 2
#66The coop demo on the homescreen is a dubious idea
As long as the content resets periodically it's probably fine. Right now it's on the front page but in the near future there will probably be only one person on it at a time, who can send it to a coworker and test out the functionality live.
Re: Show HN: React Spreadsheet 2
#67Anyone else getting this error? duplicate capture group name in regular expression I find that if I refrain from editing the contents of cells, then this crash doesn't occur, and I can see lots of people modify stuff in real-time. I can play with everything but the contents of a cell, otherwise I get a crash. Overall cool demo
Did you try to enter a date? Any sample text, so that i can try to pinpoint this issue?
SyntaxError: Invalid regular expression: /^(?\d{4})(\-)(?\d{1,2})(\-)(?\d{1,2})T(?\d{1,2})\:(?\d{1,2})\:(?\d{1,2})(Z?)$/i: Duplicate capture group name
This happens whenever I insert text to any cell. I just tried inserting "TEST" to a cell on the first sheet, then pushed the Enter key. It also happens when I use arrow keys to move away from a cell I am editing.Re: Show HN: React Spreadsheet 2
#68The coop demo on the homescreen is a dubious idea
Re: Show HN: React Spreadsheet 2
#69Earlier quoted context omitted.
Did you try to enter a date? Any sample text, so that i can try to pinpoint this issue?
Using Chrome 119, I see SyntaxError: Invalid regular expression: /^(? \d{4})(\-)(? \d{1,2})(\-)(? \d{1,2})T(? \d{1,2})\:(? \d{1,2})\:(? \d{1,2})(Z?)$/i: Duplicate capture group name This happens whenever I insert text to any cell. I just tried inserting "TEST" to a cell on the first sheet, then pushed the Enter key. It also happens when I use arrow keys to move away from a cell I am editing.
Does the error go away if you just refresh the demo?