JSFiddle - React, Tailwind, and code Playground

by Lasith De Silva

HTML

<title> Table To Excel Export Plugin Demo</title>
    <link href="https://www.jqueryscript.net/css/jquerysctipttop.css" rel="stylesheet" type="text/css">
    <link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
    <script src="https://code.jquery.com/jquery-1.12.4.min.js" integrity="sha384-nvAa0+6Qg9clwYCGGPpDQLVpLNn0fRaROjHqs13t4Ggj3Ez50XnGQqc/r8MhnRDZ" crossorigin="anonymous"></script>
    <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jszip/3.1.5/jszip.min.js"></script>
    <script type="text/javascript" src="https://www.jqueryscript.net/demo/Table-To-Excel-Export-Plugin-jQuery-ExcelGen/external/FileSaver.min.js"></script>
    <script type="text/javascript" src="https://www.jqueryscript.net/demo/Table-To-Excel-Export-Plugin-jQuery-ExcelGen/scripts/excel-gen.js"></script> 
	
    <!-- <script type="text/javascript" src="https://www.jqueryscript.net/demo/Table-To-Excel-Export-Plugin-jQuery-ExcelGen/scripts/demo.page.js"></script>-->

<div class="container">        
        <button id="generate-excel" class="btn btn-danger">
            Generate Excel</button>
        <br /><br />
        <table id="weeklyreportdata" class="table table-bordered">
            <thead>
                <tr>
                    <th>
                        Rank
                    </th>
                    <th>
                        Name
                    </th>
                    <th>
                        City
                    </th>
                    <th>
                        State
                    </th>
                    <th>
                        Section
                    </th>
                    <th>
                        District
                    </th>
                    <th>
                        Points
                    </th>
                </tr>
            </thead>
            <tbody>
                <tr>
                    <td>
                       ...