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. It 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 a trial setup or from the NuGet feed, include a license key in your projects. Refer to the link to learn about generating and registering the Syncfusion® license key in your application to use the components without a trial message.
Conclusion
I hope you enjoyed learning about what are the built-in table styles can be applied to the Excel document using C#.
You can refer to our XIsIO’s feature tour page to learn about its other groundbreaking features. Explore our UG documentation and online demos to understand how to manipulate data in Excel documents.
If you are an existing user, you can access our latest components from the License and Downloads page. For new users, you can try our 30-day free trial to check out XlsIO and other Syncfusion® components.
If you have any queries or require clarification, please let us know in the comments below or contact us through our support forums, Support Tickets, or feedback portal. We are always happy to assist you!