tldr/pages/common/x_x.md

17 lines
387 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.
2019-01-30 11:19:23 +00:00
> Homepage: <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}}`