tldr/pages/common/x_x.md

17 lines
373 B
Markdown
Raw Normal View History

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