You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/table-features/exporting-data.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,15 @@ Here you will find:
6
6
7
7
[[toc]]
8
8
9
+
## Install OpenSpout
10
+
11
+
In order to use the export function, you must install the [OpenSpout package](https://github.com/openspout/openspout) v4.x. To do this run the following command in your terminal:
12
+
13
+
14
+
```bash
15
+
composer require openspout/openspout:^4.0
16
+
```
17
+
9
18
## Enable Data Export
10
19
11
20
To enable Data Exporting, follow the steps described below.
0 commit comments