Can you recommend some tool or library that I can incorporate into my React / SPFX project what would be capable of doing some modifications to one of the sheet in existing multi-sheet Excel file?
The spreadsheet itself is quite complex, many sheets, calculations, formulas etc. First sheet acts as a data source so the goal is to open the file, fill in first sheet with data and save, so the rest of the sheets can pick up this data when the file is re-opened by other users. This is pretty much my use case. Seems to be simple, but my first look on the net proves that the libraries are usually about creating spreadsheets and downloading them, not editing unfortunately.
Would be greatfull if someone here can share some experiences / thoughts.
Thanks!
Regards M.