Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cell merging #262

Open
Shoulder404 opened this issue Jan 14, 2025 · 1 comment
Open

Cell merging #262

Shoulder404 opened this issue Jan 14, 2025 · 1 comment

Comments

@Shoulder404
Copy link

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?

@ragardner
Copy link
Owner

Hello,

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.

Kind regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants