Skip to content

Commit fa1c32f

Browse files
committed
Fix xslsx => xlsx typo
1 parent fa73248 commit fa1c32f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/topics/Reports.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ As a second step, associate the report templates to theme layers to expose the r
5454
The first case example displays the shorthand syntax for assigning one report template to one layer. The second example displays the syntax for assigning one or more templates to one layer, supporting the following extra options:
5555

5656
- `single_report`: If `true`, one report will be compiled and a list of feature IDs will be passed in the report params. If `false`, one report will be compiled for each feature ID, and the result will be a multi-page report (one report per feature). Default is `false`.
57-
- `format`: The report format, one of `pdf`, `html`, `csv`, `docx`, `ods`, `odt`, `pptx`, `rtf`, `xslsx`, `xml`. Default is `pdf`.
57+
- `format`: The report format, one of `pdf`, `html`, `csv`, `docx`, `ods`, `odt`, `pptx`, `rtf`, `xlsx`, `xml`. Default is `pdf`.
5858

5959
The web client will then display a link to download the report(s) for one or more selected features in the identify results dialog.
6060

0 commit comments

Comments
 (0)