-1

Is there any documentation or article listing the Table themes along with displaying the styles for excel workbooks in ClosedXML library. I am unable to find anything on this in their github documentation.

user9057272
  • 367
  • 2
  • 5
  • 17

2 Answers2

1

The implementation of the theme is determined by the application that opens the resulting file, i.e. Excel, LibreOffice Calc, etc. It's not a ClosedXML issue.

Francois Botha
  • 4,520
  • 1
  • 34
  • 46
  • Yes also, the names provided in the styles property of the closedxml correspond to the same names as displayed in Table styles in excel on hovering over their previews – user9057272 Apr 05 '21 at 14:06
1

Open Excel, go to the Home Tab and click in the Styles section "Format as Table".

Now you can hover your mouse over the various table styles and it will show you their names, which you can than use with ClosedXML.

Other office products likely have similar features that will allow you to see a list of themes.

Tolga
  • 2,643
  • 1
  • 27
  • 18