SSISO Community

시소당

[TrustForm] 그리드를 엑셀저장기능

<script type="javascript" ev:event="xforms-activate">
 <![CDATA[
  // 2007-08-23 (권기영) 엑셀저장 기능 구현
  //+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  // [엑셀다운로드] (엑셀저장)
  //+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  if( g1.rows() - g1.fixedRows() < 1 ) {
   alert("데이터가 없습니다.");
   return;
  }     
 
  model.saveExcel("grid1");

 ]]>
</script>

1994 view

4.0 stars