LinuxCommandLibrary

x_x

x_x

TLDR

View an XLSX or CSV file

$ x_x [file.xlsx|file.csv]
copy


View an XLSX or CSV file, using the first row as table headers
$ x_x -h [0] [file.xlsx|file.csv]
copy


View a CSV file with unconventional delimiters
$ x_x --delimiter=[';'] --quotechar=['|'] [file.csv]
copy

Copied to clipboard