mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-01 10:42:26 +00:00
22 lines
466 B
Plaintext
22 lines
466 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# x_x
|
|
|
|
> View Excel and CSV files.
|
|
> More information: <https://github.com/kristianperkins/x_x>.
|
|
|
|
- View an XLSX or CSV file:
|
|
|
|
`x_x {{file.xlsx|file.csv}}`
|
|
|
|
- View an XLSX or CSV file, using the first row as table headers:
|
|
|
|
`x_x -h {{0}} {{file.xlsx|file.csv}}`
|
|
|
|
- View a CSV file with unconventional delimiters:
|
|
|
|
`x_x --delimiter={{';'}} --quotechar={{'|'}} {{file.csv}}`
|