# HG changeset patch # User ylebras # Date 1543969761 18000 # Node ID 0f3606757c24feca78f4da27ed0af68e65e4f901 Uploaded diff -r 000000000000 -r 0f3606757c24 xlsx2tab.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xlsx2tab.xml Tue Dec 04 19:29:21 2018 -0500 @@ -0,0 +1,61 @@ + + + R + r-readxl + + + + + + + + + + + + + + + + + + + + + + + + +**What it does** + +Extract a sheet from XLSX file to a tabular file. + + +------ + +**Example** + +Input XLSX sheet + + + +Output tabular : + + "John" "Smith" "2 mySteet, myCity" + + "François" "LeFrançais" "1 rue du Général, Paris" + + "Other" "Random" "Stuff, stuff, stuff" + +------ + +**Arguments** + +Input : xlsx file. + + + + + +