I am looking for something Similar to Google sheets/MS Excel. But with few things of my own.
It is really easy to input data in Excel and that's what my end user loves.
So, actually I am looking for some library / package or even any third party made tool.
Requirements:
Can move across different cells using arrow keys.
Paste image into cells.
Copy paste multiple cells from one place to another.
Merge Cells.
I came across multiple libraries but none of them seems to solve all the problems.
Handontable - Doesn't natively supports image inside cells.
AGrid - No cell merging,
Luckysheet - Most close, only problem is that I can't put an image into a cell. Images float everywhere and it's hard to track them.
So, in my case, the user will input some data in a row and then will copy paste the image. That image has to be tied to the data in the row. I want the image to be uploaded onto the Database so that I can use it seamlessly.
Help me on how this can be achieved.