# HG changeset patch # User ylebras # Date 1544043731 18000 # Node ID cb2493afd265fdaa20f6fb06651d577bdc734299 # Parent ca89facf5125ff2d45b6925a9b2426c36602e876 Uploaded diff -r ca89facf5125 -r cb2493afd265 xlsx2tab.xml --- a/xlsx2tab.xml Wed Dec 05 15:56:48 2018 -0500 +++ b/xlsx2tab.xml Wed Dec 05 16:02:11 2018 -0500 @@ -1,4 +1,4 @@ - + R r-readxl @@ -29,30 +29,24 @@ **What it does** -Extract a sheet from XLSX file to a tabular file. +Extract a sheet from XLS file to a tabular file. ------ **Example** -Input XLSX sheet - - - -Output tabular : +Input XLS with a sheet named 'données in situ' - "John" "Smith" "2 mySteet, myCity" +Output tabular - "François" "LeFrançais" "1 rue du Général, Paris" - - "Other" "Random" "Stuff, stuff, stuff" ------ **Arguments** -Input : xlsx file. +Input: xls file. +Excel sheet name: données in situ