JQuery - Export to Excel

<script type="text/javascript">
    $(document).ready(function () {
        $("#btnExport").click(function (e) {
            window.open('data:application/vnd.ms-excel,' + $('#example').html());
            e.preventDefault();
        });
    });
</script>


<input type="button" id="btnExport" value=" Export Table data into Excel " />

Comments

Popular posts from this blog

PUTTY - The server's host key is not cached in the registry cache

OIM-12c Installation - FMW - SOA - IDM

SAML & OAuth 2.0