새기능 #1439
엑셀 형식의 HMB 데이타를 불러온다
h2. 화면 정의서
{{drawio(PAP-Import HMB.xml)}}
{{drawio(PAP-Import HMB2.xml)}}
{{plantuml(svg)
@startsalt
{+
Display words | ^AAA ^
-- | --
Search | "____ "
Standard Words | {S|
Words***
.
.
. }
-- | --
Selected words | "Selected "
-- | --
[__OK__ <&account-login>] | [Cancel <&circle-x>]
}
@endsalt
}}
{{plantuml(svg)
@startuml
start
:엑셀 파일 선택;
:Composition 영역 선택;
:Stream Number 셀 선택;
:Condition 데이터 불러오기;
if (Standard Words가 없는 경우가 있는가?) then (yes)
:Standard Words를 입력;
endif
while (row in rows)
:행별 데이타 생성
while (col in cols)
endwhile
;
:Condition 데이터 업데이트;
endwhile
:Composition 데이터 불러오기;
if (Standard Words가 없는 경우가 있는가?) (모든 Standard Words를 입력했는가?) then (yes)
:Standard Words를 입력;
else (no)
stop
endif
endif
while (row in rows)
:행별 데이타 생성
while (col in cols)
endwhile
;
:Composition 데이터 :데이터 업데이트;
endwhile
end
@enduml
}}
h2. 화면 정의서
{{drawio(PAP-Import HMB.xml)}}
{{drawio(PAP-Import HMB2.xml)}}
{{plantuml(svg)
@startsalt
{+
Display words | ^AAA ^
-- | --
Search | "____ "
Standard Words | {S|
Words***
.
.
. }
-- | --
Selected words | "Selected "
-- | --
[__OK__ <&account-login>] | [Cancel <&circle-x>]
}
@endsalt
}}
{{plantuml(svg)
@startuml
start
:엑셀 파일 선택;
:Composition 영역 선택;
:Stream Number 셀 선택;
:Condition 데이터 불러오기;
if (Standard Words가 없는 경우가 있는가?) then (yes)
:Standard Words를 입력;
endif
while (row in rows)
:행별 데이타 생성
while (col in cols)
endwhile
;
:Condition 데이터 업데이트;
endwhile
:Composition 데이터 불러오기;
if (Standard Words가 없는 경우가 있는가?) (모든 Standard Words를 입력했는가?) then (yes)
:Standard Words를 입력;
else (no)
stop
endif
endif
while (row in rows)
:행별 데이타 생성
while (col in cols)
endwhile
;
:Composition 데이터 :데이터 업데이트;
endwhile
end
@enduml
}}