Live data from Hacker News

Show HN: React Spreadsheet 2

rowsncolumns.app

51–60 of 144 posts

Re: Show HN: React Spreadsheet 2

#51
post #6

Earlier quoted context omitted.

Oh you’re one of those users. Prepares LART.

I don't understand your comment. It's not far fetched to have millions of rows to handle. I myself have about 12 million rows (notes mainly), although I don't load everything at the same time, so maybe you're referring to that aspect?

It's pushing the boundaries of a spreadsheet's practical usability to be honest. I would not use it for more than a few hundred at most. In fact I just checked my largest sheet is 292 rows. Anything larger goes in anything else! Usually I use SQLite for local storage data like that now.

A funny problem I had a few years back was a company with users keeping 200 meg+ Excels sheet on their desktops. It took them forever to log off every day because the profile was copied back to the server.

Re: Show HN: React Spreadsheet 2

#56

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.

This one points to https://github.com/rowsncolumns/spreadsheet but it's 404 and I couldn't see the license.
Post reply on HN