src/main/java/kr/wisestone/owl/service/impl/CompanyFieldServiceImpl.java
@@ -683,7 +683,7 @@ } private void setCompanyFormName(Cell cell, CompanyFieldForm companyFieldForm, int rowIndex) { if (cell == null) { if (!cellNullCheck(cell)) { throw new OwlRuntimeException( this.messageAccessor.getMessage(MsgConstants.EXCEL_IMPORT_COMPANY_NAME_IS_NULL, rowIndex)); }