Last modified: 2014-11-10 12:51:58 UTC
We currently sort of support this is that row/col deletion skips over merged cells, but the user should probably be able to create such a selection themselves. The current canonical form of a table selection is [fromCol,fromRow,toCol,toRow] so this would need to be changed/extended. There are also a lot of places where we assume the selection to be rectangular.