Excel Table To Html Table
I have been trying to get an Excel file into my code and then generate a table with it. I don't know what is wrong with my code. It doesn't show any errors, but it doesn't work eit
Solution 1:
I don't know the exact answer, but use
<script type="text/javascript" src="http://cdn.jsdelivr.net/alasql/0.3/alasql.min.js">(NO CODE HERE!!!)</script> <script>(YOUR CODE HERE)</script>
instead of
<scripttype="text/javascript"src="http://cdn.jsdelivr.net/alasql/0.3/alasql.min.js">(your code here)</script>
this is blocking the functions from calling.
also these lines are blocking the functions:
npm install -- save alasql
bower install --save alasql
import alasql from'alasql';
npm install -g alasql
Post a Comment for "Excel Table To Html Table"