tldr/pages/common/x_x.md

16 lines
313 B
Markdown
Raw Normal View History

2016-01-22 04:53:32 +00:00
# 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:
2016-01-22 05:01:07 +00:00
`x_x --delimiter={{';'}} --quotechar={{'|'}} {{file.csv}}`