Hi,
I have created a custom widget component using the MUI and React Datasheet components to mimic Excel. Using copy and paste and highlighting and so on.
However, I prefer the Matrix style that SurveyJS has, much nicer and cleaner to use. So I was wondering is there a way I can use the excel functionality of copy and paste into a matrix?
Steps:
- Copy data from excel sheet
- Click on a matrix cell or the matrix
- Paste the data and fills in the matrix
- Both will have same number of columns and rows.
Is there anything similar you suggest or does my outcome of using a custom widget of Datasheet work as the best solution?
Thanks