|
0
|
1 <tool id="CONVERTER_xlsx_to_csv" name="Convert xlsx to csv" version="1.0.0">
|
|
|
2 <requirements>
|
|
|
3 <requirement type="package">yapp_env</requirement>
|
|
|
4 </requirements>
|
|
|
5 <command>in2csv -f xlsx $input > $output</command>
|
|
|
6 <inputs>
|
|
|
7 <param name="input" type="data" format="xlsx" label="Excel spreadsheet"/>
|
|
|
8 </inputs>
|
|
|
9 <outputs>
|
|
|
10 <data name="output" format="csv"/>
|
|
|
11 </outputs>
|
|
|
12 <help>
|
|
|
13
|
|
|
14 .. class:: infomark
|
|
|
15
|
|
|
16 **What it does**
|
|
|
17
|
|
|
18 This tool converts a spreadsheet in Microsoft Excel 2007 (.xlsx) format to CSV.
|
|
|
19
|
|
|
20 </help>
|
|
|
21 </tool>
|