1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-06 04:55:25 +02:00
tldr/pages/common/x_x.md

17 lines
407 B
Markdown
Raw Normal View History

2016-01-21 23:53:32 -05:00
# x_x
> View Excel and CSV files.
> More information: <https://github.com/kristianperkins/x_x>.
2016-01-21 23:53:32 -05:00
- View an XLSX or CSV file:
`x_x {{file.xlsx|file.csv}}`
2016-01-21 23:53:32 -05:00
- View an XLSX or CSV file, using the first row as table headers:
`x_x {{[-h|--heading]}} {{0}} {{file.xlsx|file.csv}}`
2016-01-21 23:53:32 -05:00
- View a CSV file with unconventional delimiters:
`x_x {{[-d|--delimiter]}} {{';'}} {{[-q|--quotechar]}} {{'|'}} {{file.csv}}`