Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 469 Bytes

readme.md

File metadata and controls

25 lines (22 loc) · 469 Bytes

xmltestcase2excel

<xml>
<item>
    <h>TEST CASE (1) TITLE</h>
    <ope>User operations</ope>
    <status>OK or NG</status>
</item>
<item>
    <h>TEST CASE (2) TITLE</h>
    <ope>User operations</ope>
    <status>OK or NG</status>
</item>
</xml>
xmltestcase2excel [-template TEMPLATE.XLSX] [-output OUTPUT.XLSX] source.xml
  • item>h to B3,B4,B5...
  • item>ope to C3,C4,C5...
  • item>status to E3,E4,E5...