새기능 #1439
엑셀 형식의 HMB 데이타를 불러온다
{{plantuml(svg)
@startuml
start
:엑셀 파일 선택;
if (Standard Words가 없는 경우가 있는가?) then (yes)
:Standard Words를 입력;
if (모든 Standard Words를 입력했는가?) then (yes)
else (no)
stop
endif
endif
while (row in rows)
:행별 데이타 생성
while (col in cols)
endwhile
;
:데이터 업데이트;
endwhile
end
@enduml
}}
{{plantuml(svg)
@startuml
start
:엑셀 파일 선택;
if (Standard Words가 없는 경우가 있는가?) then (yes)
:Standard Words를 입력;
if (모든 Standard Words를 입력했는가?) then (yes)
else (no)
stop
endif
endif
while (row in rows)
:행별 데이타 생성
while (col in cols)
endwhile
;
:데이터 업데이트;
endwhile
end
@enduml
}}