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 needed to convert html tables into rst tables and was using pyexcel to do it until I hit the issue above. I ended up writing dashtable to do this, but I haven't found a fix for pyexcel.
Let's say I have a .ods file with merged cells like this:
Then if I do:
The resulting table loses it's merged cells and looks like this:
Is there any way to maintain merged cells? Thanks.
The text was updated successfully, but these errors were encountered: