I was trying to implement a project using alasql in an IE8 environment but keep getting the same error. The alasql function isnt executing properly. I get the following error-
Expected identifier File: alasql.min.js, Line: 7, Column: 9848
i get this error even when trying to run the most basic code possible which is given below -
var res = alasql('select * from xlsx("xlsxURL")',[],function(res){
console.log(res[1])
});
Is there any way to make it IE8 compliant ?