1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-11-02 06:57:55 +01:00
tldr/pages/common/x_x.md
2016-01-22 00:01:07 -05:00

15 lines
313 B
Markdown

# x_x
> View Excel and CSV files from the command-line.
- View an XLSX or CSV file:
`x_x {{file.ext}}`
- View an XLSX or CSV file, using the first row as table headers:
`x_x -h {{0}} {{file.ext}}`
- View a CSV file with unconventional delimiters:
`x_x --delimiter={{';'}} --quotechar={{'|'}} {{file.csv}}`