import

import

import 관련

Methods

(static) importExcel(type, fromid, action) → {undefined}

엑셀데이터를 가져와서 그리드에 로드합니다
Example
grid.importExcel("json","fileForm", "replace");//엑셀파일 내용을 가져와서 대치시킴
Parameters:
Name Type Default Description
type string "json" was서버에서 가져오는 데이터 형식 json,text(ssv형식)
fromid string 파일을 첨부한 form태그의 id
action string "replace" 데이터 로드방식 add,replace
Returns:
Type
undefined