Skip to content

Conversation

@paradoxloop
Copy link

Implement <w:tblLook> element to control which conditional formatting from table styles is applied.

Table styles can define special formatting for first/last rows/columns and horizontal/vertical banding. The new tableLook option allows users to toggle which of these formatting options are applied table by table.

Supported attributes:

  • firstRow
  • lastRow
  • firstColumn
  • lastColumn
  • noHBand; and
  • noVBand

Changes:

  • Add TableLook component with ITableLookOptions type
  • Integrate tableLook option into Table component; and
  • Update documentation

Reference: http://officeopenxml.com/WPtblLook.php

…ng various conditional formatting table properties (first row, first column etc)
@paradoxloop
Copy link
Author

Screenshot 2025-12-08 at 4 32 31 pm What is being controlled is the toggle on left of screenshot.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant