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.
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.