Skip to content

Commit fc47bc4

Browse files
Merge pull request #130 from akulmehta/add-install-openspout-note-on-exporting-data-page
Add note to install OpenSpout on Exporting-data page
2 parents e8fb4ac + 9f73699 commit fc47bc4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/table-features/exporting-data.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ Here you will find:
66

77
[[toc]]
88

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+
918
## Enable Data Export
1019

1120
To enable Data Exporting, follow the steps described below.

0 commit comments

Comments
 (0)