From e2738e7dfa4d9195e21b1dd504ce319332a8162b Mon Sep 17 00:00:00 2001 From: Guido Draheim Date: Tue, 27 Aug 2024 19:55:39 +0200 Subject: [PATCH] json-hint --- tabxlsx.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tabxlsx.md b/tabxlsx.md index f229a91..89033fc 100644 --- a/tabxlsx.md +++ b/tabxlsx.md @@ -64,6 +64,8 @@ or `"@data"` with the latter being tab-seperated CSV. * use `./tabxlsx.py data.xlsx b:2.f a` # format the b number for a 2-column table * use `./tabxlsx.py data.xlsx a --unique` # get one column out, remove duplicates +Converting to and from `"@json"` is supported as well but it spoils the column order. + ### development