jqgrid excell export 시 숫자 표현에 comma 때문에 문자 처리 되는 것 분기를 태워야 한다.

 util.setCommaInt


formatter : function ( value, options, rdata) {

if( options.exporttype === "excel") {

return value;

} else {

return util.setCommaInt(value);

}

댓글

이 블로그의 인기 게시물

자바 string 비교 할때 equlas 를 사용하자

jqgrid 에서 export execl 붙이기

flutter webview scroll 안되는 경우 gestureRecognizers: gestureRecognizers, 추가 해서 되었다