Iddan Aaronsohn

Results 243 comments of Iddan Aaronsohn

Giving it a second try in #63

Great idea, I'm pretty busy right now to implement it myself but PRs are welcome

@nullnull can you please fix my comments so I can merge your PR?

Hey dmm22, thank you for giving React Spreadsheet a spin! Can you provide a CodeSandbox that reproduces the issue?

Right now you can make all the cells read only. There is no global flag for it.

I am not sure but this sounds like a bug. I don't have the bandwidth to triage it right now (sorry for the late response). PRs are welcome!

Thank you for reporting, which tools are you using to build your project?

Hey @mattgmarcus, your observation is right: the formula execution process in React Spreadsheet is far from perfect. Currently, it is based on an ad-hoc integration with the old library `hot-formula-parser`....

Some examples I found right off the bat: - https://github.com/LesterLyu/fast-formula-parser - https://github.com/tmtmtmtm/spreadsheet-engine - https://github.com/fabiooshiro/xlsx-calc

This is really cool @galeamark. PRs are welcome to fix this behaviour.