Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 4be59a6

Browse files
authored
Merge pull request #65 from cgdobre/add-report-output-xlsx
Add support for XLSX report output
2 parents 181d0dd + 4a741d4 commit 4be59a6

File tree

6 files changed

+469
-415
lines changed

6 files changed

+469
-415
lines changed

documentation.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,9 +281,10 @@ gtt report --output=table
281281
gtt report --output=markdown
282282
gtt report --output=csv
283283
gtt report --output=pdf --file=filename.pdf
284+
gtt report --output=xlsx --file=filename.xlsx
284285
```
285286

286-
Defaults to `table`. `csv` and `markdown` can be printed to stdout, `pdf` needs the file parameter.
287+
Defaults to `table`. `csv` and `markdown` can be printed to stdout, `pdf` and `xlsx` need the file parameter.
287288

288289
#### Print the output to a file
289290

@@ -598,7 +599,7 @@ timeFormat:
598599
timezone: "Europe/Berlin"
599600

600601
# Output type
601-
# Available: csv, table, markdown, pdf
602+
# Available: csv, table, markdown, pdf, xlsx
602603
# defaults to table
603604
output: markdown
604605

0 commit comments

Comments
 (0)