.. _ex_tables:

Example: Worksheet Tables
=========================

Example of how to add tables to an XlsxWriter worksheet.

Tables in Excel are used to group rows and columns of data into a single
structure that can be referenced in a formula or formatted collectively.

See also :ref:`tables`.

.. image:: _static/tables12.png

.. literalinclude:: ../../../examples/tables.py
