csvtk v0.27.2
Changes
- csvtk v0.27.2
-
csvtk pretty
:-
fix the bug of empty first row with
-H/--no-header-row
, introduced in v0.27.0. -
new style
3line
for three-line table.$ csvtk pretty names.csv -S 3line ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ id first_name last_name username ---------------------------------------- 11 Rob Pike rob 2 Ken Thompson ken 4 Robert Griesemer gri 1 Robert Thompson abc NA Robert Abel 123 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
-
-
csvtk csv2xlsx
:- binaries compiled with go1.21 would result in a broken xlsx file. #243
-
csvtk splitxlsx
:- fix the error of
invalid worksheet index
. #1617
- fix the error of
-