Skip to content

Commit

Permalink
Merge pull request #2820 from ellischeng123/patch-1
Browse files Browse the repository at this point in the history
Fix typo in page excel_export.md
  • Loading branch information
szarnyasg committed May 5, 2024
2 parents 2440d8f + 8c38186 commit 94282ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/file_formats/excel_export.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ COPY (SELECT * FROM tbl) TO 'output.xlsx' WITH (FORMAT GDAL, DRIVER 'xlsx');
## See Also

DuckDB can also [import Export files](excel_import).
DuckDB can also [import Excel files](excel_import).
For additional details, see the [spatial extension page](../../extensions/spatial) and the [GDAL XLSX driver page](https://gdal.org/drivers/vector/xlsx.html).

0 comments on commit 94282ad

Please sign in to comment.