.. _export: Exporting table data ==================== .. versionadded:: 1.8.0 If you want to allow exporting the data present in your django-tables2 tables to various formats, you must install the `tablib `_ package:: pip install tablib .. note:: For all supported formats (xls, xlsx, etc.), you must install additional dependencies: `Installing tablib: download .{{ format }} {% endfor %} .. note:: This example assumes you define a list of possible export formats on your view instance in attribute ``export_formats``.