export 썸네일형 리스트형 [jQuery] table excel로 다운로드 하기 function excel_export(id,fileName){ var html = "" ; $( "body" ).append(html); $( "#TableExcelHtml" ).val(RemoveAnchor($( "#" + id).html())); $( "#TableExcelFileName" ).val(fileName); $( "#TableExcelExport" ).submit(); $( "#TableExcelExport" ).remove();} - 사용방법은 EXPORT할 TABLE을 DIV로 한번 감싸고 DIV ID를 함수파라미터로 넘겨주면 된다. 더보기 [JAVA] 대용량 엑셀 반출 heavy excel export POI를 이용한 JAVA대용량 EXPORT. 실제로 30만건까지 EXPORT해보았는데, 이상없이 EXPORT 된다. 원리는 임시 xlsx를 생성해놓고 openxml을 이용하여 파일로 작성한 후 덮어 쒸우는듯하다. /* ==================================================================== Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The.. 더보기 이전 1 다음