# Table

Tables in DsExcel allows you to interpret and handle large chunks of data quickly and efficiently. Learn more in DsExcel docs.

## Content



Tabular data is easy to read, interpret, visualize and manage.

DsExcel .NET supports the use of tables in worksheets by enabling users to perform different tasks on a table that help them in handling large chunks of data quickly and efficiently. Typically, a table consists of rows and columns that can be formatted and managed independently in a worksheet.

In DsExcel .NET, you can use table in the following ways:

*   [Create and Delete Tables](/document-solutions/dot-net-excel-api/docs/online/Features/UseTable/CreateDeleteTables)
*   [Modify Tables](/document-solutions/dot-net-excel-api/docs/online/Features/UseTable/ModifyTables)
*   [Table Sort](/document-solutions/dot-net-excel-api/docs/online/Features/UseTable/ApplyTableSort)
*   [Table Filters](/document-solutions/dot-net-excel-api/docs/online/Features/UseTable/SetTableFilters)
*   [Add and Delete Table Columns and Rows](/document-solutions/dot-net-excel-api/docs/online/Features/UseTable/AddAndDeleteTableColumnsAndRows)
*   [Table Style](/document-solutions/dot-net-excel-api/docs/online/Features/UseTable/ApplyTableStyle)