You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't have any ideas for how this would be implemented sorry, I fear it would be a lot of work to do it properly and possibly involve some overhauls.
To handle merged cell data you may have to use Sheet.extra_bindings() to bind cell editing to your own function and check if the cell is merged with other cells and set those cells values also.
I am not sure how typical spreadsheet apps handle cell merging with other functions such as moving rows/columns etc. so I can't help there sorry.
If you have further questions I can possibly try to help.
Do you have any ideas for adding a new cell merging function? How should I handle merged cell data based on tksheet? Is this feasible?
The text was updated successfully, but these errors were encountered: