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:
|
|
|
|
|
2016-07-21 22:46:44 +01:00
|
|
|
`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:
|
|
|
|
|
2016-07-21 22:46:44 +01:00
|
|
|
`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}}`
|