# Table

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

## Content





DsExcel Java enables users to manage, manipulate and analyse relational data sets easily and quickly with the help of tables.

Basically, a table comprises rows and columns (range of cells) in a spreadsheet that can be formatted and managed by users in a worksheet. DsExcel Java 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.

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

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