diff --git a/docs/features/exporting.md b/docs/features/exporting.md index f48275ed..c5e72fab 100755 --- a/docs/features/exporting.md +++ b/docs/features/exporting.md @@ -8,18 +8,6 @@ The data tables can be _exported_, with use of the [exporters](../reference/expo ![Export modal with the Tabler theme](./../static/export_modal.png) -## Prerequisites - -To start with, you have to install integration of some exporter library. - -The recommended exporter library is [OpenSpout](https://github.com/openspout/openspout). - -You can install the integration with the following command: - -```bash -$ composer require kreyu/data-table-open-spout-bundle -``` - ## Toggling the feature By default, the exporting feature is **enabled** for every data table. diff --git a/docs/reference/exporters/types/open-spout/ods.md b/docs/reference/exporters/types/open-spout/ods.md index 82196df9..7f9f9247 100755 --- a/docs/reference/exporters/types/open-spout/ods.md +++ b/docs/reference/exporters/types/open-spout/ods.md @@ -13,7 +13,7 @@ The `OdsExporterType` represents an exporter that uses an [OpenSpout](https://gi +---------------------+--------------------------------------------------------------+ | Parent type | [OpenSpoutExporterType](open-spout.md) +---------------------+--------------------------------------------------------------+ -| Class | [:icon-mark-github: OdsExporterType](https://github.com/Kreyu/data-table-open-spout-bundle/blob/main/src/Bridge/OpenSpout/Exporter/Type/OdsExporterType.php) +| Class | [:icon-mark-github: OdsExporterType](https://github.com/Kreyu/data-table-bundle/blob/main/src/Bridge/OpenSpout/Exporter/Type/OdsExporterType.php) +---------------------+--------------------------------------------------------------+ ## Options diff --git a/docs/reference/exporters/types/open-spout/open-spout.md b/docs/reference/exporters/types/open-spout/open-spout.md index 739ccb47..f736d2a6 100644 --- a/docs/reference/exporters/types/open-spout/open-spout.md +++ b/docs/reference/exporters/types/open-spout/open-spout.md @@ -13,7 +13,7 @@ The `OpenSpoutExporterType` represents base exporter type used for all OpenSpout +---------------------+--------------------------------------------------------------+ | Parent type | [ExporterType](../exporter.md) +---------------------+--------------------------------------------------------------+ -| Class | [:icon-mark-github: OpenSpoutExporterType](https://github.com/Kreyu/data-table-open-spout-bundle/blob/main/src/Bridge/OpenSpout/Exporter/Type/OpenSpoutExporterType.php) +| Class | [:icon-mark-github: OpenSpoutExporterType](https://github.com/Kreyu/data-table-bundle/blob/main/src/Bridge/OpenSpout/Exporter/Type/OpenSpoutExporterType.php) +---------------------+--------------------------------------------------------------+ ## Options diff --git a/docs/reference/exporters/types/open-spout/xlsx.md b/docs/reference/exporters/types/open-spout/xlsx.md index 2ae6aea3..c6037421 100755 --- a/docs/reference/exporters/types/open-spout/xlsx.md +++ b/docs/reference/exporters/types/open-spout/xlsx.md @@ -13,7 +13,7 @@ The `XlsxExporterType` represents an exporter that uses an [OpenSpout](https://g +---------------------+--------------------------------------------------------------+ | Parent type | [OpenSpoutExporterType](open-spout.md) +---------------------+--------------------------------------------------------------+ -| Class | [:icon-mark-github: XlsxExporterType](https://github.com/Kreyu/data-table-open-spout-bundle/blob/main/src/Bridge/OpenSpout/Exporter/Type/XlsxExporterType.php) +| Class | [:icon-mark-github: XlsxExporterType](https://github.com/Kreyu/data-table-bundle/blob/main/src/Bridge/OpenSpout/Exporter/Type/XlsxExporterType.php) +---------------------+--------------------------------------------------------------+ ## Options