2016-01-21 23:53:32 -05:00
|
|
|
# x_x
|
|
|
|
|
2023-07-16 19:23:40 +02:00
|
|
|
> View Excel and CSV files.
|
2019-06-03 02:06:36 +02:00
|
|
|
> More information: <https://github.com/kristianperkins/x_x>.
|
2016-01-21 23:53:32 -05:00
|
|
|
|
|
|
|
- View an XLSX or CSV file:
|
|
|
|
|
2016-07-22 03:16:44 +05:30
|
|
|
`x_x {{file.xlsx|file.csv}}`
|
2016-01-21 23:53:32 -05:00
|
|
|
|
|
|
|
- View an XLSX or CSV file, using the first row as table headers:
|
|
|
|
|
2025-04-22 06:20:48 +03:00
|
|
|
`x_x {{[-h|--heading]}} {{0}} {{file.xlsx|file.csv}}`
|
2016-01-21 23:53:32 -05:00
|
|
|
|
|
|
|
- View a CSV file with unconventional delimiters:
|
|
|
|
|
2025-04-22 06:20:48 +03:00
|
|
|
`x_x {{[-d|--delimiter]}} {{';'}} {{[-q|--quotechar]}} {{'|'}} {{file.csv}}`
|