Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RFC / Discussion] Spreadsheet features where it shines #341

Closed
DVGY opened this issue Sep 25, 2023 · 1 comment
Closed

[RFC / Discussion] Spreadsheet features where it shines #341

DVGY opened this issue Sep 25, 2023 · 1 comment

Comments

@DVGY
Copy link

DVGY commented Sep 25, 2023

Nice work !!!

I have worked extensively with react-data-grid and other JavaScript spreadsheets. I have few suggestions for you, these are just my experience and I am not imposing.

Most of the JavaScript Spreadsheets are good to show data to users, but when it comes to editing they just don't work or lot of code need to be written , even after writing lot of code some of the functionality are not achievable 😄

Comparison of few features that provides natively good UX and timesaving in spreadsheet.

Features UX in spreadsheet UX in react form
Budgeting / Cost Estimations Great Not that great, lot of clicks for a user if he is coming from excel background
Grouping Items like excel Great Great
Gantt Chart Great Great (required additional library installation)

It would be great if this library in future can accommodate editing, cell formulas, related cells, grouping and etc.
PS: If a user decides to buy a licenses for spreadsheet, then most of the features works smoothly

@iddan
Copy link
Owner

iddan commented Sep 26, 2023

Thanks for the detailed report @DVGY. I'm not sure which component and license are you referring to.
React Spreadsheet has no paid license, it's completely open source.
As for features:

  • Editing works as closely as possible to Google Sheets / Microsoft Excel
  • Cell formulas work as expected (including formula dependencies and circular dependency)
  • Related cells - not sure what do you mean by that
  • Grouping is something we haven't gotten into yet but I would love to review PRs relating to that.

Repository owner locked and limited conversation to collaborators Sep 26, 2023
@iddan iddan converted this issue into discussion #342 Sep 26, 2023

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants