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 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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: