Changes
- csvtk v0.22.0
csvtk
:- new command:
csvtk csv2xlsx
for converting CSV/TSV file(s) to a single.xlsx
file. - new command:
csvtk unfold
for unfolding multiple values in cells of a field. #103 - rename
csvtk collapse
tocsvtk fold
, for folding multiple values of a field into cells of groups. csvtk cut
: support range format2-
to choose 2nd column to the end. #106csvtk round
: fix bug of failing to round scientific notation with value small than one, e.g.,7.1E-1
.