table--cell-list-to-coord-list

table--cell-list-to-coord-list is a compiled Lisp function in `table.el'.

(table--cell-list-to-coord-list CELL-LIST)

Create and return a coordinate list that corresponds to CELL-LIST.
CELL-LIST is a list of location pairs (lu . rb), where each pair
represents a cell in the list. lu is the left upper location and rb
is the right bottom location of a cell. The return value is a list of
coordinate pairs (lu-coord . rb-coord), where lu-coord is the left
upper coordinate and rb-coord is the right bottom coordinate of a
cell.