Development tools : Transaction editor : Generating a UDTT operation from Excel file : Generator from Excel to Operation : Excel parser
  
Excel parser
Parser
ExcelParser.java and ExcelParserOperation.java are used to parse Excel file. They are closely coupled with Excel file. If the structure of Excel file is changed, they must be changed, too.
This graphic is described in the surrounding text.
Format
FormatTagGenerator.java is used to generate format. The UDTT generator uses XML to access data by HTTPClient. If the access type is changed, it must be changed, too.
This graphic is described in the surrounding text.
See also
Generator from Excel to Operation