on
[Java&Jsp] 엑셀 데이터 추출 후, 뷰페이지 확인 방법!!
[Java&Jsp] 엑셀 데이터 추출 후, 뷰페이지 확인 방법!!
< div class = "tab-content" >
< h5 class = "mt-4 ms-sm-1" > < i class = "bi bi-check-circle-fill" > < / i > Excel Result One < / h5 >
< div class = "table_w mt-2 mCont_scroll" >
< table id = "resTb" class = "table" name = "tableStandard" >
< colgroup >
< col style = "width:6%" >
< col / >
< col style = "width:6%" >
< col / >
< col / >
< col / >
< col / >
< col / >
< col / >
< col / >
< col / >
< col / >
< col / >
< col / >
< col / >
< col / >
< col / >
< col / >
< col / >
< col / >
< col / >
< col / >
< col / >
< col / >
< col style = "width:6%" >
< col / >
< col / >
< col style = "width:6%" >
< col / >
< col / >
< col / >
< col / >
< col / >
< / colgroup >
< thead >
< tr >
< th colspan = "5" > Sequence infomation < / th >
< th colspan = "5" > stat 1 (SSR motif repeat number) < / th >
< th colspan = "6" > stat2 (SSR motif existance) < / th >
< th colspan = "17" > Primer3 result < / th >
< / tr >
< tr >
< th > Seq < / th >
< th > IncludedSeqs_count < / th >
< th > IncludedSeqs < / th >
< th > SSR_Count < / th >
< th > SSRs < / th >
< th > group_A < / th >
< th > group_B < / th >
< th > group_A < / th >
< th > group_B < / th >
< th > P_value < / th >
< th > group_A_Exist < / th >
< th > group_A_NotExist < / th >
< th > group_B_Exist < / th >
< th > group_B_NotExist < / th >
< th > P_value < / th >
< th > Count < / th >
< th > SSRs < / th >
< th > ID < / th >
< th > SSRnr. < / th >
< th > SSRtype < / th >
< th > SSR < / th >
< th > size < / th >
< th > start < / th >
< th > end < / th >
< th > FORWARDPRIMER0(5'-3') < / th >
< th > Tm(째C) < / th >
< th > size < / th >
< th > REVERSEPRIMER1(5'-3') < / th >
< th > Tm(째C) < / th >
< th > size < / th >
< th > PRODUCT0size(bp) < / th >
< th > start(bp) < / th >
< th > end(bp) < / th >
< / tr >
< / thead >
< tbody >
< c:forEach var = "result" items = "${excelList}" varStatus = "status" >
< tr >
< c:forEach var = "result2" items = "${result}" varStatus = "status2" >
< td > ${result2.value} < / td >
< / c:forEach >
< / tr >
< / c:forEach >
< / tbody >
< / table >
< / div >
from http://chobopark.tistory.com/219 by ccl(A) rewrite - 2021-10-22 10:27:53