}
// テスト条件
String columnMatchingConditionStr = getStringCellValue(
testConditionSheet, ConditionSheetItem.MATCHING_CONDITION, row);
ColumnMatchingCondition columnMatchingCondition
= ColumnMatchingCondition.getConditonByJapanseName(columnMatchingConditionStr);
if (columnMatchingCondition == null) {
String msg = creaetExceptionMessage(ConditionSheetItem.MATCHING_CONDITION, row);
throw new InvalidExcelBookException(msg);
}