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