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

Throws error 'Cell range B3:D10 is not merged' when unmerging cells in the rows inserted on the go #71

Open
cmubeenali opened this issue Jan 17, 2025 · 0 comments

Comments

@cmubeenali
Copy link

I have a worksheet with 10 columns and hundreds of rows. it is loaded from sql data using np.array. some rows have dependent data i have to show in a new table. as a solution, what i did was inserting multiple rows according to the dependent data row length. i have merged cells from B to D for because parent table column B needs more length as it stores names. when i add rows for nested table, the cells are coming merged in the output but i'm able to store data in the cells that are merged automatically when it gets inserted. in the output it comes as merged. so, i thought unmerge the rows once new are inserted. thats when i encountered the mentioned error.

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

1 participant