What are the built-in table styles can be applied to the Excel document using C#?
Syncfusion Excel (XlsIO) library is a .NET Excel library used to create, read, and edit Excel documents. Also, converts Excel documents to PDF files.
While working with tables in Excel, you can apply built-in styles using XlsIO. This article demonstrates the corresponding names and their respective table styles.
Table Name | Table Styles |
---|---|
None | |
TableStyleDark1 | |
TableStyleDark2 | |
TableStyleDark3 | |
TableStyleDark4 | |
TableStyleDark5 | |
TableStyleDark6 | |
TableStyleDark7 | |
TableStyleDark8 | |
TableStyleDark9 | |
TableStyleDark10 | |
TableStyleDark11 | |
TableStyleLight1 | |
TableStyleLight2 | |
TableStyleLight3 | |
TableStyleLight4 | |
TableStyleLight5 | |
TableStyleLight6 | |
TableStyleLight7 | |
TableStyleLight8 | |
TableStyleLight9 | |
TableStyleLight10 | |
TableStyleLight11 | |
TableStyleLight12 | |
TableStyleLight13 | |
TableStyleLight14 | |
TableStyleLight15 | |
TableStyleLight16 | |
TableStyleLight17 | |
TableStyleLight18 | |
TableStyleLight19 | |
TableStyleLight20 | |
TableStyleLight21 | |
TableStyleMedium1 | |
TableStyleMedium2 | |
TableStyleMedium3 | |
TableStyleMedium4 | |
TableStyleMedium5 | |
TableStyleMedium6 | |
TableStyleMedium7 | |
TableStyleMedium8 | |
TableStyleMedium9 | |
TableStyleMedium10 | |
TableStyleMedium11 | |
TableStyleMedium12 | |
TableStyleMedium13 | |
TableStyleMedium14 | |
TableStyleMedium15 | |
TableStyleMedium16 | |
TableStyleMedium17 | |
TableStyleMedium18 | |
TableStyleMedium19 | |
TableStyleMedium20 | |
TableStyleMedium21 | |
TableStyleMedium22 | |
TableStyleMedium23 | |
TableStyleMedium24 | |
TableStyleMedium25 | |
TableStyleMedium26 | |
TableStyleMedium27 | |
TableStyleMedium28 |
Take a moment to peruse the documentation, where you can find basic worksheet data manipulation options along with features like Conditional Formatting, worksheet calculations through Formulas, adding Charts in worksheet or workbook, organizing and analyzing data through Tables and Pivot Tables, appending multiple records to worksheet using Template Markers, and most importantly PDF and Image conversions with code examples.
Refer here to explore the rich set of Syncfusion Excel (XlsIO) library features.
Starting with v16.2.0.x, if you reference Syncfusion assemblies from trial setup or from the NuGet feed, include a license key in your projects. Refer to the link to learn about generating and registering Syncfusion license key in your application to use the components without trial message.