10. Making a table look like a spreadsheet

Use property show-row-column-labels: yes|no to add/remove A1-style labels to tables. Specify this property for elements with display:table, otherwise it is ignored.

Example: note that in DocBook, tgroup has display:table, not table or informaltable:

informaltable[role=spreadsheet] > tgroup {
    show-row-column-labels: yes;
}